#FC9895

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

Shades of Mona Lisa #FC9895

Tints of Mona Lisa #FC9895

Color information

#FC9895 (or 0xFC9895) is unknown color: approx Mona Lisa. HEX triplet: FC, 98 and 95. RGB value is (252,152,149). Sum of RGB (Red+Green+Blue) = 252+152+149=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9895 is #03676A. Grayscale: #B5B5B5. Windows color (decimal): -223083 or 9804028. OLE color: 9804028.

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

Color convert

RGB252152149-
CMYK00.400.410.01
HSL1.75º94.5%78.63%-
HSV(B)1.75º40.87%98.82%-
XYZ56.845.3234.19-
YUV181.56109.63178.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=45.57%
G=27.49%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215214900.400.410.011.7594.578.63
HexFC989502829125e4f
Octal3742302250505112136117
Binary111111001001100010010101010100010100111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9895; }

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

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

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

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

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

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

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

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