Shades of Hit Pink #FAA876
Tints of Hit Pink #FAA876
RGB
CMYK
RGB Variations
Color information
#FAA876 (or 0xFAA876) is known color: Hit Pink. HEX triplet: FA, A8 and 76. RGB value is (250,168,118). Sum of RGB (Red+Green+Blue) = 250+168+118=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA876 is #055789. Grayscale: #BBBBBB. Windows color (decimal): -350090 or 7776506. OLE color: 7776506.
HSL color Cylindrical-coordinate representation of color #FAA876: hue angle of 22.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAA876 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 118 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.02 |
| HSL | 22.73º | 0.93% | 0.72% | - |
| HSV(B) | 22.73º | 0.53% | 0.98% | - |
| XYZ | 56.7 | 49.64 | 23.73 | - |
| YUV | 186.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 118 | 0 | 0.33 | 0.53 | 0.02 | 22.73 | 0.93 | 0.72 |
| Hex | FA | A8 | 76 | 0 | 21 | 35 | 2 | 17 | 5D | 48 |
| Octal | 372 | 250 | 166 | 0 | 41 | 65 | 2 | 27 | 135 | 110 |
| Binary | 11111010 | 10101000 | 1110110 | 0 | 100001 | 110101 | 10 | 10111 | 1011101 | 1001000 |
Color Harmonies of #FAA876
Complementary color
Monochromatic Colors of #FAA876
Black with #FAA876
Text Example
Text Example
White with #FAA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA876; }
p { color: rgb(250,168,118); }
H1.HeaderClassName
{
color: #FAA876;
}
.AnyTagClassName
{
color: #FAA876;
}
</style>
background-color css
<style>
a { background-color: #FAA876; }
a { background-color: rgb(250,168,118); }
div.DivClassName
{
background-color: #FAA876;
}
.BgClassName
{
background-color: #FAA876;
}
</style>
border-color css
<style>
span { border-color: #FAA876; }
span { border-color: rgb(250,168,118); }
td.TdClassName
{
border-color: #FAA876;
}
.TagClassName
{
border-color: #FAA876;
}
</style>