Shades of Cape Honey #FEE1A2
Tints of Cape Honey #FEE1A2
RGB
CMYK
RGB Variations
Color information
#FEE1A2 (or 0xFEE1A2) is known color: Cape Honey. HEX triplet: FE, E1 and A2. RGB value is (254,225,162). Sum of RGB (Red+Green+Blue) = 254+225+162=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 162 (63.67% from 255 or 25.27% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1A2 is #011E5D. Grayscale: #E2E2E2. Windows color (decimal): -73310 or 10674686. OLE color: 10674686.
HSL color Cylindrical-coordinate representation of color #FEE1A2: hue angle of 41.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEE1A2 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 162 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.00 |
| HSL | 41.09º | 0.98% | 0.82% | - |
| HSV(B) | 41.09º | 0.36% | 1% | - |
| XYZ | 74.32 | 77.53 | 45.23 | - |
| YUV | 226.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 162 | 0 | 0.11 | 0.36 | 0.00 | 41.09 | 0.98 | 0.82 |
| Hex | FE | E1 | A2 | 0 | B | 24 | 0 | 29 | 62 | 52 |
| Octal | 376 | 341 | 242 | 0 | 13 | 44 | 0 | 51 | 142 | 122 |
| Binary | 11111110 | 11100001 | 10100010 | 0 | 1011 | 100100 | 0 | 101001 | 1100010 | 1010010 |
Color Harmonies of #FEE1A2
Complementary color
Monochromatic Colors of #FEE1A2
Black with #FEE1A2
Text Example
Text Example
White with #FEE1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1A2; }
p { color: rgb(254,225,162); }
H1.HeaderClassName
{
color: #FEE1A2;
}
.AnyTagClassName
{
color: #FEE1A2;
}
</style>
background-color css
<style>
a { background-color: #FEE1A2; }
a { background-color: rgb(254,225,162); }
div.DivClassName
{
background-color: #FEE1A2;
}
.BgClassName
{
background-color: #FEE1A2;
}
</style>
border-color css
<style>
span { border-color: #FEE1A2; }
span { border-color: rgb(254,225,162); }
td.TdClassName
{
border-color: #FEE1A2;
}
.TagClassName
{
border-color: #FEE1A2;
}
</style>