#F88DAB

Color #F88DAB Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #F88DAB

Tints of Mauvelous #F88DAB

Color information

#F88DAB (or 0xF88DAB) is unknown color: approx Mauvelous. HEX triplet: F8, 8D and AB. RGB value is (248,141,171). Sum of RGB (Red+Green+Blue) = 248+141+171=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88DAB is #077254. Grayscale: #B0B0B0. Windows color (decimal): -488021 or 11243000. OLE color: 11243000.

HSL color Cylindrical-coordinate representation of color #F88DAB: hue angle of 343.18º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DAB is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248141171-
CMYK00.430.310.03
HSL343.18º88.43%76.27%-
HSV(B)343.18º43.15%97.25%-
XYZ55.5941.9543.69-
YUV176.41124.95179.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 44.29%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=44.29%
G=25.18%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814117100.430.310.03343.1888.4376.27
HexF88DAB02B1F3157584c
Octal370215253053373527130114
Binary1111100010001101101010110101011111111110101011110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DAB; }

 p { color: rgb(248,141,171); }

 H1.HeaderClassName
 {
   color: #F88DAB;
 }
 .AnyTagClassName
 {
   color: #F88DAB;
 }
</style>
background-color css

<style>
 a { background-color: #F88DAB; }

 a { background-color: rgb(248,141,171); }

 div.DivClassName
 {
   background-color: #F88DAB;
 }
 .BgClassName
 {
   background-color: #F88DAB;
 }
</style>
border-color css

<style>
 span { border-color: #F88DAB; }

 span { border-color: rgb(248,141,171); }

 td.TdClassName
 {
   border-color: #F88DAB;
 }
 .TagClassName
 {
   border-color: #F88DAB;
 }
</style>