#FC9F93

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

Shades of Mona Lisa #FC9F93

Tints of Mona Lisa #FC9F93

Color information

#FC9F93 (or 0xFC9F93) is unknown color: approx Mona Lisa. HEX triplet: FC, 9F and 93. RGB value is (252,159,147). Sum of RGB (Red+Green+Blue) = 252+159+147=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F93 is #03606C. Grayscale: #B9B9B9. Windows color (decimal): -221293 or 9674748. OLE color: 9674748.

HSL color Cylindrical-coordinate representation of color #FC9F93: hue angle of 6.86º 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 #FC9F93 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252159147-
CMYK00.370.420.01
HSL6.86º94.59%78.24%-
HSV(B)6.86º41.67%98.82%-
XYZ57.8147.633.74-
YUV185.44106.31175.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=45.16%
G=28.49%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215914700.370.420.016.8694.5978.24
HexFC9F930252A175f4e
Octal3742372230455217137116
Binary1111110010011111100100110100101101010111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9F93; }

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

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

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

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

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

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

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

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