Shades of Hit Pink #FEAA6E
Tints of Hit Pink #FEAA6E
RGB
CMYK
RGB Variations
Color information
#FEAA6E (or 0xFEAA6E) is known color: Hit Pink. HEX triplet: FE, AA and 6E. RGB value is (254,170,110). Sum of RGB (Red+Green+Blue) = 254+170+110=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA6E is #015591. Grayscale: #BCBCBC. Windows color (decimal): -87442 or 7252734. OLE color: 7252734.
HSL color Cylindrical-coordinate representation of color #FEAA6E: hue angle of 25º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEAA6E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 110 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.00 |
| HSL | 25º | 0.99% | 0.71% | - |
| HSV(B) | 25º | 0.57% | 1% | - |
| XYZ | 58.06 | 50.95 | 21.53 | - |
| YUV | 188.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 110 | 0 | 0.33 | 0.57 | 0.00 | 25 | 0.99 | 0.71 |
| Hex | FE | AA | 6E | 0 | 21 | 39 | 0 | 19 | 63 | 47 |
| Octal | 376 | 252 | 156 | 0 | 41 | 71 | 0 | 31 | 143 | 107 |
| Binary | 11111110 | 10101010 | 1101110 | 0 | 100001 | 111001 | 0 | 11001 | 1100011 | 1000111 |
Color Harmonies of #FEAA6E
Complementary color
Monochromatic Colors of #FEAA6E
Black with #FEAA6E
Text Example
Text Example
White with #FEAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA6E; }
p { color: rgb(254,170,110); }
H1.HeaderClassName
{
color: #FEAA6E;
}
.AnyTagClassName
{
color: #FEAA6E;
}
</style>
background-color css
<style>
a { background-color: #FEAA6E; }
a { background-color: rgb(254,170,110); }
div.DivClassName
{
background-color: #FEAA6E;
}
.BgClassName
{
background-color: #FEAA6E;
}
</style>
border-color css
<style>
span { border-color: #FEAA6E; }
span { border-color: rgb(254,170,110); }
td.TdClassName
{
border-color: #FEAA6E;
}
.TagClassName
{
border-color: #FEAA6E;
}
</style>