#FAAC84

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

Shades of Tacao #FAAC84

Tints of Tacao #FAAC84

Color information

#FAAC84 (or 0xFAAC84) is unknown color: approx Tacao. HEX triplet: FA, AC and 84. RGB value is (250,172,132). Sum of RGB (Red+Green+Blue) = 250+172+132=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC84 is #05537B. Grayscale: #BFBFBF. Windows color (decimal): -349052 or 8695034. OLE color: 8695034.

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

Color convert

RGB250172132-
CMYK00.310.470.02
HSL20.34º92.19%74.9%-
HSV(B)20.34º47.2%98.04%-
XYZ58.3451.4928.69-
YUV190.7694.84170.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 132 (51.95% from 255) = 23.83%
R=45.13%
G=31.05%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017213200.310.470.0220.3492.1974.9
HexFAAC8401F2F2145c4b
Octal37225420403757224134113
Binary111110101010110010000100011111101111101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC84; }

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

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

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

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

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

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

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

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