#FE8E85

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

Shades of Mona Lisa #FE8E85

Tints of Mona Lisa #FE8E85

Color information

#FE8E85 (or 0xFE8E85) is unknown color: approx Mona Lisa. HEX triplet: FE, 8E and 85. RGB value is (254,142,133). Sum of RGB (Red+Green+Blue) = 254+142+133=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8E85 is #01717A. Grayscale: #AEAEAE. Windows color (decimal): -94587 or 8752894. OLE color: 8752894.

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

Color convert

RGB254142133-
CMYK00.440.480.00
HSL4.46º98.37%75.88%-
HSV(B)4.46º47.64%99.61%-
XYZ54.7842.1127.43-
YUV174.46104.61184.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=48.02%
G=26.84%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414213300.440.480.004.4698.3775.88
HexFE8E8502C3004624c
Octal3762162050546004142114
Binary1111111010001110100001010101100110000010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8E85; }

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

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

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

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

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

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

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

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