Shades of Tacao #FAAF81
Tints of Tacao #FAAF81
RGB
CMYK
RGB Variations
Color information
#FAAF81 (or 0xFAAF81) is known color: Tacao. HEX triplet: FA, AF and 81. RGB value is (250,175,129). Sum of RGB (Red+Green+Blue) = 250+175+129=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF81 is #05507E. Grayscale: #C0C0C0. Windows color (decimal): -348287 or 8499194. OLE color: 8499194.
HSL color Cylindrical-coordinate representation of color #FAAF81: hue angle of 22.81º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAAF81 is Cyan = 0, Magento = 0.3, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 129 | - |
| CMYK | 0 | 0.3 | 0.48 | 0.02 |
| HSL | 22.81º | 0.92% | 0.74% | - |
| HSV(B) | 22.81º | 0.48% | 0.98% | - |
| XYZ | 58.72 | 52.57 | 27.82 | - |
| YUV | 192.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 129 | 0 | 0.3 | 0.48 | 0.02 | 22.81 | 0.92 | 0.74 |
| Hex | FA | AF | 81 | 0 | 1E | 30 | 2 | 17 | 5C | 4A |
| Octal | 372 | 257 | 201 | 0 | 36 | 60 | 2 | 27 | 134 | 112 |
| Binary | 11111010 | 10101111 | 10000001 | 0 | 11110 | 110000 | 10 | 10111 | 1011100 | 1001010 |
Color Harmonies of #FAAF81
Complementary color
Monochromatic Colors of #FAAF81
Black with #FAAF81
Text Example
Text Example
White with #FAAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF81; }
p { color: rgb(250,175,129); }
H1.HeaderClassName
{
color: #FAAF81;
}
.AnyTagClassName
{
color: #FAAF81;
}
</style>
background-color css
<style>
a { background-color: #FAAF81; }
a { background-color: rgb(250,175,129); }
div.DivClassName
{
background-color: #FAAF81;
}
.BgClassName
{
background-color: #FAAF81;
}
</style>
border-color css
<style>
span { border-color: #FAAF81; }
span { border-color: rgb(250,175,129); }
td.TdClassName
{
border-color: #FAAF81;
}
.TagClassName
{
border-color: #FAAF81;
}
</style>