#FCA088

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

Shades of Mona Lisa #FCA088

Tints of Mona Lisa #FCA088

Color information

#FCA088 (or 0xFCA088) is unknown color: approx Mona Lisa. HEX triplet: FC, A0 and 88. RGB value is (252,160,136). Sum of RGB (Red+Green+Blue) = 252+160+136=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA088 is #035F77. Grayscale: #B8B8B8. Windows color (decimal): -221048 or 8954108. OLE color: 8954108.

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

Color convert

RGB252160136-
CMYK00.370.460.01
HSL12.41º95.08%76.08%-
HSV(B)12.41º46.03%98.82%-
XYZ57.1647.6129.47-
YUV184.77100.48175.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.99%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 136 (53.52% from 255) = 24.82%
R=45.99%
G=29.20%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216013600.370.460.0112.4195.0876.08
HexFCA0880252E1c5f4c
Octal37424021004556114137114
Binary11111100101000001000100001001011011101110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA088; }

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

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

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

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

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

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

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

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