#FF9E96

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

Shades of Mona Lisa #FF9E96

Tints of Mona Lisa #FF9E96

Color information

#FF9E96 (or 0xFF9E96) is unknown color: approx Mona Lisa. HEX triplet: FF, 9E and 96. RGB value is (255,158,150). Sum of RGB (Red+Green+Blue) = 255+158+150=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E96 is #006169. Grayscale: #BABABA. Windows color (decimal): -24938 or 9871103. OLE color: 9871103.

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

Color convert

RGB255158150-
CMYK00.380.410
HSL4.57º100%79.41%-
HSV(B)4.57º41.18%100%-
XYZ58.9747.9234.99-
YUV186.09107.64177.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=45.29%
G=28.06%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515815000.380.4104.5710079.41
HexFF9E960262905644f
Octal3772362260465105144117
Binary1111111110011110100101100100110101001010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E96; }

 p { color: rgb(255,158,150); }

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

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

 a { background-color: rgb(255,158,150); }

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

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

 span { border-color: rgb(255,158,150); }

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