Shades of Cape Honey #FDE2AA
Tints of Cape Honey #FDE2AA
RGB
CMYK
RGB Variations
Color information
#FDE2AA (or 0xFDE2AA) is known color: Cape Honey. HEX triplet: FD, E2 and AA. RGB value is (253,226,170). Sum of RGB (Red+Green+Blue) = 253+226+170=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2AA is #021D55. Grayscale: #E3E3E3. Windows color (decimal): -138582 or 11199229. OLE color: 11199229.
HSL color Cylindrical-coordinate representation of color #FDE2AA: hue angle of 40.48º 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 #FDE2AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 170 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.01 |
| HSL | 40.48º | 0.95% | 0.83% | - |
| HSV(B) | 40.48º | 0.33% | 0.99% | - |
| XYZ | 74.96 | 78.18 | 49.17 | - |
| YUV | 227.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 170 | 0 | 0.11 | 0.33 | 0.01 | 40.48 | 0.95 | 0.83 |
| Hex | FD | E2 | AA | 0 | B | 21 | 1 | 28 | 5F | 53 |
| Octal | 375 | 342 | 252 | 0 | 13 | 41 | 1 | 50 | 137 | 123 |
| Binary | 11111101 | 11100010 | 10101010 | 0 | 1011 | 100001 | 1 | 101000 | 1011111 | 1010011 |
Color Harmonies of #FDE2AA
Complementary color
Monochromatic Colors of #FDE2AA
Black with #FDE2AA
Text Example
Text Example
White with #FDE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2AA; }
p { color: rgb(253,226,170); }
H1.HeaderClassName
{
color: #FDE2AA;
}
.AnyTagClassName
{
color: #FDE2AA;
}
</style>
background-color css
<style>
a { background-color: #FDE2AA; }
a { background-color: rgb(253,226,170); }
div.DivClassName
{
background-color: #FDE2AA;
}
.BgClassName
{
background-color: #FDE2AA;
}
</style>
border-color css
<style>
span { border-color: #FDE2AA; }
span { border-color: rgb(253,226,170); }
td.TdClassName
{
border-color: #FDE2AA;
}
.TagClassName
{
border-color: #FDE2AA;
}
</style>