Shades of Hit Pink #FEA868
Tints of Hit Pink #FEA868
RGB
CMYK
RGB Variations
Color information
#FEA868 (or 0xFEA868) is known color: Hit Pink. HEX triplet: FE, A8 and 68. RGB value is (254,168,104). Sum of RGB (Red+Green+Blue) = 254+168+104=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA868 is #015797. Grayscale: #BABABA. Windows color (decimal): -87960 or 6859006. OLE color: 6859006.
HSL color Cylindrical-coordinate representation of color #FEA868: hue angle of 25.6º 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 #FEA868 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 104 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.00 |
| HSL | 25.6º | 0.99% | 0.7% | - |
| HSV(B) | 25.6º | 0.59% | 1% | - |
| XYZ | 57.37 | 50.08 | 19.74 | - |
| YUV | 186.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 104 | 0 | 0.34 | 0.59 | 0.00 | 25.6 | 0.99 | 0.7 |
| Hex | FE | A8 | 68 | 0 | 22 | 3B | 0 | 1A | 63 | 46 |
| Octal | 376 | 250 | 150 | 0 | 42 | 73 | 0 | 32 | 143 | 106 |
| Binary | 11111110 | 10101000 | 1101000 | 0 | 100010 | 111011 | 0 | 11010 | 1100011 | 1000110 |
Color Harmonies of #FEA868
Complementary color
Monochromatic Colors of #FEA868
Black with #FEA868
Text Example
Text Example
White with #FEA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA868; }
p { color: rgb(254,168,104); }
H1.HeaderClassName
{
color: #FEA868;
}
.AnyTagClassName
{
color: #FEA868;
}
</style>
background-color css
<style>
a { background-color: #FEA868; }
a { background-color: rgb(254,168,104); }
div.DivClassName
{
background-color: #FEA868;
}
.BgClassName
{
background-color: #FEA868;
}
</style>
border-color css
<style>
span { border-color: #FEA868; }
span { border-color: rgb(254,168,104); }
td.TdClassName
{
border-color: #FEA868;
}
.TagClassName
{
border-color: #FEA868;
}
</style>