Shades of Cape Honey #FEE3A6
Tints of Cape Honey #FEE3A6
RGB
CMYK
RGB Variations
Color information
#FEE3A6 (or 0xFEE3A6) is known color: Cape Honey. HEX triplet: FE, E3 and A6. RGB value is (254,227,166). Sum of RGB (Red+Green+Blue) = 254+227+166=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 166 (65.23% from 255 or 25.66% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3A6 is #011C59. Grayscale: #E4E4E4. Windows color (decimal): -72794 or 10937342. OLE color: 10937342.
HSL color Cylindrical-coordinate representation of color #FEE3A6: hue angle of 41.59º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEE3A6 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 166 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.00 |
| HSL | 41.59º | 0.98% | 0.82% | - |
| HSV(B) | 41.59º | 0.35% | 1% | - |
| XYZ | 75.23 | 78.76 | 47.31 | - |
| YUV | 228.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 166 | 0 | 0.11 | 0.35 | 0.00 | 41.59 | 0.98 | 0.82 |
| Hex | FE | E3 | A6 | 0 | B | 23 | 0 | 2A | 62 | 52 |
| Octal | 376 | 343 | 246 | 0 | 13 | 43 | 0 | 52 | 142 | 122 |
| Binary | 11111110 | 11100011 | 10100110 | 0 | 1011 | 100011 | 0 | 101010 | 1100010 | 1010010 |
Color Harmonies of #FEE3A6
Complementary color
Monochromatic Colors of #FEE3A6
Black with #FEE3A6
Text Example
Text Example
White with #FEE3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3A6; }
p { color: rgb(254,227,166); }
H1.HeaderClassName
{
color: #FEE3A6;
}
.AnyTagClassName
{
color: #FEE3A6;
}
</style>
background-color css
<style>
a { background-color: #FEE3A6; }
a { background-color: rgb(254,227,166); }
div.DivClassName
{
background-color: #FEE3A6;
}
.BgClassName
{
background-color: #FEE3A6;
}
</style>
border-color css
<style>
span { border-color: #FEE3A6; }
span { border-color: rgb(254,227,166); }
td.TdClassName
{
border-color: #FEE3A6;
}
.TagClassName
{
border-color: #FEE3A6;
}
</style>