Shades of Hit Pink #FAAB6C
Tints of Hit Pink #FAAB6C
RGB
CMYK
RGB Variations
Color information
#FAAB6C (or 0xFAAB6C) is known color: Hit Pink. HEX triplet: FA, AB and 6C. RGB value is (250,171,108). Sum of RGB (Red+Green+Blue) = 250+171+108=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB6C is #055493. Grayscale: #BBBBBB. Windows color (decimal): -349332 or 7121914. OLE color: 7121914.
HSL color Cylindrical-coordinate representation of color #FAAB6C: hue angle of 26.62º 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 #FAAB6C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 108 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.02 |
| HSL | 26.62º | 0.93% | 0.7% | - |
| HSV(B) | 26.62º | 0.57% | 0.98% | - |
| XYZ | 56.69 | 50.53 | 20.95 | - |
| YUV | 187.44 | 83.17 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 108 | 0 | 0.32 | 0.57 | 0.02 | 26.62 | 0.93 | 0.7 |
| Hex | FA | AB | 6C | 0 | 20 | 39 | 2 | 1B | 5D | 46 |
| Octal | 372 | 253 | 154 | 0 | 40 | 71 | 2 | 33 | 135 | 106 |
| Binary | 11111010 | 10101011 | 1101100 | 0 | 100000 | 111001 | 10 | 11011 | 1011101 | 1000110 |
Color Harmonies of #FAAB6C
Complementary color
Monochromatic Colors of #FAAB6C
Black with #FAAB6C
Text Example
Text Example
White with #FAAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB6C; }
p { color: rgb(250,171,108); }
H1.HeaderClassName
{
color: #FAAB6C;
}
.AnyTagClassName
{
color: #FAAB6C;
}
</style>
background-color css
<style>
a { background-color: #FAAB6C; }
a { background-color: rgb(250,171,108); }
div.DivClassName
{
background-color: #FAAB6C;
}
.BgClassName
{
background-color: #FAAB6C;
}
</style>
border-color css
<style>
span { border-color: #FAAB6C; }
span { border-color: rgb(250,171,108); }
td.TdClassName
{
border-color: #FAAB6C;
}
.TagClassName
{
border-color: #FAAB6C;
}
</style>