#fe8e8c

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

Shades of Mona Lisa #FE8E8C

Tints of Mona Lisa #FE8E8C

Color information

#FE8E8C (or 0xFE8E8C) is unknown color: approx Mona Lisa. HEX triplet: FE, 8E and 8C. RGB value is (254,142,140). Sum of RGB (Red+Green+Blue) = 254+142+140=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8E8C is #017173. Grayscale: #AFAFAF. Windows color (decimal): -94580 or 9211646. OLE color: 9211646.

HSL color Cylindrical-coordinate representation of color #FE8E8C: hue angle of 1.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8E8C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254142140-
CMYK00.440.450.00
HSL1.05º98.28%77.25%-
HSV(B)1.05º44.88%99.61%-
XYZ55.2842.3130.06-
YUV175.26108.11184.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=47.39%
G=26.49%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414214000.440.450.001.0598.2877.25
HexFE8E8C02C2D01624d
Octal3762162140545501142115
Binary11111110100011101000110001011001011010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe8e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe8e8c; }

 p { color: rgb(254,142,140); }

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

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

 a { background-color: rgb(254,142,140); }

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

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

 span { border-color: rgb(254,142,140); }

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