#FCA38D

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

Shades of Mona Lisa #FCA38D

Tints of Mona Lisa #FCA38D

Color information

#FCA38D (or 0xFCA38D) is unknown color: approx Mona Lisa. HEX triplet: FC, A3 and 8D. RGB value is (252,163,141). Sum of RGB (Red+Green+Blue) = 252+163+141=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA38D is #035C72. Grayscale: #BBBBBB. Windows color (decimal): -220275 or 9282556. OLE color: 9282556.

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

Color convert

RGB252163141-
CMYK00.350.440.01
HSL11.89º94.87%77.06%-
HSV(B)11.89º44.05%98.82%-
XYZ58.0548.8131.56-
YUV187.1101.99174.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 141 (55.47% from 255) = 25.36%
R=45.32%
G=29.32%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216314100.350.440.0111.8994.8777.06
HexFCA38D0232C1c5f4d
Octal37424321504354114137115
Binary11111100101000111000110101000111011001110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA38D; }

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

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

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

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

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

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

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

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