#FBA190

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

Shades of Mona Lisa #FBA190

Tints of Mona Lisa #FBA190

Color information

#FBA190 (or 0xFBA190) is unknown color: approx Mona Lisa. HEX triplet: FB, A1 and 90. RGB value is (251,161,144). Sum of RGB (Red+Green+Blue) = 251+161+144=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA190 is #045E6F. Grayscale: #BABABA. Windows color (decimal): -286320 or 9478651. OLE color: 9478651.

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

Color convert

RGB251161144-
CMYK00.360.430.02
HSL9.53º93.04%77.45%-
HSV(B)9.53º42.63%98.43%-
XYZ57.5648.0132.62-
YUV185.97104.32174.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.14%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=45.14%
G=28.96%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116114400.360.430.029.5393.0477.45
HexFBA1900242B2a5d4d
Octal37324122004453212135115
Binary111110111010000110010000010010010101110101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA190; }

 p { color: rgb(251,161,144); }

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

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

 a { background-color: rgb(251,161,144); }

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

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

 span { border-color: rgb(251,161,144); }

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