Shades of Hit Pink #FAA46E
Tints of Hit Pink #FAA46E
RGB
CMYK
RGB Variations
Color information
#FAA46E (or 0xFAA46E) is known color: Hit Pink. HEX triplet: FA, A4 and 6E. RGB value is (250,164,110). Sum of RGB (Red+Green+Blue) = 250+164+110=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA46E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA46E is #055B91. Grayscale: #B7B7B7. Windows color (decimal): -351122 or 7251194. OLE color: 7251194.
HSL color Cylindrical-coordinate representation of color #FAA46E: hue angle of 23.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAA46E is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 110 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.02 |
| HSL | 23.14º | 0.93% | 0.71% | - |
| HSV(B) | 23.14º | 0.56% | 0.98% | - |
| XYZ | 55.51 | 48 | 21.09 | - |
| YUV | 183.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 110 | 0 | 0.34 | 0.56 | 0.02 | 23.14 | 0.93 | 0.71 |
| Hex | FA | A4 | 6E | 0 | 22 | 38 | 2 | 17 | 5D | 47 |
| Octal | 372 | 244 | 156 | 0 | 42 | 70 | 2 | 27 | 135 | 107 |
| Binary | 11111010 | 10100100 | 1101110 | 0 | 100010 | 111000 | 10 | 10111 | 1011101 | 1000111 |
Color Harmonies of #FAA46E
Complementary color
Monochromatic Colors of #FAA46E
Black with #FAA46E
Text Example
Text Example
White with #FAA46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA46E; }
p { color: rgb(250,164,110); }
H1.HeaderClassName
{
color: #FAA46E;
}
.AnyTagClassName
{
color: #FAA46E;
}
</style>
background-color css
<style>
a { background-color: #FAA46E; }
a { background-color: rgb(250,164,110); }
div.DivClassName
{
background-color: #FAA46E;
}
.BgClassName
{
background-color: #FAA46E;
}
</style>
border-color css
<style>
span { border-color: #FAA46E; }
span { border-color: rgb(250,164,110); }
td.TdClassName
{
border-color: #FAA46E;
}
.TagClassName
{
border-color: #FAA46E;
}
</style>