#FC9287

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

Shades of Mona Lisa #FC9287

Tints of Mona Lisa #FC9287

Color information

#FC9287 (or 0xFC9287) is unknown color: approx Mona Lisa. HEX triplet: FC, 92 and 87. RGB value is (252,146,135). Sum of RGB (Red+Green+Blue) = 252+146+135=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9287 is #036D78. Grayscale: #B0B0B0. Windows color (decimal): -224633 or 8884988. OLE color: 8884988.

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

Color convert

RGB252146135-
CMYK00.420.460.01
HSL5.64º95.12%75.88%-
HSV(B)5.64º46.43%98.82%-
XYZ54.84328.33-
YUV176.44104.62181.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 146 (57.42% from 255) = 27.39%
BLUE value IS 135 (53.12% from 255) = 25.33%
R=47.28%
G=27.39%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214613500.420.460.015.6495.1275.88
HexFC928702A2E165f4c
Octal3742222070525616137114
Binary1111110010010010100001110101010101110111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9287; }

 p { color: rgb(252,146,135); }

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

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

 a { background-color: rgb(252,146,135); }

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

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

 span { border-color: rgb(252,146,135); }

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