#FE9E95

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

Shades of Mona Lisa #FE9E95

Tints of Mona Lisa #FE9E95

Color information

#FE9E95 (or 0xFE9E95) is unknown color: approx Mona Lisa. HEX triplet: FE, 9E and 95. RGB value is (254,158,149). Sum of RGB (Red+Green+Blue) = 254+158+149=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E95 is #01616A. Grayscale: #B9B9B9. Windows color (decimal): -90475 or 9805566. OLE color: 9805566.

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

Color convert

RGB254158149-
CMYK00.380.410.00
HSL5.14º98.13%79.02%-
HSV(B)5.14º41.34%99.61%-
XYZ58.5247.6934.56-
YUV185.68107.3176.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=45.28%
G=28.16%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415814900.380.410.005.1498.1379.02
HexFE9E950262905624f
Octal3762362250465105142117
Binary1111111010011110100101010100110101001010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9E95; }

 p { color: rgb(254,158,149); }

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

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

 a { background-color: rgb(254,158,149); }

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

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

 span { border-color: rgb(254,158,149); }

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