#FCA18A

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

Shades of Mona Lisa #FCA18A

Tints of Mona Lisa #FCA18A

Color information

#FCA18A (or 0xFCA18A) is unknown color: approx Mona Lisa. HEX triplet: FC, A1 and 8A. RGB value is (252,161,138). Sum of RGB (Red+Green+Blue) = 252+161+138=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA18A is #035E75. Grayscale: #B9B9B9. Windows color (decimal): -220790 or 9085436. OLE color: 9085436.

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

Color convert

RGB252161138-
CMYK00.360.450.01
HSL12.11º95%76.47%-
HSV(B)12.11º45.24%98.82%-
XYZ57.4848.0230.28-
YUV185.59101.15175.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=45.74%
G=29.22%
B=25.05%

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
Decimal25216113800.360.450.0112.119576.47
HexFCA18A0242D1c5f4c
Octal37424121204455114137114
Binary11111100101000011000101001001001011011110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA18A; }

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

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

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

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

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

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

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

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