Shades of Cape Honey #FEE5A8
Tints of Cape Honey #FEE5A8
RGB
CMYK
RGB Variations
Color information
#FEE5A8 (or 0xFEE5A8) is known color: Cape Honey. HEX triplet: FE, E5 and A8. RGB value is (254,229,168). Sum of RGB (Red+Green+Blue) = 254+229+168=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 168 (66.02% from 255 or 25.81% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5A8 is #011A57. Grayscale: #E5E5E5. Windows color (decimal): -72280 or 11068926. OLE color: 11068926.
HSL color Cylindrical-coordinate representation of color #FEE5A8: hue angle of 42.56º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEE5A8 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 168 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.00 |
| HSL | 42.56º | 0.98% | 0.83% | - |
| HSV(B) | 42.56º | 0.34% | 1% | - |
| XYZ | 75.96 | 79.94 | 48.47 | - |
| YUV | 229.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 168 | 0 | 0.10 | 0.34 | 0.00 | 42.56 | 0.98 | 0.83 |
| Hex | FE | E5 | A8 | 0 | A | 22 | 0 | 2B | 62 | 53 |
| Octal | 376 | 345 | 250 | 0 | 12 | 42 | 0 | 53 | 142 | 123 |
| Binary | 11111110 | 11100101 | 10101000 | 0 | 1010 | 100010 | 0 | 101011 | 1100010 | 1010011 |
Color Harmonies of #FEE5A8
Complementary color
Monochromatic Colors of #FEE5A8
Black with #FEE5A8
Text Example
Text Example
White with #FEE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5A8; }
p { color: rgb(254,229,168); }
H1.HeaderClassName
{
color: #FEE5A8;
}
.AnyTagClassName
{
color: #FEE5A8;
}
</style>
background-color css
<style>
a { background-color: #FEE5A8; }
a { background-color: rgb(254,229,168); }
div.DivClassName
{
background-color: #FEE5A8;
}
.BgClassName
{
background-color: #FEE5A8;
}
</style>
border-color css
<style>
span { border-color: #FEE5A8; }
span { border-color: rgb(254,229,168); }
td.TdClassName
{
border-color: #FEE5A8;
}
.TagClassName
{
border-color: #FEE5A8;
}
</style>