#FCA38B

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

Shades of Mona Lisa #FCA38B

Tints of Mona Lisa #FCA38B

Color information

#FCA38B (or 0xFCA38B) is unknown color: approx Mona Lisa. HEX triplet: FC, A3 and 8B. RGB value is (252,163,139). Sum of RGB (Red+Green+Blue) = 252+163+139=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA38B is #035C74. Grayscale: #BBBBBB. Windows color (decimal): -220277 or 9151484. OLE color: 9151484.

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

Color convert

RGB252163139-
CMYK00.350.450.01
HSL12.74º94.96%76.67%-
HSV(B)12.74º44.84%98.82%-
XYZ57.948.7530.78-
YUV186.88100.99174.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.49%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=45.49%
G=29.42%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216313900.350.450.0112.7494.9676.67
HexFCA38B0232D1d5f4d
Octal37424321304355115137115
Binary11111100101000111000101101000111011011110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA38B; }

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

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

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

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

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

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

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

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