#FC9A91

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

Shades of Mona Lisa #FC9A91

Tints of Mona Lisa #FC9A91

Color information

#FC9A91 (or 0xFC9A91) is unknown color: approx Mona Lisa. HEX triplet: FC, 9A and 91. RGB value is (252,154,145). Sum of RGB (Red+Green+Blue) = 252+154+145=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A91 is #03656E. Grayscale: #B6B6B6. Windows color (decimal): -222575 or 9542396. OLE color: 9542396.

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

Color convert

RGB252154145-
CMYK00.390.420.01
HSL5.05º94.69%77.84%-
HSV(B)5.05º42.46%98.82%-
XYZ56.8145.8532.64-
YUV182.28106.97177.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 145 (57.03% from 255) = 26.32%
R=45.74%
G=27.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215414500.390.420.015.0594.6977.84
HexFC9A910272A155f4e
Octal3742322210475215137116
Binary1111110010011010100100010100111101010110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A91; }

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

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

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

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

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

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

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

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