#FC988F

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

Shades of Mona Lisa #FC988F

Tints of Mona Lisa #FC988F

Color information

#FC988F (or 0xFC988F) is unknown color: approx Mona Lisa. HEX triplet: FC, 98 and 8F. RGB value is (252,152,143). Sum of RGB (Red+Green+Blue) = 252+152+143=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC988F is #036770. Grayscale: #B5B5B5. Windows color (decimal): -223089 or 9410812. OLE color: 9410812.

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

Color convert

RGB252152143-
CMYK00.400.430.01
HSL4.95º94.78%77.45%-
HSV(B)4.95º43.25%98.82%-
XYZ56.3345.1431.73-
YUV180.87106.63178.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 143 (56.25% from 255) = 26.14%
R=46.07%
G=27.79%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215214300.400.430.014.9594.7877.45
HexFC988F0282B155f4d
Octal3742302170505315137115
Binary1111110010011000100011110101000101011110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC988F; }

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

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

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

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

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

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

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

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