Shades of Hit Pink #FAA96A
Tints of Hit Pink #FAA96A
RGB
CMYK
RGB Variations
Color information
#FAA96A (or 0xFAA96A) is known color: Hit Pink. HEX triplet: FA, A9 and 6A. RGB value is (250,169,106). Sum of RGB (Red+Green+Blue) = 250+169+106=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA96A is #055695. Grayscale: #BABABA. Windows color (decimal): -349846 or 6990330. OLE color: 6990330.
HSL color Cylindrical-coordinate representation of color #FAA96A: hue angle of 26.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA96A is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 106 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.02 |
| HSL | 26.25º | 0.94% | 0.7% | - |
| HSV(B) | 26.25º | 0.58% | 0.98% | - |
| XYZ | 56.21 | 49.74 | 20.27 | - |
| YUV | 186.04 | 82.84 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 106 | 0 | 0.32 | 0.58 | 0.02 | 26.25 | 0.94 | 0.7 |
| Hex | FA | A9 | 6A | 0 | 20 | 3A | 2 | 1A | 5E | 46 |
| Octal | 372 | 251 | 152 | 0 | 40 | 72 | 2 | 32 | 136 | 106 |
| Binary | 11111010 | 10101001 | 1101010 | 0 | 100000 | 111010 | 10 | 11010 | 1011110 | 1000110 |
Color Harmonies of #FAA96A
Complementary color
Monochromatic Colors of #FAA96A
Black with #FAA96A
Text Example
Text Example
White with #FAA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA96A; }
p { color: rgb(250,169,106); }
H1.HeaderClassName
{
color: #FAA96A;
}
.AnyTagClassName
{
color: #FAA96A;
}
</style>
background-color css
<style>
a { background-color: #FAA96A; }
a { background-color: rgb(250,169,106); }
div.DivClassName
{
background-color: #FAA96A;
}
.BgClassName
{
background-color: #FAA96A;
}
</style>
border-color css
<style>
span { border-color: #FAA96A; }
span { border-color: rgb(250,169,106); }
td.TdClassName
{
border-color: #FAA96A;
}
.TagClassName
{
border-color: #FAA96A;
}
</style>