Shades of Cape Honey #FEDDA0
Tints of Cape Honey #FEDDA0
RGB
CMYK
RGB Variations
Color information
#FEDDA0 (or 0xFEDDA0) is known color: Cape Honey. HEX triplet: FE, DD and A0. RGB value is (254,221,160). Sum of RGB (Red+Green+Blue) = 254+221+160=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA0 is #01225F. Grayscale: #E0E0E0. Windows color (decimal): -74336 or 10542590. OLE color: 10542590.
HSL color Cylindrical-coordinate representation of color #FEDDA0: hue angle of 38.94º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEDDA0 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 160 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.00 |
| HSL | 38.94º | 0.98% | 0.81% | - |
| HSV(B) | 38.94º | 0.37% | 1% | - |
| XYZ | 73.07 | 75.32 | 43.94 | - |
| YUV | 223.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 160 | 0 | 0.13 | 0.37 | 0.00 | 38.94 | 0.98 | 0.81 |
| Hex | FE | DD | A0 | 0 | D | 25 | 0 | 27 | 62 | 51 |
| Octal | 376 | 335 | 240 | 0 | 15 | 45 | 0 | 47 | 142 | 121 |
| Binary | 11111110 | 11011101 | 10100000 | 0 | 1101 | 100101 | 0 | 100111 | 1100010 | 1010001 |
Color Harmonies of #FEDDA0
Complementary color
Monochromatic Colors of #FEDDA0
Black with #FEDDA0
Text Example
Text Example
White with #FEDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDA0; }
p { color: rgb(254,221,160); }
H1.HeaderClassName
{
color: #FEDDA0;
}
.AnyTagClassName
{
color: #FEDDA0;
}
</style>
background-color css
<style>
a { background-color: #FEDDA0; }
a { background-color: rgb(254,221,160); }
div.DivClassName
{
background-color: #FEDDA0;
}
.BgClassName
{
background-color: #FEDDA0;
}
</style>
border-color css
<style>
span { border-color: #FEDDA0; }
span { border-color: rgb(254,221,160); }
td.TdClassName
{
border-color: #FEDDA0;
}
.TagClassName
{
border-color: #FEDDA0;
}
</style>