Shades of Hit Pink #FAAA6F
Tints of Hit Pink #FAAA6F
RGB
CMYK
RGB Variations
Color information
#FAAA6F (or 0xFAAA6F) is known color: Hit Pink. HEX triplet: FA, AA and 6F. RGB value is (250,170,111). Sum of RGB (Red+Green+Blue) = 250+170+111=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA6F is #055590. Grayscale: #BBBBBB. Windows color (decimal): -349585 or 7318266. OLE color: 7318266.
HSL color Cylindrical-coordinate representation of color #FAAA6F: hue angle of 25.47º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAAA6F is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 111 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.02 |
| HSL | 25.47º | 0.93% | 0.71% | - |
| HSV(B) | 25.47º | 0.56% | 0.98% | - |
| XYZ | 56.67 | 50.22 | 21.75 | - |
| YUV | 187.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 111 | 0 | 0.32 | 0.56 | 0.02 | 25.47 | 0.93 | 0.71 |
| Hex | FA | AA | 6F | 0 | 20 | 38 | 2 | 19 | 5D | 47 |
| Octal | 372 | 252 | 157 | 0 | 40 | 70 | 2 | 31 | 135 | 107 |
| Binary | 11111010 | 10101010 | 1101111 | 0 | 100000 | 111000 | 10 | 11001 | 1011101 | 1000111 |
Color Harmonies of #FAAA6F
Complementary color
Monochromatic Colors of #FAAA6F
Black with #FAAA6F
Text Example
Text Example
White with #FAAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA6F; }
p { color: rgb(250,170,111); }
H1.HeaderClassName
{
color: #FAAA6F;
}
.AnyTagClassName
{
color: #FAAA6F;
}
</style>
background-color css
<style>
a { background-color: #FAAA6F; }
a { background-color: rgb(250,170,111); }
div.DivClassName
{
background-color: #FAAA6F;
}
.BgClassName
{
background-color: #FAAA6F;
}
</style>
border-color css
<style>
span { border-color: #FAAA6F; }
span { border-color: rgb(250,170,111); }
td.TdClassName
{
border-color: #FAAA6F;
}
.TagClassName
{
border-color: #FAAA6F;
}
</style>