Shades of Hit Pink #FAAA6E
Tints of Hit Pink #FAAA6E
RGB
CMYK
RGB Variations
Color information
#FAAA6E (or 0xFAAA6E) is known color: Hit Pink. HEX triplet: FA, AA and 6E. RGB value is (250,170,110). Sum of RGB (Red+Green+Blue) = 250+170+110=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA6E is #055591. Grayscale: #BBBBBB. Windows color (decimal): -349586 or 7252730. OLE color: 7252730.
HSL color Cylindrical-coordinate representation of color #FAAA6E: hue angle of 25.71º 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 #FAAA6E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 110 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.02 |
| HSL | 25.71º | 0.93% | 0.71% | - |
| HSV(B) | 25.71º | 0.56% | 0.98% | - |
| XYZ | 56.61 | 50.2 | 21.46 | - |
| YUV | 187.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 110 | 0 | 0.32 | 0.56 | 0.02 | 25.71 | 0.93 | 0.71 |
| Hex | FA | AA | 6E | 0 | 20 | 38 | 2 | 1A | 5D | 47 |
| Octal | 372 | 252 | 156 | 0 | 40 | 70 | 2 | 32 | 135 | 107 |
| Binary | 11111010 | 10101010 | 1101110 | 0 | 100000 | 111000 | 10 | 11010 | 1011101 | 1000111 |
Color Harmonies of #FAAA6E
Complementary color
Monochromatic Colors of #FAAA6E
Black with #FAAA6E
Text Example
Text Example
White with #FAAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA6E; }
p { color: rgb(250,170,110); }
H1.HeaderClassName
{
color: #FAAA6E;
}
.AnyTagClassName
{
color: #FAAA6E;
}
</style>
background-color css
<style>
a { background-color: #FAAA6E; }
a { background-color: rgb(250,170,110); }
div.DivClassName
{
background-color: #FAAA6E;
}
.BgClassName
{
background-color: #FAAA6E;
}
</style>
border-color css
<style>
span { border-color: #FAAA6E; }
span { border-color: rgb(250,170,110); }
td.TdClassName
{
border-color: #FAAA6E;
}
.TagClassName
{
border-color: #FAAA6E;
}
</style>