#FC9A99

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

Shades of Mona Lisa #FC9A99

Tints of Mona Lisa #FC9A99

Color information

#FC9A99 (or 0xFC9A99) is unknown color: approx Mona Lisa. HEX triplet: FC, 9A and 99. RGB value is (252,154,153). Sum of RGB (Red+Green+Blue) = 252+154+153=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A99 is #036566. Grayscale: #B7B7B7. Windows color (decimal): -222567 or 10066684. OLE color: 10066684.

HSL color Cylindrical-coordinate representation of color #FC9A99: hue angle of 0.61º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9A99 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB252154153-
CMYK00.390.390.01
HSL0.61º94.29%79.41%-
HSV(B)0.61º39.29%98.82%-
XYZ57.4546.1136.01-
YUV183.19110.97177.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=45.08%
G=27.55%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215415300.390.390.010.6194.2979.41
HexFC9A9902727115e4f
Octal3742322310474711136117
Binary11111100100110101001100101001111001111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A99; }

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

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

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

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

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

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

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

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