Shades of Hit Pink #FAA676
Tints of Hit Pink #FAA676
RGB
CMYK
RGB Variations
Color information
#FAA676 (or 0xFAA676) is known color: Hit Pink. HEX triplet: FA, A6 and 76. RGB value is (250,166,118). Sum of RGB (Red+Green+Blue) = 250+166+118=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA676 is #055989. Grayscale: #B9B9B9. Windows color (decimal): -350602 or 7775994. OLE color: 7775994.
HSL color Cylindrical-coordinate representation of color #FAA676: hue angle of 21.82º 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 #FAA676 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 118 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.02 |
| HSL | 21.82º | 0.93% | 0.72% | - |
| HSV(B) | 21.82º | 0.53% | 0.98% | - |
| XYZ | 56.33 | 48.9 | 23.61 | - |
| YUV | 185.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 118 | 0 | 0.34 | 0.53 | 0.02 | 21.82 | 0.93 | 0.72 |
| Hex | FA | A6 | 76 | 0 | 22 | 35 | 2 | 16 | 5D | 48 |
| Octal | 372 | 246 | 166 | 0 | 42 | 65 | 2 | 26 | 135 | 110 |
| Binary | 11111010 | 10100110 | 1110110 | 0 | 100010 | 110101 | 10 | 10110 | 1011101 | 1001000 |
Color Harmonies of #FAA676
Complementary color
Monochromatic Colors of #FAA676
Black with #FAA676
Text Example
Text Example
White with #FAA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA676; }
p { color: rgb(250,166,118); }
H1.HeaderClassName
{
color: #FAA676;
}
.AnyTagClassName
{
color: #FAA676;
}
</style>
background-color css
<style>
a { background-color: #FAA676; }
a { background-color: rgb(250,166,118); }
div.DivClassName
{
background-color: #FAA676;
}
.BgClassName
{
background-color: #FAA676;
}
</style>
border-color css
<style>
span { border-color: #FAA676; }
span { border-color: rgb(250,166,118); }
td.TdClassName
{
border-color: #FAA676;
}
.TagClassName
{
border-color: #FAA676;
}
</style>