#FBA18C

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

Shades of Mona Lisa #FBA18C

Tints of Mona Lisa #FBA18C

Color information

#FBA18C (or 0xFBA18C) is unknown color: approx Mona Lisa. HEX triplet: FB, A1 and 8C. RGB value is (251,161,140). Sum of RGB (Red+Green+Blue) = 251+161+140=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA18C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA18C is #045E73. Grayscale: #B9B9B9. Windows color (decimal): -286324 or 9216507. OLE color: 9216507.

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

Color convert

RGB251161140-
CMYK00.360.440.02
HSL11.35º93.28%76.67%-
HSV(B)11.35º44.22%98.43%-
XYZ57.2647.8931.04-
YUV185.52102.32174.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 140 (55.08% from 255) = 25.36%
R=45.47%
G=29.17%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116114000.360.440.0211.3593.2876.67
HexFBA18C0242C2b5d4d
Octal37324121404454213135115
Binary111110111010000110001100010010010110010101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA18C; }

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

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

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

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

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

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

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

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