#FC9288

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

Shades of Mona Lisa #FC9288

Tints of Mona Lisa #FC9288

Color information

#FC9288 (or 0xFC9288) is unknown color: approx Mona Lisa. HEX triplet: FC, 92 and 88. RGB value is (252,146,136). Sum of RGB (Red+Green+Blue) = 252+146+136=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9288 is #036D77. Grayscale: #B0B0B0. Windows color (decimal): -224632 or 8950524. OLE color: 8950524.

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

Color convert

RGB252146136-
CMYK00.420.460.01
HSL5.17º95.08%76.08%-
HSV(B)5.17º46.03%98.82%-
XYZ54.8743.0328.71-
YUV176.55105.12181.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 136 (53.52% from 255) = 25.47%
R=47.19%
G=27.34%
B=25.47%

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
Decimal25214613600.420.460.015.1795.0876.08
HexFC928802A2E155f4c
Octal3742222100525615137114
Binary1111110010010010100010000101010101110110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9288; }

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

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

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

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

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

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

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

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