#FC9E8B

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

Shades of Mona Lisa #FC9E8B

Tints of Mona Lisa #FC9E8B

Color information

#FC9E8B (or 0xFC9E8B) is unknown color: approx Mona Lisa. HEX triplet: FC, 9E and 8B. RGB value is (252,158,139). Sum of RGB (Red+Green+Blue) = 252+158+139=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9E8B is #036174. Grayscale: #B8B8B8. Windows color (decimal): -221557 or 9150204. OLE color: 9150204.

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

Color convert

RGB252158139-
CMYK00.370.450.01
HSL10.09º94.96%76.67%-
HSV(B)10.09º44.84%98.82%-
XYZ57.0347.0130.49-
YUV183.94102.64176.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 139 (54.69% from 255) = 25.32%
R=45.90%
G=28.78%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215813900.370.450.0110.0994.9676.67
HexFC9E8B0252D1a5f4d
Octal37423621304555112137115
Binary11111100100111101000101101001011011011101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9E8B; }

 p { color: rgb(252,158,139); }

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

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

 a { background-color: rgb(252,158,139); }

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

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

 span { border-color: rgb(252,158,139); }

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