Shades of Hit Pink #FAAB6B
Tints of Hit Pink #FAAB6B
RGB
CMYK
RGB Variations
Color information
#FAAB6B (or 0xFAAB6B) is known color: Hit Pink. HEX triplet: FA, AB and 6B. RGB value is (250,171,107). Sum of RGB (Red+Green+Blue) = 250+171+107=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB6B is #055494. Grayscale: #BBBBBB. Windows color (decimal): -349333 or 7056378. OLE color: 7056378.
HSL color Cylindrical-coordinate representation of color #FAAB6B: hue angle of 26.85º 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 #FAAB6B is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 107 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.02 |
| HSL | 26.85º | 0.93% | 0.7% | - |
| HSV(B) | 26.85º | 0.57% | 0.98% | - |
| XYZ | 56.64 | 50.51 | 20.67 | - |
| YUV | 187.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 107 | 0 | 0.32 | 0.57 | 0.02 | 26.85 | 0.93 | 0.7 |
| Hex | FA | AB | 6B | 0 | 20 | 39 | 2 | 1B | 5D | 46 |
| Octal | 372 | 253 | 153 | 0 | 40 | 71 | 2 | 33 | 135 | 106 |
| Binary | 11111010 | 10101011 | 1101011 | 0 | 100000 | 111001 | 10 | 11011 | 1011101 | 1000110 |
Color Harmonies of #FAAB6B
Complementary color
Monochromatic Colors of #FAAB6B
Black with #FAAB6B
Text Example
Text Example
White with #FAAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB6B; }
p { color: rgb(250,171,107); }
H1.HeaderClassName
{
color: #FAAB6B;
}
.AnyTagClassName
{
color: #FAAB6B;
}
</style>
background-color css
<style>
a { background-color: #FAAB6B; }
a { background-color: rgb(250,171,107); }
div.DivClassName
{
background-color: #FAAB6B;
}
.BgClassName
{
background-color: #FAAB6B;
}
</style>
border-color css
<style>
span { border-color: #FAAB6B; }
span { border-color: rgb(250,171,107); }
td.TdClassName
{
border-color: #FAAB6B;
}
.TagClassName
{
border-color: #FAAB6B;
}
</style>