Shades of Hit Pink #FEAC6D
Tints of Hit Pink #FEAC6D
RGB
CMYK
RGB Variations
Color information
#FEAC6D (or 0xFEAC6D) is known color: Hit Pink. HEX triplet: FE, AC and 6D. RGB value is (254,172,109). Sum of RGB (Red+Green+Blue) = 254+172+109=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC6D is #015392. Grayscale: #BDBDBD. Windows color (decimal): -86931 or 7187710. OLE color: 7187710.
HSL color Cylindrical-coordinate representation of color #FEAC6D: hue angle of 26.07º 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 #FEAC6D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 109 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.00 |
| HSL | 26.07º | 0.99% | 0.71% | - |
| HSV(B) | 26.07º | 0.57% | 1% | - |
| XYZ | 58.39 | 51.68 | 21.37 | - |
| YUV | 189.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 109 | 0 | 0.32 | 0.57 | 0.00 | 26.07 | 0.99 | 0.71 |
| Hex | FE | AC | 6D | 0 | 20 | 39 | 0 | 1A | 63 | 47 |
| Octal | 376 | 254 | 155 | 0 | 40 | 71 | 0 | 32 | 143 | 107 |
| Binary | 11111110 | 10101100 | 1101101 | 0 | 100000 | 111001 | 0 | 11010 | 1100011 | 1000111 |
Color Harmonies of #FEAC6D
Complementary color
Monochromatic Colors of #FEAC6D
Black with #FEAC6D
Text Example
Text Example
White with #FEAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC6D; }
p { color: rgb(254,172,109); }
H1.HeaderClassName
{
color: #FEAC6D;
}
.AnyTagClassName
{
color: #FEAC6D;
}
</style>
background-color css
<style>
a { background-color: #FEAC6D; }
a { background-color: rgb(254,172,109); }
div.DivClassName
{
background-color: #FEAC6D;
}
.BgClassName
{
background-color: #FEAC6D;
}
</style>
border-color css
<style>
span { border-color: #FEAC6D; }
span { border-color: rgb(254,172,109); }
td.TdClassName
{
border-color: #FEAC6D;
}
.TagClassName
{
border-color: #FEAC6D;
}
</style>