Shades of Cape Honey #FEE2A1
Tints of Cape Honey #FEE2A1
RGB
CMYK
RGB Variations
Color information
#FEE2A1 (or 0xFEE2A1) is known color: Cape Honey. HEX triplet: FE, E2 and A1. RGB value is (254,226,161). Sum of RGB (Red+Green+Blue) = 254+226+161=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE2A1 is #011D5E. Grayscale: #E3E3E3. Windows color (decimal): -73055 or 10609406. OLE color: 10609406.
HSL color Cylindrical-coordinate representation of color #FEE2A1: hue angle of 41.94º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEE2A1 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 161 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.00 |
| HSL | 41.94º | 0.98% | 0.81% | - |
| HSV(B) | 41.94º | 0.37% | 1% | - |
| XYZ | 74.5 | 78.04 | 44.85 | - |
| YUV | 226.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 161 | 0 | 0.11 | 0.37 | 0.00 | 41.94 | 0.98 | 0.81 |
| Hex | FE | E2 | A1 | 0 | B | 25 | 0 | 2A | 62 | 51 |
| Octal | 376 | 342 | 241 | 0 | 13 | 45 | 0 | 52 | 142 | 121 |
| Binary | 11111110 | 11100010 | 10100001 | 0 | 1011 | 100101 | 0 | 101010 | 1100010 | 1010001 |
Color Harmonies of #FEE2A1
Complementary color
Monochromatic Colors of #FEE2A1
Black with #FEE2A1
Text Example
Text Example
White with #FEE2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2A1; }
p { color: rgb(254,226,161); }
H1.HeaderClassName
{
color: #FEE2A1;
}
.AnyTagClassName
{
color: #FEE2A1;
}
</style>
background-color css
<style>
a { background-color: #FEE2A1; }
a { background-color: rgb(254,226,161); }
div.DivClassName
{
background-color: #FEE2A1;
}
.BgClassName
{
background-color: #FEE2A1;
}
</style>
border-color css
<style>
span { border-color: #FEE2A1; }
span { border-color: rgb(254,226,161); }
td.TdClassName
{
border-color: #FEE2A1;
}
.TagClassName
{
border-color: #FEE2A1;
}
</style>