Shades of Hit Pink #FEA86C
Tints of Hit Pink #FEA86C
RGB
CMYK
RGB Variations
Color information
#FEA86C (or 0xFEA86C) is known color: Hit Pink. HEX triplet: FE, A8 and 6C. RGB value is (254,168,108). Sum of RGB (Red+Green+Blue) = 254+168+108=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA86C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA86C is #015793. Grayscale: #BBBBBB. Windows color (decimal): -87956 or 7121150. OLE color: 7121150.
HSL color Cylindrical-coordinate representation of color #FEA86C: hue angle of 24.66º 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 #FEA86C is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 108 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.00 |
| HSL | 24.66º | 0.99% | 0.71% | - |
| HSV(B) | 24.66º | 0.57% | 1% | - |
| XYZ | 57.58 | 50.16 | 20.83 | - |
| YUV | 186.87 | 83.49 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 108 | 0 | 0.34 | 0.57 | 0.00 | 24.66 | 0.99 | 0.71 |
| Hex | FE | A8 | 6C | 0 | 22 | 39 | 0 | 19 | 63 | 47 |
| Octal | 376 | 250 | 154 | 0 | 42 | 71 | 0 | 31 | 143 | 107 |
| Binary | 11111110 | 10101000 | 1101100 | 0 | 100010 | 111001 | 0 | 11001 | 1100011 | 1000111 |
Color Harmonies of #FEA86C
Complementary color
Monochromatic Colors of #FEA86C
Black with #FEA86C
Text Example
Text Example
White with #FEA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA86C; }
p { color: rgb(254,168,108); }
H1.HeaderClassName
{
color: #FEA86C;
}
.AnyTagClassName
{
color: #FEA86C;
}
</style>
background-color css
<style>
a { background-color: #FEA86C; }
a { background-color: rgb(254,168,108); }
div.DivClassName
{
background-color: #FEA86C;
}
.BgClassName
{
background-color: #FEA86C;
}
</style>
border-color css
<style>
span { border-color: #FEA86C; }
span { border-color: rgb(254,168,108); }
td.TdClassName
{
border-color: #FEA86C;
}
.TagClassName
{
border-color: #FEA86C;
}
</style>