Shades of Hit Pink #FEA96A
Tints of Hit Pink #FEA96A
RGB
CMYK
RGB Variations
Color information
#FEA96A (or 0xFEA96A) is known color: Hit Pink. HEX triplet: FE, A9 and 6A. RGB value is (254,169,106). Sum of RGB (Red+Green+Blue) = 254+169+106=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA96A is #015695. Grayscale: #BBBBBB. Windows color (decimal): -87702 or 6990334. OLE color: 6990334.
HSL color Cylindrical-coordinate representation of color #FEA96A: hue angle of 25.54º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEA96A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 106 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.00 |
| HSL | 25.54º | 0.99% | 0.71% | - |
| HSV(B) | 25.54º | 0.58% | 1% | - |
| XYZ | 57.66 | 50.49 | 20.34 | - |
| YUV | 187.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 106 | 0 | 0.33 | 0.58 | 0.00 | 25.54 | 0.99 | 0.71 |
| Hex | FE | A9 | 6A | 0 | 21 | 3A | 0 | 1A | 63 | 47 |
| Octal | 376 | 251 | 152 | 0 | 41 | 72 | 0 | 32 | 143 | 107 |
| Binary | 11111110 | 10101001 | 1101010 | 0 | 100001 | 111010 | 0 | 11010 | 1100011 | 1000111 |
Color Harmonies of #FEA96A
Complementary color
Monochromatic Colors of #FEA96A
Black with #FEA96A
Text Example
Text Example
White with #FEA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA96A; }
p { color: rgb(254,169,106); }
H1.HeaderClassName
{
color: #FEA96A;
}
.AnyTagClassName
{
color: #FEA96A;
}
</style>
background-color css
<style>
a { background-color: #FEA96A; }
a { background-color: rgb(254,169,106); }
div.DivClassName
{
background-color: #FEA96A;
}
.BgClassName
{
background-color: #FEA96A;
}
</style>
border-color css
<style>
span { border-color: #FEA96A; }
span { border-color: rgb(254,169,106); }
td.TdClassName
{
border-color: #FEA96A;
}
.TagClassName
{
border-color: #FEA96A;
}
</style>