#FB9995

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

Shades of Mona Lisa #FB9995

Tints of Mona Lisa #FB9995

Color information

#FB9995 (or 0xFB9995) is unknown color: approx Mona Lisa. HEX triplet: FB, 99 and 95. RGB value is (251,153,149). Sum of RGB (Red+Green+Blue) = 251+153+149=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9995 is #04666A. Grayscale: #B5B5B5. Windows color (decimal): -288363 or 9804283. OLE color: 9804283.

HSL color Cylindrical-coordinate representation of color #FB9995: hue angle of 2.35º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB9995 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251153149-
CMYK00.390.410.02
HSL2.35º92.73%78.43%-
HSV(B)2.35º40.64%98.43%-
XYZ56.645.4634.23-
YUV181.85109.47177.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=45.39%
G=27.67%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115314900.390.410.022.3592.7378.43
HexFB999502729225d4e
Octal3732312250475122135116
Binary1111101110011001100101010100111101001101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9995; }

 p { color: rgb(251,153,149); }

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

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

 a { background-color: rgb(251,153,149); }

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

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

 span { border-color: rgb(251,153,149); }

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