Shades of Cape Honey #FEE1A1
Tints of Cape Honey #FEE1A1
RGB
CMYK
RGB Variations
Color information
#FEE1A1 (or 0xFEE1A1) is known color: Cape Honey. HEX triplet: FE, E1 and A1. RGB value is (254,225,161). Sum of RGB (Red+Green+Blue) = 254+225+161=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1A1 is #011E5E. Grayscale: #E2E2E2. Windows color (decimal): -73311 or 10609150. OLE color: 10609150.
HSL color Cylindrical-coordinate representation of color #FEE1A1: hue angle of 41.29º 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 #FEE1A1 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 161 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.00 |
| HSL | 41.29º | 0.98% | 0.81% | - |
| HSV(B) | 41.29º | 0.37% | 1% | - |
| XYZ | 74.23 | 77.49 | 44.76 | - |
| YUV | 226.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 161 | 0 | 0.11 | 0.37 | 0.00 | 41.29 | 0.98 | 0.81 |
| Hex | FE | E1 | A1 | 0 | B | 25 | 0 | 29 | 62 | 51 |
| Octal | 376 | 341 | 241 | 0 | 13 | 45 | 0 | 51 | 142 | 121 |
| Binary | 11111110 | 11100001 | 10100001 | 0 | 1011 | 100101 | 0 | 101001 | 1100010 | 1010001 |
Color Harmonies of #FEE1A1
Complementary color
Monochromatic Colors of #FEE1A1
Black with #FEE1A1
Text Example
Text Example
White with #FEE1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1A1; }
p { color: rgb(254,225,161); }
H1.HeaderClassName
{
color: #FEE1A1;
}
.AnyTagClassName
{
color: #FEE1A1;
}
</style>
background-color css
<style>
a { background-color: #FEE1A1; }
a { background-color: rgb(254,225,161); }
div.DivClassName
{
background-color: #FEE1A1;
}
.BgClassName
{
background-color: #FEE1A1;
}
</style>
border-color css
<style>
span { border-color: #FEE1A1; }
span { border-color: rgb(254,225,161); }
td.TdClassName
{
border-color: #FEE1A1;
}
.TagClassName
{
border-color: #FEE1A1;
}
</style>