Shades of Cape Honey #FDE4AA
Tints of Cape Honey #FDE4AA
RGB
CMYK
RGB Variations
Color information
#FDE4AA (or 0xFDE4AA) is known color: Cape Honey. HEX triplet: FD, E4 and AA. RGB value is (253,228,170). Sum of RGB (Red+Green+Blue) = 253+228+170=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4AA is #021B55. Grayscale: #E5E5E5. Windows color (decimal): -138070 or 11199741. OLE color: 11199741.
HSL color Cylindrical-coordinate representation of color #FDE4AA: hue angle of 41.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDE4AA is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 170 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.01 |
| HSL | 41.93º | 0.95% | 0.83% | - |
| HSV(B) | 41.93º | 0.33% | 0.99% | - |
| XYZ | 75.51 | 79.27 | 49.35 | - |
| YUV | 228.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 170 | 0 | 0.10 | 0.33 | 0.01 | 41.93 | 0.95 | 0.83 |
| Hex | FD | E4 | AA | 0 | A | 21 | 1 | 2A | 5F | 53 |
| Octal | 375 | 344 | 252 | 0 | 12 | 41 | 1 | 52 | 137 | 123 |
| Binary | 11111101 | 11100100 | 10101010 | 0 | 1010 | 100001 | 1 | 101010 | 1011111 | 1010011 |
Color Harmonies of #FDE4AA
Complementary color
Monochromatic Colors of #FDE4AA
Black with #FDE4AA
Text Example
Text Example
White with #FDE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4AA; }
p { color: rgb(253,228,170); }
H1.HeaderClassName
{
color: #FDE4AA;
}
.AnyTagClassName
{
color: #FDE4AA;
}
</style>
background-color css
<style>
a { background-color: #FDE4AA; }
a { background-color: rgb(253,228,170); }
div.DivClassName
{
background-color: #FDE4AA;
}
.BgClassName
{
background-color: #FDE4AA;
}
</style>
border-color css
<style>
span { border-color: #FDE4AA; }
span { border-color: rgb(253,228,170); }
td.TdClassName
{
border-color: #FDE4AA;
}
.TagClassName
{
border-color: #FDE4AA;
}
</style>