Html Css Color HEX #FF9996 Mona Lisa

📋 copy color: '#FF9996'

red 255 ◦ green 153 ◦ blue 150

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

Shades of Mona Lisa #FF9996

Tints of Mona Lisa #FF9996

RGB

 RED value IS 255 (100% from 255) = 45.7%

 GREEN value IS 153 (60.16% from 255) = 27.42%

 BLUE value IS 150 (58.98% from 255) = 26.88%

R = 45.7%
G = 27.42%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF9996 (or 0xFF9996) is known color: Mona Lisa. HEX triplet: FF, 99 and 96. RGB value is (255,153,150). Sum of RGB (Red+Green+Blue) = 255+153+150=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9996 is #006669. Grayscale: #B7B7B7. Windows color (decimal): -26218 or 9869823. OLE color: 9869823.

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

Color convert

RGB 255 153 150 -
CMYK 0 0.4 0.41 0
HSL 1.71º 1% 0.79% -
HSV(B) 1.71º 0.41% 1% -
XYZ 58.14 46.24 34.72 -
YUV 183.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 255 153 150 0 0.4 0.41 0 1.71 1 0.79
Hex FF 99 96 0 28 29 0 2 64 4F
Octal 377 231 226 0 50 51 0 2 144 117
Binary 11111111 10011001 10010110 0 101000 101001 0 10 1100100 1001111

Color Harmonies of #FF9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9996

Black with #FF9996

Text Example


Text Example

White with #FF9996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9996; }

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

 H1.HeaderClassName
 {
   color: #FF9996;
 }
 .AnyTagClassName
 {
   color: #FF9996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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