Html Css Color HEX #FF9696 Mona Lisa

📋 copy color: '#FF9696'

red 255 ◦ green 150 ◦ blue 150

#FF9696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mona Lisa #FF9696

Tints of Mona Lisa #FF9696

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 value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF9696 (or 0xFF9696) is known color: 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

RGB 255 150 150 -
CMYK 0 0.41 0.41 0
HSL 1% 0.79% -
HSV(B) 0.41% 1% -
XYZ 57.65 45.27 34.55 -
YUV 181.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 255 150 150 0 0.41 0.41 0 0 1 0.79
Hex FF 96 96 0 29 29 0 0 64 4F
Octal 377 226 226 0 51 51 0 0 144 117
Binary 11111111 10010110 10010110 0 101001 101001 0 0 1100100 1001111

Color Harmonies of #FF9696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9696

Black with #FF9696

Text Example


Text Example

White with #FF9696

Text Example


Text Example

HTML Codes & Css Web 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>