#FC998F

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

Shades of Mona Lisa #FC998F

Tints of Mona Lisa #FC998F

Color information

#FC998F (or 0xFC998F) is unknown color: approx Mona Lisa. HEX triplet: FC, 99 and 8F. RGB value is (252,153,143). Sum of RGB (Red+Green+Blue) = 252+153+143=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC998F is #036670. Grayscale: #B5B5B5. Windows color (decimal): -222833 or 9411068. OLE color: 9411068.

HSL color Cylindrical-coordinate representation of color #FC998F: hue angle of 5.5º 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 #FC998F is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252153143-
CMYK00.390.430.01
HSL5.5º94.78%77.45%-
HSV(B)5.5º43.25%98.82%-
XYZ56.4945.4631.78-
YUV181.46106.3178.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.99%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=45.99%
G=27.92%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215314300.390.430.015.594.7877.45
HexFC998F0272B165f4d
Octal3742312170475316137115
Binary1111110010011001100011110100111101011111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC998F; }

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

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

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

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

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

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

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

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