Shades of Hit Pink #FEA467
Tints of Hit Pink #FEA467
RGB
CMYK
RGB Variations
Color information
#FEA467 (or 0xFEA467) is known color: Hit Pink. HEX triplet: FE, A4 and 67. RGB value is (254,164,103). Sum of RGB (Red+Green+Blue) = 254+164+103=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA467 is #015B98. Grayscale: #B8B8B8. Windows color (decimal): -88985 or 6792446. OLE color: 6792446.
HSL color Cylindrical-coordinate representation of color #FEA467: hue angle of 24.24º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEA467 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 103 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.00 |
| HSL | 24.24º | 0.99% | 0.7% | - |
| HSV(B) | 24.24º | 0.59% | 1% | - |
| XYZ | 56.6 | 48.6 | 19.23 | - |
| YUV | 183.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 103 | 0 | 0.35 | 0.59 | 0.00 | 24.24 | 0.99 | 0.7 |
| Hex | FE | A4 | 67 | 0 | 23 | 3B | 0 | 18 | 63 | 46 |
| Octal | 376 | 244 | 147 | 0 | 43 | 73 | 0 | 30 | 143 | 106 |
| Binary | 11111110 | 10100100 | 1100111 | 0 | 100011 | 111011 | 0 | 11000 | 1100011 | 1000110 |
Color Harmonies of #FEA467
Complementary color
Monochromatic Colors of #FEA467
Black with #FEA467
Text Example
Text Example
White with #FEA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA467; }
p { color: rgb(254,164,103); }
H1.HeaderClassName
{
color: #FEA467;
}
.AnyTagClassName
{
color: #FEA467;
}
</style>
background-color css
<style>
a { background-color: #FEA467; }
a { background-color: rgb(254,164,103); }
div.DivClassName
{
background-color: #FEA467;
}
.BgClassName
{
background-color: #FEA467;
}
</style>
border-color css
<style>
span { border-color: #FEA467; }
span { border-color: rgb(254,164,103); }
td.TdClassName
{
border-color: #FEA467;
}
.TagClassName
{
border-color: #FEA467;
}
</style>