#FCA48D

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

Shades of Mona Lisa #FCA48D

Tints of Mona Lisa #FCA48D

Color information

#FCA48D (or 0xFCA48D) is unknown color: approx Mona Lisa. HEX triplet: FC, A4 and 8D. RGB value is (252,164,141). Sum of RGB (Red+Green+Blue) = 252+164+141=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA48D is #035B72. Grayscale: #BBBBBB. Windows color (decimal): -220019 or 9282812. OLE color: 9282812.

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

Color convert

RGB252164141-
CMYK00.350.440.01
HSL12.43º94.87%77.06%-
HSV(B)12.43º44.05%98.82%-
XYZ58.2349.1731.62-
YUV187.69101.65173.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=45.24%
G=29.44%
B=25.31%

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
Decimal25216414100.350.440.0112.4394.8777.06
HexFCA48D0232C1c5f4d
Octal37424421504354114137115
Binary11111100101001001000110101000111011001110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA48D; }

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

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

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

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

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

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

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

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