Shades of Cape Honey #FEDE9E
Tints of Cape Honey #FEDE9E
RGB
CMYK
RGB Variations
Color information
#FEDE9E (or 0xFEDE9E) is known color: Cape Honey. HEX triplet: FE, DE and 9E. RGB value is (254,222,158). Sum of RGB (Red+Green+Blue) = 254+222+158=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 158 (62.11% from 255 or 24.92% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE9E is #012161. Grayscale: #E0E0E0. Windows color (decimal): -74082 or 10411774. OLE color: 10411774.
HSL color Cylindrical-coordinate representation of color #FEDE9E: hue angle of 40º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEDE9E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 158 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.00 |
| HSL | 40º | 0.98% | 0.81% | - |
| HSV(B) | 40º | 0.38% | 1% | - |
| XYZ | 73.17 | 75.78 | 43.12 | - |
| YUV | 224.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 158 | 0 | 0.13 | 0.38 | 0.00 | 40 | 0.98 | 0.81 |
| Hex | FE | DE | 9E | 0 | D | 26 | 0 | 28 | 62 | 51 |
| Octal | 376 | 336 | 236 | 0 | 15 | 46 | 0 | 50 | 142 | 121 |
| Binary | 11111110 | 11011110 | 10011110 | 0 | 1101 | 100110 | 0 | 101000 | 1100010 | 1010001 |
Color Harmonies of #FEDE9E
Complementary color
Monochromatic Colors of #FEDE9E
Black with #FEDE9E
Text Example
Text Example
White with #FEDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE9E; }
p { color: rgb(254,222,158); }
H1.HeaderClassName
{
color: #FEDE9E;
}
.AnyTagClassName
{
color: #FEDE9E;
}
</style>
background-color css
<style>
a { background-color: #FEDE9E; }
a { background-color: rgb(254,222,158); }
div.DivClassName
{
background-color: #FEDE9E;
}
.BgClassName
{
background-color: #FEDE9E;
}
</style>
border-color css
<style>
span { border-color: #FEDE9E; }
span { border-color: rgb(254,222,158); }
td.TdClassName
{
border-color: #FEDE9E;
}
.TagClassName
{
border-color: #FEDE9E;
}
</style>