Shades of Hit Pink #FEA677
Tints of Hit Pink #FEA677
RGB
CMYK
RGB Variations
Color information
#FEA677 (or 0xFEA677) is known color: Hit Pink. HEX triplet: FE, A6 and 77. RGB value is (254,166,119). Sum of RGB (Red+Green+Blue) = 254+166+119=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA677 is #015988. Grayscale: #BBBBBB. Windows color (decimal): -88457 or 7841534. OLE color: 7841534.
HSL color Cylindrical-coordinate representation of color #FEA677: hue angle of 20.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEA677 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 119 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.00 |
| HSL | 20.89º | 0.99% | 0.73% | - |
| HSV(B) | 20.89º | 0.53% | 1% | - |
| XYZ | 57.84 | 49.68 | 23.99 | - |
| YUV | 186.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 119 | 0 | 0.35 | 0.53 | 0.00 | 20.89 | 0.99 | 0.73 |
| Hex | FE | A6 | 77 | 0 | 23 | 35 | 0 | 15 | 63 | 49 |
| Octal | 376 | 246 | 167 | 0 | 43 | 65 | 0 | 25 | 143 | 111 |
| Binary | 11111110 | 10100110 | 1110111 | 0 | 100011 | 110101 | 0 | 10101 | 1100011 | 1001001 |
Color Harmonies of #FEA677
Complementary color
Monochromatic Colors of #FEA677
Black with #FEA677
Text Example
Text Example
White with #FEA677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA677; }
p { color: rgb(254,166,119); }
H1.HeaderClassName
{
color: #FEA677;
}
.AnyTagClassName
{
color: #FEA677;
}
</style>
background-color css
<style>
a { background-color: #FEA677; }
a { background-color: rgb(254,166,119); }
div.DivClassName
{
background-color: #FEA677;
}
.BgClassName
{
background-color: #FEA677;
}
</style>
border-color css
<style>
span { border-color: #FEA677; }
span { border-color: rgb(254,166,119); }
td.TdClassName
{
border-color: #FEA677;
}
.TagClassName
{
border-color: #FEA677;
}
</style>