#FBAF87

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

Shades of Tacao #FBAF87

Tints of Tacao #FBAF87

Color information

#FBAF87 (or 0xFBAF87) is unknown color: approx Tacao. HEX triplet: FB, AF and 87. RGB value is (251,175,135). Sum of RGB (Red+Green+Blue) = 251+175+135=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF87 is #045078. Grayscale: #C1C1C1. Windows color (decimal): -282745 or 8892411. OLE color: 8892411.

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

Color convert

RGB251175135-
CMYK00.300.460.02
HSL20.69º93.55%75.69%-
HSV(B)20.69º46.22%98.43%-
XYZ59.4952.9230-
YUV193.1695.18169.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 135 (53.12% from 255) = 24.06%
R=44.74%
G=31.19%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117513500.300.460.0220.6993.5575.69
HexFBAF8701E2E2155e4c
Octal37325720703656225136114
Binary111110111010111110000111011110101110101010110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF87; }

 p { color: rgb(251,175,135); }

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

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

 a { background-color: rgb(251,175,135); }

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

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

 span { border-color: rgb(251,175,135); }

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