Shades of Hit Pink #FAA16B
Tints of Hit Pink #FAA16B
RGB
CMYK
RGB Variations
Color information
#FAA16B (or 0xFAA16B) is known color: Hit Pink. HEX triplet: FA, A1 and 6B. RGB value is (250,161,107). Sum of RGB (Red+Green+Blue) = 250+161+107=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA16B is #055E94. Grayscale: #B5B5B5. Windows color (decimal): -351893 or 7053818. OLE color: 7053818.
HSL color Cylindrical-coordinate representation of color #FAA16B: hue angle of 22.66º 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 #FAA16B is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 107 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.02 |
| HSL | 22.66º | 0.93% | 0.7% | - |
| HSV(B) | 22.66º | 0.57% | 0.98% | - |
| XYZ | 54.82 | 46.88 | 20.07 | - |
| YUV | 181.46 | 85.99 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 107 | 0 | 0.36 | 0.57 | 0.02 | 22.66 | 0.93 | 0.7 |
| Hex | FA | A1 | 6B | 0 | 24 | 39 | 2 | 17 | 5D | 46 |
| Octal | 372 | 241 | 153 | 0 | 44 | 71 | 2 | 27 | 135 | 106 |
| Binary | 11111010 | 10100001 | 1101011 | 0 | 100100 | 111001 | 10 | 10111 | 1011101 | 1000110 |
Color Harmonies of #FAA16B
Complementary color
Monochromatic Colors of #FAA16B
Black with #FAA16B
Text Example
Text Example
White with #FAA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA16B; }
p { color: rgb(250,161,107); }
H1.HeaderClassName
{
color: #FAA16B;
}
.AnyTagClassName
{
color: #FAA16B;
}
</style>
background-color css
<style>
a { background-color: #FAA16B; }
a { background-color: rgb(250,161,107); }
div.DivClassName
{
background-color: #FAA16B;
}
.BgClassName
{
background-color: #FAA16B;
}
</style>
border-color css
<style>
span { border-color: #FAA16B; }
span { border-color: rgb(250,161,107); }
td.TdClassName
{
border-color: #FAA16B;
}
.TagClassName
{
border-color: #FAA16B;
}
</style>