#FC9691

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

Shades of Mona Lisa #FC9691

Tints of Mona Lisa #FC9691

Color information

#FC9691 (or 0xFC9691) is unknown color: approx Mona Lisa. HEX triplet: FC, 96 and 91. RGB value is (252,150,145). Sum of RGB (Red+Green+Blue) = 252+150+145=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9691 is #03696E. Grayscale: #B4B4B4. Windows color (decimal): -223599 or 9541372. OLE color: 9541372.

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

Color convert

RGB252150145-
CMYK00.400.420.01
HSL2.8º94.69%77.84%-
HSV(B)2.8º42.46%98.82%-
XYZ56.1644.5532.43-
YUV179.93108.29179.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 145 (57.03% from 255) = 26.51%
R=46.07%
G=27.42%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215014500.400.420.012.894.6977.84
HexFC96910282A135f4e
Octal3742262210505213137116
Binary111111001001011010010001010100010101011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9691; }

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

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

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

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

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

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

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

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