Shades of Hit Pink #FEAD6E
Tints of Hit Pink #FEAD6E
RGB
CMYK
RGB Variations
Color information
#FEAD6E (or 0xFEAD6E) is known color: Hit Pink. HEX triplet: FE, AD and 6E. RGB value is (254,173,110). Sum of RGB (Red+Green+Blue) = 254+173+110=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD6E is #015291. Grayscale: #BEBEBE. Windows color (decimal): -86674 or 7253502. OLE color: 7253502.
HSL color Cylindrical-coordinate representation of color #FEAD6E: hue angle of 26.25º 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 #FEAD6E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 110 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.00 |
| HSL | 26.25º | 0.99% | 0.71% | - |
| HSV(B) | 26.25º | 0.57% | 1% | - |
| XYZ | 58.63 | 52.08 | 21.71 | - |
| YUV | 190.04 | 82.84 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 110 | 0 | 0.32 | 0.57 | 0.00 | 26.25 | 0.99 | 0.71 |
| Hex | FE | AD | 6E | 0 | 20 | 39 | 0 | 1A | 63 | 47 |
| Octal | 376 | 255 | 156 | 0 | 40 | 71 | 0 | 32 | 143 | 107 |
| Binary | 11111110 | 10101101 | 1101110 | 0 | 100000 | 111001 | 0 | 11010 | 1100011 | 1000111 |
Color Harmonies of #FEAD6E
Complementary color
Monochromatic Colors of #FEAD6E
Black with #FEAD6E
Text Example
Text Example
White with #FEAD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD6E; }
p { color: rgb(254,173,110); }
H1.HeaderClassName
{
color: #FEAD6E;
}
.AnyTagClassName
{
color: #FEAD6E;
}
</style>
background-color css
<style>
a { background-color: #FEAD6E; }
a { background-color: rgb(254,173,110); }
div.DivClassName
{
background-color: #FEAD6E;
}
.BgClassName
{
background-color: #FEAD6E;
}
</style>
border-color css
<style>
span { border-color: #FEAD6E; }
span { border-color: rgb(254,173,110); }
td.TdClassName
{
border-color: #FEAD6E;
}
.TagClassName
{
border-color: #FEAD6E;
}
</style>