#FC9894

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

Shades of Mona Lisa #FC9894

Tints of Mona Lisa #FC9894

Color information

#FC9894 (or 0xFC9894) is unknown color: approx Mona Lisa. HEX triplet: FC, 98 and 94. RGB value is (252,152,148). Sum of RGB (Red+Green+Blue) = 252+152+148=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9894 is #03676B. Grayscale: #B5B5B5. Windows color (decimal): -223084 or 9738492. OLE color: 9738492.

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

Color convert

RGB252152148-
CMYK00.400.410.01
HSL2.31º94.55%78.43%-
HSV(B)2.31º41.27%98.82%-
XYZ56.7245.2933.77-
YUV181.44109.13178.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 152 (59.77% from 255) = 27.54%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=45.65%
G=27.54%
B=26.81%

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
Decimal25215214800.400.410.012.3194.5578.43
HexFC989402829125f4e
Octal3742302240505112137116
Binary111111001001100010010100010100010100111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9894; }

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

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

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

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

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

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

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

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