#FBA38B

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

Shades of Mona Lisa #FBA38B

Tints of Mona Lisa #FBA38B

Color information

#FBA38B (or 0xFBA38B) is unknown color: approx Mona Lisa. HEX triplet: FB, A3 and 8B. RGB value is (251,163,139). Sum of RGB (Red+Green+Blue) = 251+163+139=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA38B is #045C74. Grayscale: #BABABA. Windows color (decimal): -285813 or 9151483. OLE color: 9151483.

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

Color convert

RGB251163139-
CMYK00.350.450.02
HSL12.86º93.33%76.47%-
HSV(B)12.86º44.62%98.43%-
XYZ57.5448.5730.77-
YUV186.58101.15173.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 139 (54.69% from 255) = 25.14%
R=45.39%
G=29.48%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116313900.350.450.0212.8693.3376.47
HexFBA38B0232D2d5d4c
Octal37324321304355215135114
Binary111110111010001110001011010001110110110110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA38B; }

 p { color: rgb(251,163,139); }

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

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

 a { background-color: rgb(251,163,139); }

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

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

 span { border-color: rgb(251,163,139); }

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