#FB9795

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

Shades of Mona Lisa #FB9795

Tints of Mona Lisa #FB9795

Color information

#FB9795 (or 0xFB9795) is unknown color: approx Mona Lisa. HEX triplet: FB, 97 and 95. RGB value is (251,151,149). Sum of RGB (Red+Green+Blue) = 251+151+149=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9795 is #04686A. Grayscale: #B4B4B4. Windows color (decimal): -288875 or 9803771. OLE color: 9803771.

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

Color convert

RGB251151149-
CMYK00.400.410.02
HSL1.18º92.73%78.43%-
HSV(B)1.18º40.64%98.43%-
XYZ56.2844.8134.12-
YUV180.67110.13178.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=45.55%
G=27.40%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115114900.400.410.021.1892.7378.43
HexFB979502829215d4e
Octal3732272250505121135116
Binary111110111001011110010101010100010100110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9795; }

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

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

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

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

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

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

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

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