#FB9793

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

Shades of Mona Lisa #FB9793

Tints of Mona Lisa #FB9793

Color information

#FB9793 (or 0xFB9793) is unknown color: approx Mona Lisa. HEX triplet: FB, 97 and 93. RGB value is (251,151,147). Sum of RGB (Red+Green+Blue) = 251+151+147=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9793 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9793 is #04686C. Grayscale: #B4B4B4. Windows color (decimal): -288877 or 9672699. OLE color: 9672699.

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

Color convert

RGB251151147-
CMYK00.400.410.02
HSL2.31º92.86%78.04%-
HSV(B)2.31º41.43%98.43%-
XYZ56.1244.7533.28-
YUV180.44109.13178.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.72%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 147 (57.81% from 255) = 26.78%
R=45.72%
G=27.50%
B=26.78%

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
Decimal25115114700.400.410.022.3192.8678.04
HexFB979302829225d4e
Octal3732272230505122135116
Binary1111101110010111100100110101000101001101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9793; }

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

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

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

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

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

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

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

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