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