#FBAA7D

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

Shades of Tacao #FBAA7D

Tints of Tacao #FBAA7D

Color information

#FBAA7D (or 0xFBAA7D) is unknown color: approx Tacao. HEX triplet: FB, AA and 7D. RGB value is (251,170,125). Sum of RGB (Red+Green+Blue) = 251+170+125=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAA7D is #045582. Grayscale: #BDBDBD. Windows color (decimal): -284035 or 8235771. OLE color: 8235771.

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

Color convert

RGB251170125-
CMYK00.320.500.02
HSL21.43º94.03%73.73%-
HSV(B)21.43º50.2%98.43%-
XYZ57.8650.7426.15-
YUV189.0991.84172.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.97%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=45.97%
G=31.14%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117012500.320.500.0221.4394.0373.73
HexFBAA7D020322155e4a
Octal37325217504062225136112
Binary111110111010101011111010100000110010101010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA7D; }

 p { color: rgb(251,170,125); }

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

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

 a { background-color: rgb(251,170,125); }

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

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

 span { border-color: rgb(251,170,125); }

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