Shades of Cape Honey #FEE0A8
Tints of Cape Honey #FEE0A8
RGB
CMYK
RGB Variations
Color information
#FEE0A8 (or 0xFEE0A8) is known color: Cape Honey. HEX triplet: FE, E0 and A8. RGB value is (254,224,168). Sum of RGB (Red+Green+Blue) = 254+224+168=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 168 (66.02% from 255 or 26.01% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE0A8 is #011F57. Grayscale: #E2E2E2. Windows color (decimal): -73560 or 11067646. OLE color: 11067646.
HSL color Cylindrical-coordinate representation of color #FEE0A8: hue angle of 39.07º 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 #FEE0A8 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 168 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.00 |
| HSL | 39.07º | 0.98% | 0.83% | - |
| HSV(B) | 39.07º | 0.34% | 1% | - |
| XYZ | 74.6 | 77.21 | 48.02 | - |
| YUV | 226.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 168 | 0 | 0.12 | 0.34 | 0.00 | 39.07 | 0.98 | 0.83 |
| Hex | FE | E0 | A8 | 0 | C | 22 | 0 | 27 | 62 | 53 |
| Octal | 376 | 340 | 250 | 0 | 14 | 42 | 0 | 47 | 142 | 123 |
| Binary | 11111110 | 11100000 | 10101000 | 0 | 1100 | 100010 | 0 | 100111 | 1100010 | 1010011 |
Color Harmonies of #FEE0A8
Complementary color
Monochromatic Colors of #FEE0A8
Black with #FEE0A8
Text Example
Text Example
White with #FEE0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0A8; }
p { color: rgb(254,224,168); }
H1.HeaderClassName
{
color: #FEE0A8;
}
.AnyTagClassName
{
color: #FEE0A8;
}
</style>
background-color css
<style>
a { background-color: #FEE0A8; }
a { background-color: rgb(254,224,168); }
div.DivClassName
{
background-color: #FEE0A8;
}
.BgClassName
{
background-color: #FEE0A8;
}
</style>
border-color css
<style>
span { border-color: #FEE0A8; }
span { border-color: rgb(254,224,168); }
td.TdClassName
{
border-color: #FEE0A8;
}
.TagClassName
{
border-color: #FEE0A8;
}
</style>