Shades of Hit Pink #FAAB6F
Tints of Hit Pink #FAAB6F
RGB
CMYK
RGB Variations
Color information
#FAAB6F (or 0xFAAB6F) is known color: Hit Pink. HEX triplet: FA, AB and 6F. RGB value is (250,171,111). Sum of RGB (Red+Green+Blue) = 250+171+111=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB6F is #055490. Grayscale: #BCBCBC. Windows color (decimal): -349329 or 7318522. OLE color: 7318522.
HSL color Cylindrical-coordinate representation of color #FAAB6F: hue angle of 25.9º 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 #FAAB6F is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 111 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.02 |
| HSL | 25.9º | 0.93% | 0.71% | - |
| HSV(B) | 25.9º | 0.56% | 0.98% | - |
| XYZ | 56.86 | 50.6 | 21.81 | - |
| YUV | 187.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 111 | 0 | 0.32 | 0.56 | 0.02 | 25.9 | 0.93 | 0.71 |
| Hex | FA | AB | 6F | 0 | 20 | 38 | 2 | 1A | 5D | 47 |
| Octal | 372 | 253 | 157 | 0 | 40 | 70 | 2 | 32 | 135 | 107 |
| Binary | 11111010 | 10101011 | 1101111 | 0 | 100000 | 111000 | 10 | 11010 | 1011101 | 1000111 |
Color Harmonies of #FAAB6F
Complementary color
Monochromatic Colors of #FAAB6F
Black with #FAAB6F
Text Example
Text Example
White with #FAAB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB6F; }
p { color: rgb(250,171,111); }
H1.HeaderClassName
{
color: #FAAB6F;
}
.AnyTagClassName
{
color: #FAAB6F;
}
</style>
background-color css
<style>
a { background-color: #FAAB6F; }
a { background-color: rgb(250,171,111); }
div.DivClassName
{
background-color: #FAAB6F;
}
.BgClassName
{
background-color: #FAAB6F;
}
</style>
border-color css
<style>
span { border-color: #FAAB6F; }
span { border-color: rgb(250,171,111); }
td.TdClassName
{
border-color: #FAAB6F;
}
.TagClassName
{
border-color: #FAAB6F;
}
</style>