Shades of Hit Pink #FEAB6D
Tints of Hit Pink #FEAB6D
RGB
CMYK
RGB Variations
Color information
#FEAB6D (or 0xFEAB6D) is known color: Hit Pink. HEX triplet: FE, AB and 6D. RGB value is (254,171,109). Sum of RGB (Red+Green+Blue) = 254+171+109=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB6D is #015492. Grayscale: #BDBDBD. Windows color (decimal): -87187 or 7187454. OLE color: 7187454.
HSL color Cylindrical-coordinate representation of color #FEAB6D: hue angle of 25.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 #FEAB6D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 109 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.00 |
| HSL | 25.66º | 0.99% | 0.71% | - |
| HSV(B) | 25.66º | 0.57% | 1% | - |
| XYZ | 58.2 | 51.3 | 21.3 | - |
| YUV | 188.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 109 | 0 | 0.33 | 0.57 | 0.00 | 25.66 | 0.99 | 0.71 |
| Hex | FE | AB | 6D | 0 | 21 | 39 | 0 | 1A | 63 | 47 |
| Octal | 376 | 253 | 155 | 0 | 41 | 71 | 0 | 32 | 143 | 107 |
| Binary | 11111110 | 10101011 | 1101101 | 0 | 100001 | 111001 | 0 | 11010 | 1100011 | 1000111 |
Color Harmonies of #FEAB6D
Complementary color
Monochromatic Colors of #FEAB6D
Black with #FEAB6D
Text Example
Text Example
White with #FEAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB6D; }
p { color: rgb(254,171,109); }
H1.HeaderClassName
{
color: #FEAB6D;
}
.AnyTagClassName
{
color: #FEAB6D;
}
</style>
background-color css
<style>
a { background-color: #FEAB6D; }
a { background-color: rgb(254,171,109); }
div.DivClassName
{
background-color: #FEAB6D;
}
.BgClassName
{
background-color: #FEAB6D;
}
</style>
border-color css
<style>
span { border-color: #FEAB6D; }
span { border-color: rgb(254,171,109); }
td.TdClassName
{
border-color: #FEAB6D;
}
.TagClassName
{
border-color: #FEAB6D;
}
</style>