#FB9A95

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

Shades of Mona Lisa #FB9A95

Tints of Mona Lisa #FB9A95

Color information

#FB9A95 (or 0xFB9A95) is unknown color: approx Mona Lisa. HEX triplet: FB, 9A and 95. RGB value is (251,154,149). Sum of RGB (Red+Green+Blue) = 251+154+149=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9A95 is #04656A. Grayscale: #B6B6B6. Windows color (decimal): -288107 or 9804539. OLE color: 9804539.

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

Color convert

RGB251154149-
CMYK00.390.410.02
HSL2.94º92.73%78.43%-
HSV(B)2.94º40.64%98.43%-
XYZ56.7645.7934.28-
YUV182.43109.14176.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=45.31%
G=27.80%
B=26.90%

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
Decimal25115414900.390.410.022.9492.7378.43
HexFB9A9502729235d4e
Octal3732322250475123135116
Binary1111101110011010100101010100111101001101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9A95; }

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

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

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

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

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

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

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

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