Shades of Hit Pink #FAA669
Tints of Hit Pink #FAA669
RGB
CMYK
RGB Variations
Color information
#FAA669 (or 0xFAA669) is known color: Hit Pink. HEX triplet: FA, A6 and 69. RGB value is (250,166,105). Sum of RGB (Red+Green+Blue) = 250+166+105=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA669 is #055996. Grayscale: #B8B8B8. Windows color (decimal): -350615 or 6924026. OLE color: 6924026.
HSL color Cylindrical-coordinate representation of color #FAA669: hue angle of 25.24º 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 #FAA669 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 105 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.02 |
| HSL | 25.24º | 0.94% | 0.7% | - |
| HSV(B) | 25.24º | 0.58% | 0.98% | - |
| XYZ | 55.61 | 48.62 | 19.82 | - |
| YUV | 184.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 105 | 0 | 0.34 | 0.58 | 0.02 | 25.24 | 0.94 | 0.7 |
| Hex | FA | A6 | 69 | 0 | 22 | 3A | 2 | 19 | 5E | 46 |
| Octal | 372 | 246 | 151 | 0 | 42 | 72 | 2 | 31 | 136 | 106 |
| Binary | 11111010 | 10100110 | 1101001 | 0 | 100010 | 111010 | 10 | 11001 | 1011110 | 1000110 |
Color Harmonies of #FAA669
Complementary color
Monochromatic Colors of #FAA669
Black with #FAA669
Text Example
Text Example
White with #FAA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA669; }
p { color: rgb(250,166,105); }
H1.HeaderClassName
{
color: #FAA669;
}
.AnyTagClassName
{
color: #FAA669;
}
</style>
background-color css
<style>
a { background-color: #FAA669; }
a { background-color: rgb(250,166,105); }
div.DivClassName
{
background-color: #FAA669;
}
.BgClassName
{
background-color: #FAA669;
}
</style>
border-color css
<style>
span { border-color: #FAA669; }
span { border-color: rgb(250,166,105); }
td.TdClassName
{
border-color: #FAA669;
}
.TagClassName
{
border-color: #FAA669;
}
</style>