#FAB086

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

Shades of Tacao #FAB086

Tints of Tacao #FAB086

Color information

#FAB086 (or 0xFAB086) is unknown color: approx Tacao. HEX triplet: FA, B0 and 86. RGB value is (250,176,134). Sum of RGB (Red+Green+Blue) = 250+176+134=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB086 is #054F79. Grayscale: #C1C1C1. Windows color (decimal): -348026 or 8827130. OLE color: 8827130.

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

Color convert

RGB250176134-
CMYK00.300.460.02
HSL21.72º92.06%75.29%-
HSV(B)21.72º46.4%98.04%-
XYZ59.2553.129.68-
YUV193.3494.52168.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 134 (52.73% from 255) = 23.93%
R=44.64%
G=31.43%
B=23.93%

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
Decimal25017613400.300.460.0221.7292.0675.29
HexFAB08601E2E2165c4b
Octal37226020603656226134113
Binary111110101011000010000110011110101110101011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB086; }

 p { color: rgb(250,176,134); }

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

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

 a { background-color: rgb(250,176,134); }

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

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

 span { border-color: rgb(250,176,134); }

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