Shades of Hit Pink #FAA86A
Tints of Hit Pink #FAA86A
RGB
CMYK
RGB Variations
Color information
#FAA86A (or 0xFAA86A) is known color: Hit Pink. HEX triplet: FA, A8 and 6A. RGB value is (250,168,106). Sum of RGB (Red+Green+Blue) = 250+168+106=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA86A is #055795. Grayscale: #B9B9B9. Windows color (decimal): -350102 or 6990074. OLE color: 6990074.
HSL color Cylindrical-coordinate representation of color #FAA86A: hue angle of 25.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA86A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 106 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.02 |
| HSL | 25.83º | 0.94% | 0.7% | - |
| HSV(B) | 25.83º | 0.58% | 0.98% | - |
| XYZ | 56.03 | 49.37 | 20.21 | - |
| YUV | 185.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 106 | 0 | 0.33 | 0.58 | 0.02 | 25.83 | 0.94 | 0.7 |
| Hex | FA | A8 | 6A | 0 | 21 | 3A | 2 | 1A | 5E | 46 |
| Octal | 372 | 250 | 152 | 0 | 41 | 72 | 2 | 32 | 136 | 106 |
| Binary | 11111010 | 10101000 | 1101010 | 0 | 100001 | 111010 | 10 | 11010 | 1011110 | 1000110 |
Color Harmonies of #FAA86A
Complementary color
Monochromatic Colors of #FAA86A
Black with #FAA86A
Text Example
Text Example
White with #FAA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA86A; }
p { color: rgb(250,168,106); }
H1.HeaderClassName
{
color: #FAA86A;
}
.AnyTagClassName
{
color: #FAA86A;
}
</style>
background-color css
<style>
a { background-color: #FAA86A; }
a { background-color: rgb(250,168,106); }
div.DivClassName
{
background-color: #FAA86A;
}
.BgClassName
{
background-color: #FAA86A;
}
</style>
border-color css
<style>
span { border-color: #FAA86A; }
span { border-color: rgb(250,168,106); }
td.TdClassName
{
border-color: #FAA86A;
}
.TagClassName
{
border-color: #FAA86A;
}
</style>