Shades of Cape Honey #FEE3A9
Tints of Cape Honey #FEE3A9
RGB
CMYK
RGB Variations
Color information
#FEE3A9 (or 0xFEE3A9) is known color: Cape Honey. HEX triplet: FE, E3 and A9. RGB value is (254,227,169). Sum of RGB (Red+Green+Blue) = 254+227+169=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 169 (66.41% from 255 or 26% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3A9 is #011C56. Grayscale: #E4E4E4. Windows color (decimal): -72791 or 11133950. OLE color: 11133950.
HSL color Cylindrical-coordinate representation of color #FEE3A9: hue angle of 40.94º 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 #FEE3A9 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 169 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.00 |
| HSL | 40.94º | 0.98% | 0.83% | - |
| HSV(B) | 40.94º | 0.33% | 1% | - |
| XYZ | 75.5 | 78.87 | 48.78 | - |
| YUV | 228.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 169 | 0 | 0.11 | 0.33 | 0.00 | 40.94 | 0.98 | 0.83 |
| Hex | FE | E3 | A9 | 0 | B | 21 | 0 | 29 | 62 | 53 |
| Octal | 376 | 343 | 251 | 0 | 13 | 41 | 0 | 51 | 142 | 123 |
| Binary | 11111110 | 11100011 | 10101001 | 0 | 1011 | 100001 | 0 | 101001 | 1100010 | 1010011 |
Color Harmonies of #FEE3A9
Complementary color
Monochromatic Colors of #FEE3A9
Black with #FEE3A9
Text Example
Text Example
White with #FEE3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3A9; }
p { color: rgb(254,227,169); }
H1.HeaderClassName
{
color: #FEE3A9;
}
.AnyTagClassName
{
color: #FEE3A9;
}
</style>
background-color css
<style>
a { background-color: #FEE3A9; }
a { background-color: rgb(254,227,169); }
div.DivClassName
{
background-color: #FEE3A9;
}
.BgClassName
{
background-color: #FEE3A9;
}
</style>
border-color css
<style>
span { border-color: #FEE3A9; }
span { border-color: rgb(254,227,169); }
td.TdClassName
{
border-color: #FEE3A9;
}
.TagClassName
{
border-color: #FEE3A9;
}
</style>