#FAAB7F

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

Shades of Tacao #FAAB7F

Tints of Tacao #FAAB7F

Color information

#FAAB7F (or 0xFAAB7F) is unknown color: approx Tacao. HEX triplet: FA, AB and 7F. RGB value is (250,171,127). Sum of RGB (Red+Green+Blue) = 250+171+127=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB7F is #055480. Grayscale: #BDBDBD. Windows color (decimal): -349313 or 8367098. OLE color: 8367098.

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

Color convert

RGB250171127-
CMYK00.320.490.02
HSL21.46º92.48%73.92%-
HSV(B)21.46º49.2%98.04%-
XYZ57.8250.9826.87-
YUV189.692.67171.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.62%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 127 (50% from 255) = 23.18%
R=45.62%
G=31.20%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017112700.320.490.0221.4692.4873.92
HexFAAB7F020312155c4a
Octal37225317704061225134112
Binary111110101010101111111110100000110001101010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB7F; }

 p { color: rgb(250,171,127); }

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

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

 a { background-color: rgb(250,171,127); }

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

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

 span { border-color: rgb(250,171,127); }

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