#FC9F88

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

Shades of Mona Lisa #FC9F88

Tints of Mona Lisa #FC9F88

Color information

#FC9F88 (or 0xFC9F88) is unknown color: approx Mona Lisa. HEX triplet: FC, 9F and 88. RGB value is (252,159,136). Sum of RGB (Red+Green+Blue) = 252+159+136=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F88 is #036077. Grayscale: #B8B8B8. Windows color (decimal): -221304 or 8953852. OLE color: 8953852.

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

Color convert

RGB252159136-
CMYK00.370.460.01
HSL11.9º95.08%76.08%-
HSV(B)11.9º46.03%98.82%-
XYZ56.9947.2729.41-
YUV184.18100.81176.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=46.07%
G=29.07%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215913600.370.460.0111.995.0876.08
HexFC9F880252E1c5f4c
Octal37423721004556114137114
Binary11111100100111111000100001001011011101110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9F88; }

 p { color: rgb(252,159,136); }

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

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

 a { background-color: rgb(252,159,136); }

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

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

 span { border-color: rgb(252,159,136); }

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