Shades of Hit Pink #FAAA6C
Tints of Hit Pink #FAAA6C
RGB
CMYK
RGB Variations
Color information
#FAAA6C (or 0xFAAA6C) is known color: Hit Pink. HEX triplet: FA, AA and 6C. RGB value is (250,170,108). Sum of RGB (Red+Green+Blue) = 250+170+108=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA6C is #055593. Grayscale: #BBBBBB. Windows color (decimal): -349588 or 7121658. OLE color: 7121658.
HSL color Cylindrical-coordinate representation of color #FAAA6C: hue angle of 26.2º 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 #FAAA6C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 108 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.02 |
| HSL | 26.2º | 0.93% | 0.7% | - |
| HSV(B) | 26.2º | 0.57% | 0.98% | - |
| XYZ | 56.51 | 50.16 | 20.89 | - |
| YUV | 186.85 | 83.5 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 108 | 0 | 0.32 | 0.57 | 0.02 | 26.2 | 0.93 | 0.7 |
| Hex | FA | AA | 6C | 0 | 20 | 39 | 2 | 1A | 5D | 46 |
| Octal | 372 | 252 | 154 | 0 | 40 | 71 | 2 | 32 | 135 | 106 |
| Binary | 11111010 | 10101010 | 1101100 | 0 | 100000 | 111001 | 10 | 11010 | 1011101 | 1000110 |
Color Harmonies of #FAAA6C
Complementary color
Monochromatic Colors of #FAAA6C
Black with #FAAA6C
Text Example
Text Example
White with #FAAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA6C; }
p { color: rgb(250,170,108); }
H1.HeaderClassName
{
color: #FAAA6C;
}
.AnyTagClassName
{
color: #FAAA6C;
}
</style>
background-color css
<style>
a { background-color: #FAAA6C; }
a { background-color: rgb(250,170,108); }
div.DivClassName
{
background-color: #FAAA6C;
}
.BgClassName
{
background-color: #FAAA6C;
}
</style>
border-color css
<style>
span { border-color: #FAAA6C; }
span { border-color: rgb(250,170,108); }
td.TdClassName
{
border-color: #FAAA6C;
}
.TagClassName
{
border-color: #FAAA6C;
}
</style>