Shades of Hit Pink #FAAB6E
Tints of Hit Pink #FAAB6E
RGB
CMYK
RGB Variations
Color information
#FAAB6E (or 0xFAAB6E) is known color: Hit Pink. HEX triplet: FA, AB and 6E. RGB value is (250,171,110). Sum of RGB (Red+Green+Blue) = 250+171+110=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB6E is #055491. Grayscale: #BBBBBB. Windows color (decimal): -349330 or 7252986. OLE color: 7252986.
HSL color Cylindrical-coordinate representation of color #FAAB6E: hue angle of 26.14º 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 #FAAB6E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 110 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.02 |
| HSL | 26.14º | 0.93% | 0.71% | - |
| HSV(B) | 26.14º | 0.56% | 0.98% | - |
| XYZ | 56.8 | 50.58 | 21.52 | - |
| YUV | 187.67 | 84.17 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 110 | 0 | 0.32 | 0.56 | 0.02 | 26.14 | 0.93 | 0.71 |
| Hex | FA | AB | 6E | 0 | 20 | 38 | 2 | 1A | 5D | 47 |
| Octal | 372 | 253 | 156 | 0 | 40 | 70 | 2 | 32 | 135 | 107 |
| Binary | 11111010 | 10101011 | 1101110 | 0 | 100000 | 111000 | 10 | 11010 | 1011101 | 1000111 |
Color Harmonies of #FAAB6E
Complementary color
Monochromatic Colors of #FAAB6E
Black with #FAAB6E
Text Example
Text Example
White with #FAAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB6E; }
p { color: rgb(250,171,110); }
H1.HeaderClassName
{
color: #FAAB6E;
}
.AnyTagClassName
{
color: #FAAB6E;
}
</style>
background-color css
<style>
a { background-color: #FAAB6E; }
a { background-color: rgb(250,171,110); }
div.DivClassName
{
background-color: #FAAB6E;
}
.BgClassName
{
background-color: #FAAB6E;
}
</style>
border-color css
<style>
span { border-color: #FAAB6E; }
span { border-color: rgb(250,171,110); }
td.TdClassName
{
border-color: #FAAB6E;
}
.TagClassName
{
border-color: #FAAB6E;
}
</style>