#FB9A94

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

Shades of Mona Lisa #FB9A94

Tints of Mona Lisa #FB9A94

Color information

#FB9A94 (or 0xFB9A94) is unknown color: approx Mona Lisa. HEX triplet: FB, 9A and 94. RGB value is (251,154,148). Sum of RGB (Red+Green+Blue) = 251+154+148=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9A94 is #04656B. Grayscale: #B6B6B6. Windows color (decimal): -288108 or 9739003. OLE color: 9739003.

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

Color convert

RGB251154148-
CMYK00.390.410.02
HSL3.5º92.79%78.24%-
HSV(B)3.5º41.04%98.43%-
XYZ56.6845.7633.86-
YUV182.32108.64176.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=45.39%
G=27.85%
B=26.76%

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
Decimal25115414800.390.410.023.592.7978.24
HexFB9A9402729235d4e
Octal3732322240475123135116
Binary1111101110011010100101000100111101001101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9A94; }

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

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

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

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

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

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

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

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