#FBAB76

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

Shades of Tacao #FBAB76

Tints of Tacao #FBAB76

Color information

#FBAB76 (or 0xFBAB76) is unknown color: approx Tacao. HEX triplet: FB, AB and 76. RGB value is (251,171,118). Sum of RGB (Red+Green+Blue) = 251+171+118=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB76 is #045489. Grayscale: #BDBDBD. Windows color (decimal): -283786 or 7777275. OLE color: 7777275.

HSL color Cylindrical-coordinate representation of color #FBAB76: hue angle of 23.91º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBAB76 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB251171118-
CMYK00.320.530.02
HSL23.91º94.33%72.35%-
HSV(B)23.91º52.99%98.43%-
XYZ57.6250.9423.94-
YUV188.8888172.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.48%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 118 (46.48% from 255) = 21.85%
R=46.48%
G=31.67%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117111800.320.530.0223.9194.3372.35
HexFBAB76020352185e48
Octal37325316604065230136110
Binary111110111010101111101100100000110101101100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB76; }

 p { color: rgb(251,171,118); }

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

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

 a { background-color: rgb(251,171,118); }

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

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

 span { border-color: rgb(251,171,118); }

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