Shades of Cape Honey #FEDD9E
Tints of Cape Honey #FEDD9E
RGB
CMYK
RGB Variations
Color information
#FEDD9E (or 0xFEDD9E) is known color: Cape Honey. HEX triplet: FE, DD and 9E. RGB value is (254,221,158). Sum of RGB (Red+Green+Blue) = 254+221+158=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD9E is #012261. Grayscale: #DFDFDF. Windows color (decimal): -74338 or 10411518. OLE color: 10411518.
HSL color Cylindrical-coordinate representation of color #FEDD9E: hue angle of 39.38º 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 #FEDD9E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 158 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.00 |
| HSL | 39.38º | 0.98% | 0.81% | - |
| HSV(B) | 39.38º | 0.38% | 1% | - |
| XYZ | 72.9 | 75.25 | 43.03 | - |
| YUV | 223.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 158 | 0 | 0.13 | 0.38 | 0.00 | 39.38 | 0.98 | 0.81 |
| Hex | FE | DD | 9E | 0 | D | 26 | 0 | 27 | 62 | 51 |
| Octal | 376 | 335 | 236 | 0 | 15 | 46 | 0 | 47 | 142 | 121 |
| Binary | 11111110 | 11011101 | 10011110 | 0 | 1101 | 100110 | 0 | 100111 | 1100010 | 1010001 |
Color Harmonies of #FEDD9E
Complementary color
Monochromatic Colors of #FEDD9E
Black with #FEDD9E
Text Example
Text Example
White with #FEDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD9E; }
p { color: rgb(254,221,158); }
H1.HeaderClassName
{
color: #FEDD9E;
}
.AnyTagClassName
{
color: #FEDD9E;
}
</style>
background-color css
<style>
a { background-color: #FEDD9E; }
a { background-color: rgb(254,221,158); }
div.DivClassName
{
background-color: #FEDD9E;
}
.BgClassName
{
background-color: #FEDD9E;
}
</style>
border-color css
<style>
span { border-color: #FEDD9E; }
span { border-color: rgb(254,221,158); }
td.TdClassName
{
border-color: #FEDD9E;
}
.TagClassName
{
border-color: #FEDD9E;
}
</style>