Shades of Cape Honey #FDE0A9
Tints of Cape Honey #FDE0A9
RGB
CMYK
RGB Variations
Color information
#FDE0A9 (or 0xFDE0A9) is known color: Cape Honey. HEX triplet: FD, E0 and A9. RGB value is (253,224,169). Sum of RGB (Red+Green+Blue) = 253+224+169=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 169 (66.41% from 255 or 26.16% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE0A9 is #021F56. Grayscale: #E2E2E2. Windows color (decimal): -139095 or 11133181. OLE color: 11133181.
HSL color Cylindrical-coordinate representation of color #FDE0A9: hue angle of 39.29º 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 #FDE0A9 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 169 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.01 |
| HSL | 39.29º | 0.95% | 0.83% | - |
| HSV(B) | 39.29º | 0.33% | 0.99% | - |
| XYZ | 74.33 | 77.06 | 48.49 | - |
| YUV | 226.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 169 | 0 | 0.11 | 0.33 | 0.01 | 39.29 | 0.95 | 0.83 |
| Hex | FD | E0 | A9 | 0 | B | 21 | 1 | 27 | 5F | 53 |
| Octal | 375 | 340 | 251 | 0 | 13 | 41 | 1 | 47 | 137 | 123 |
| Binary | 11111101 | 11100000 | 10101001 | 0 | 1011 | 100001 | 1 | 100111 | 1011111 | 1010011 |
Color Harmonies of #FDE0A9
Complementary color
Monochromatic Colors of #FDE0A9
Black with #FDE0A9
Text Example
Text Example
White with #FDE0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0A9; }
p { color: rgb(253,224,169); }
H1.HeaderClassName
{
color: #FDE0A9;
}
.AnyTagClassName
{
color: #FDE0A9;
}
</style>
background-color css
<style>
a { background-color: #FDE0A9; }
a { background-color: rgb(253,224,169); }
div.DivClassName
{
background-color: #FDE0A9;
}
.BgClassName
{
background-color: #FDE0A9;
}
</style>
border-color css
<style>
span { border-color: #FDE0A9; }
span { border-color: rgb(253,224,169); }
td.TdClassName
{
border-color: #FDE0A9;
}
.TagClassName
{
border-color: #FDE0A9;
}
</style>