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