Shades of Hit Pink #FAA06B
Tints of Hit Pink #FAA06B
RGB
CMYK
RGB Variations
Color information
#FAA06B (or 0xFAA06B) is known color: Hit Pink. HEX triplet: FA, A0 and 6B. RGB value is (250,160,107). Sum of RGB (Red+Green+Blue) = 250+160+107=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA06B is #055F94. Grayscale: #B5B5B5. Windows color (decimal): -352149 or 7053562. OLE color: 7053562.
HSL color Cylindrical-coordinate representation of color #FAA06B: hue angle of 22.24º 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 #FAA06B is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 107 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.02 |
| HSL | 22.24º | 0.93% | 0.7% | - |
| HSV(B) | 22.24º | 0.57% | 0.98% | - |
| XYZ | 54.65 | 46.53 | 20.01 | - |
| YUV | 180.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 107 | 0 | 0.36 | 0.57 | 0.02 | 22.24 | 0.93 | 0.7 |
| Hex | FA | A0 | 6B | 0 | 24 | 39 | 2 | 16 | 5D | 46 |
| Octal | 372 | 240 | 153 | 0 | 44 | 71 | 2 | 26 | 135 | 106 |
| Binary | 11111010 | 10100000 | 1101011 | 0 | 100100 | 111001 | 10 | 10110 | 1011101 | 1000110 |
Color Harmonies of #FAA06B
Complementary color
Monochromatic Colors of #FAA06B
Black with #FAA06B
Text Example
Text Example
White with #FAA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA06B; }
p { color: rgb(250,160,107); }
H1.HeaderClassName
{
color: #FAA06B;
}
.AnyTagClassName
{
color: #FAA06B;
}
</style>
background-color css
<style>
a { background-color: #FAA06B; }
a { background-color: rgb(250,160,107); }
div.DivClassName
{
background-color: #FAA06B;
}
.BgClassName
{
background-color: #FAA06B;
}
</style>
border-color css
<style>
span { border-color: #FAA06B; }
span { border-color: rgb(250,160,107); }
td.TdClassName
{
border-color: #FAA06B;
}
.TagClassName
{
border-color: #FAA06B;
}
</style>