#FCA48B

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

Shades of Mona Lisa #FCA48B

Tints of Mona Lisa #FCA48B

Color information

#FCA48B (or 0xFCA48B) is unknown color: approx Mona Lisa. HEX triplet: FC, A4 and 8B. RGB value is (252,164,139). Sum of RGB (Red+Green+Blue) = 252+164+139=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA48B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA48B is #035B74. Grayscale: #BBBBBB. Windows color (decimal): -220021 or 9151740. OLE color: 9151740.

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

Color convert

RGB252164139-
CMYK00.350.450.01
HSL13.27º94.96%76.67%-
HSV(B)13.27º44.84%98.82%-
XYZ58.0849.1130.84-
YUV187.46100.65174.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 139 (54.69% from 255) = 25.05%
R=45.41%
G=29.55%
B=25.05%

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
Decimal25216413900.350.450.0113.2794.9676.67
HexFCA48B0232D1d5f4d
Octal37424421304355115137115
Binary11111100101001001000101101000111011011110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA48B; }

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

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

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

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

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

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

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

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