#FC988E

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

Shades of Mona Lisa #FC988E

Tints of Mona Lisa #FC988E

Color information

#FC988E (or 0xFC988E) is unknown color: approx Mona Lisa. HEX triplet: FC, 98 and 8E. RGB value is (252,152,142). Sum of RGB (Red+Green+Blue) = 252+152+142=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC988E is #036771. Grayscale: #B4B4B4. Windows color (decimal): -223090 or 9345276. OLE color: 9345276.

HSL color Cylindrical-coordinate representation of color #FC988E: hue angle of 5.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC988E is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252152142-
CMYK00.400.440.01
HSL5.45º94.83%77.25%-
HSV(B)5.45º43.65%98.82%-
XYZ56.2645.131.33-
YUV180.76106.13178.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 142 (55.86% from 255) = 26.01%
R=46.15%
G=27.84%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215214200.400.440.015.4594.8377.25
HexFC988E0282C155f4d
Octal3742302160505415137115
Binary1111110010011000100011100101000101100110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC988E; }

 p { color: rgb(252,152,142); }

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

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

 a { background-color: rgb(252,152,142); }

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

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

 span { border-color: rgb(252,152,142); }

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