Shades of Cape Honey #FDDEA8
Tints of Cape Honey #FDDEA8
RGB
CMYK
RGB Variations
Color information
#FDDEA8 (or 0xFDDEA8) is known color: Cape Honey. HEX triplet: FD, DE and A8. RGB value is (253,222,168). Sum of RGB (Red+Green+Blue) = 253+222+168=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEA8 is #022157. Grayscale: #E1E1E1. Windows color (decimal): -139608 or 11067133. OLE color: 11067133.
HSL color Cylindrical-coordinate representation of color #FDDEA8: hue angle of 38.12º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDDEA8 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 168 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.01 |
| HSL | 38.12º | 0.96% | 0.83% | - |
| HSV(B) | 38.12º | 0.34% | 0.99% | - |
| XYZ | 73.7 | 75.95 | 47.82 | - |
| YUV | 225.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 168 | 0 | 0.12 | 0.34 | 0.01 | 38.12 | 0.96 | 0.83 |
| Hex | FD | DE | A8 | 0 | C | 22 | 1 | 26 | 60 | 53 |
| Octal | 375 | 336 | 250 | 0 | 14 | 42 | 1 | 46 | 140 | 123 |
| Binary | 11111101 | 11011110 | 10101000 | 0 | 1100 | 100010 | 1 | 100110 | 1100000 | 1010011 |
Color Harmonies of #FDDEA8
Complementary color
Monochromatic Colors of #FDDEA8
Black with #FDDEA8
Text Example
Text Example
White with #FDDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEA8; }
p { color: rgb(253,222,168); }
H1.HeaderClassName
{
color: #FDDEA8;
}
.AnyTagClassName
{
color: #FDDEA8;
}
</style>
background-color css
<style>
a { background-color: #FDDEA8; }
a { background-color: rgb(253,222,168); }
div.DivClassName
{
background-color: #FDDEA8;
}
.BgClassName
{
background-color: #FDDEA8;
}
</style>
border-color css
<style>
span { border-color: #FDDEA8; }
span { border-color: rgb(253,222,168); }
td.TdClassName
{
border-color: #FDDEA8;
}
.TagClassName
{
border-color: #FDDEA8;
}
</style>