#FCA28A

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

Shades of Mona Lisa #FCA28A

Tints of Mona Lisa #FCA28A

Color information

#FCA28A (or 0xFCA28A) is unknown color: approx Mona Lisa. HEX triplet: FC, A2 and 8A. RGB value is (252,162,138). Sum of RGB (Red+Green+Blue) = 252+162+138=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA28A is #035D75. Grayscale: #BABABA. Windows color (decimal): -220534 or 9085692. OLE color: 9085692.

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

Color convert

RGB252162138-
CMYK00.360.450.01
HSL12.63º95%76.47%-
HSV(B)12.63º45.24%98.82%-
XYZ57.6548.3730.34-
YUV186.17100.82174.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 138 (54.30% from 255) = 25%
R=45.65%
G=29.35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216213800.360.450.0112.639576.47
HexFCA28A0242D1d5f4c
Octal37424221204455115137114
Binary11111100101000101000101001001001011011110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA28A; }

 p { color: rgb(252,162,138); }

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

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

 a { background-color: rgb(252,162,138); }

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

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

 span { border-color: rgb(252,162,138); }

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