#FAAC86

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

Shades of Tacao #FAAC86

Tints of Tacao #FAAC86

Color information

#FAAC86 (or 0xFAAC86) is unknown color: approx Tacao. HEX triplet: FA, AC and 86. RGB value is (250,172,134). Sum of RGB (Red+Green+Blue) = 250+172+134=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC86 is #055379. Grayscale: #BFBFBF. Windows color (decimal): -349050 or 8826106. OLE color: 8826106.

HSL color Cylindrical-coordinate representation of color #FAAC86: hue angle of 19.66º 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 #FAAC86 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250172134-
CMYK00.310.460.02
HSL19.66º92.06%75.29%-
HSV(B)19.66º46.4%98.04%-
XYZ58.4851.5529.42-
YUV190.9995.84170.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=44.96%
G=30.94%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017213400.310.460.0219.6692.0675.29
HexFAAC8601F2E2145c4b
Octal37225420603756224134113
Binary111110101010110010000110011111101110101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC86; }

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

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

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

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

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

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

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

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