#FCA28B

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

Shades of Mona Lisa #FCA28B

Tints of Mona Lisa #FCA28B

Color information

#FCA28B (or 0xFCA28B) is unknown color: approx Mona Lisa. HEX triplet: FC, A2 and 8B. RGB value is (252,162,139). Sum of RGB (Red+Green+Blue) = 252+162+139=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA28B is #035D74. Grayscale: #BABABA. Windows color (decimal): -220533 or 9151228. OLE color: 9151228.

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

Color convert

RGB252162139-
CMYK00.360.450.01
HSL12.21º94.96%76.67%-
HSV(B)12.21º44.84%98.82%-
XYZ57.7348.430.73-
YUV186.29101.32174.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 139 (54.69% from 255) = 25.14%
R=45.57%
G=29.29%
B=25.14%

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
Decimal25216213900.360.450.0112.2194.9676.67
HexFCA28B0242D1c5f4d
Octal37424221304455114137115
Binary11111100101000101000101101001001011011110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA28B; }

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

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

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

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

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

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

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

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