#FE9D95

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

Shades of Mona Lisa #FE9D95

Tints of Mona Lisa #FE9D95

Color information

#FE9D95 (or 0xFE9D95) is unknown color: approx Mona Lisa. HEX triplet: FE, 9D and 95. RGB value is (254,157,149). Sum of RGB (Red+Green+Blue) = 254+157+149=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9D95 is #01626A. Grayscale: #B9B9B9. Windows color (decimal): -90731 or 9805310. OLE color: 9805310.

HSL color Cylindrical-coordinate representation of color #FE9D95: hue angle of 4.57º 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 #FE9D95 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254157149-
CMYK00.380.410.00
HSL4.57º98.13%79.02%-
HSV(B)4.57º41.34%99.61%-
XYZ58.3547.3534.5-
YUV185.09107.64177.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=45.36%
G=28.04%
B=26.61%

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
Decimal25415714900.380.410.004.5798.1379.02
HexFE9D950262905624f
Octal3762352250465105142117
Binary1111111010011101100101010100110101001010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D95; }

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

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

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

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

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

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

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

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