#FF9696

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

Shades of Mona Lisa #FF9696

Tints of Mona Lisa #FF9696

Color information

#FF9696 (or 0xFF9696) is unknown color: approx Mona Lisa. HEX triplet: FF, 96 and 96. RGB value is (255,150,150). Sum of RGB (Red+Green+Blue) = 255+150+150=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9696 is #006969. Grayscale: #B5B5B5. Windows color (decimal): -26986 or 9869055. OLE color: 9869055.

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

Color convert

RGB255150150-
CMYK00.410.410
HSL100%79.41%-
HSV(B)41.18%100%-
XYZ57.6545.2734.55-
YUV181.4110.29180.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=45.95%
G=27.03%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515015000.410.410010079.41
HexFF96960292900644f
Octal3772262260515100144117
Binary11111111100101101001011001010011010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9696; }

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

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

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

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

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

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

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

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