Shades of Cape Honey #FEE1AA
Tints of Cape Honey #FEE1AA
RGB
CMYK
RGB Variations
Color information
#FEE1AA (or 0xFEE1AA) is known color: Cape Honey. HEX triplet: FE, E1 and AA. RGB value is (254,225,170). Sum of RGB (Red+Green+Blue) = 254+225+170=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1AA is #011E55. Grayscale: #E3E3E3. Windows color (decimal): -73302 or 11198974. OLE color: 11198974.
HSL color Cylindrical-coordinate representation of color #FEE1AA: hue angle of 39.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE1AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 170 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.00 |
| HSL | 39.29º | 0.98% | 0.83% | - |
| HSV(B) | 39.29º | 0.33% | 1% | - |
| XYZ | 75.05 | 77.82 | 49.1 | - |
| YUV | 227.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 170 | 0 | 0.11 | 0.33 | 0.00 | 39.29 | 0.98 | 0.83 |
| Hex | FE | E1 | AA | 0 | B | 21 | 0 | 27 | 62 | 53 |
| Octal | 376 | 341 | 252 | 0 | 13 | 41 | 0 | 47 | 142 | 123 |
| Binary | 11111110 | 11100001 | 10101010 | 0 | 1011 | 100001 | 0 | 100111 | 1100010 | 1010011 |
Color Harmonies of #FEE1AA
Complementary color
Monochromatic Colors of #FEE1AA
Black with #FEE1AA
Text Example
Text Example
White with #FEE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1AA; }
p { color: rgb(254,225,170); }
H1.HeaderClassName
{
color: #FEE1AA;
}
.AnyTagClassName
{
color: #FEE1AA;
}
</style>
background-color css
<style>
a { background-color: #FEE1AA; }
a { background-color: rgb(254,225,170); }
div.DivClassName
{
background-color: #FEE1AA;
}
.BgClassName
{
background-color: #FEE1AA;
}
</style>
border-color css
<style>
span { border-color: #FEE1AA; }
span { border-color: rgb(254,225,170); }
td.TdClassName
{
border-color: #FEE1AA;
}
.TagClassName
{
border-color: #FEE1AA;
}
</style>