Shades of Hit Pink #FAA16C
Tints of Hit Pink #FAA16C
RGB
CMYK
RGB Variations
Color information
#FAA16C (or 0xFAA16C) is known color: Hit Pink. HEX triplet: FA, A1 and 6C. RGB value is (250,161,108). Sum of RGB (Red+Green+Blue) = 250+161+108=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA16C is #055E93. Grayscale: #B5B5B5. Windows color (decimal): -351892 or 7119354. OLE color: 7119354.
HSL color Cylindrical-coordinate representation of color #FAA16C: hue angle of 22.39º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAA16C is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 108 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.02 |
| HSL | 22.39º | 0.93% | 0.7% | - |
| HSV(B) | 22.39º | 0.57% | 0.98% | - |
| XYZ | 54.88 | 46.9 | 20.35 | - |
| YUV | 181.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 108 | 0 | 0.36 | 0.57 | 0.02 | 22.39 | 0.93 | 0.7 |
| Hex | FA | A1 | 6C | 0 | 24 | 39 | 2 | 16 | 5D | 46 |
| Octal | 372 | 241 | 154 | 0 | 44 | 71 | 2 | 26 | 135 | 106 |
| Binary | 11111010 | 10100001 | 1101100 | 0 | 100100 | 111001 | 10 | 10110 | 1011101 | 1000110 |
Color Harmonies of #FAA16C
Complementary color
Monochromatic Colors of #FAA16C
Black with #FAA16C
Text Example
Text Example
White with #FAA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA16C; }
p { color: rgb(250,161,108); }
H1.HeaderClassName
{
color: #FAA16C;
}
.AnyTagClassName
{
color: #FAA16C;
}
</style>
background-color css
<style>
a { background-color: #FAA16C; }
a { background-color: rgb(250,161,108); }
div.DivClassName
{
background-color: #FAA16C;
}
.BgClassName
{
background-color: #FAA16C;
}
</style>
border-color css
<style>
span { border-color: #FAA16C; }
span { border-color: rgb(250,161,108); }
td.TdClassName
{
border-color: #FAA16C;
}
.TagClassName
{
border-color: #FAA16C;
}
</style>