Shades of Cape Honey #FDDEA4
Tints of Cape Honey #FDDEA4
RGB
CMYK
RGB Variations
Color information
#FDDEA4 (or 0xFDDEA4) is known color: Cape Honey. HEX triplet: FD, DE and A4. RGB value is (253,222,164). Sum of RGB (Red+Green+Blue) = 253+222+164=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 164 (64.45% from 255 or 25.67% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEA4 is #02215B. Grayscale: #E0E0E0. Windows color (decimal): -139612 or 10804989. OLE color: 10804989.
HSL color Cylindrical-coordinate representation of color #FDDEA4: hue angle of 39.1º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDDEA4 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 164 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.01 |
| HSL | 39.1º | 0.96% | 0.82% | - |
| HSV(B) | 39.1º | 0.35% | 0.99% | - |
| XYZ | 73.33 | 75.81 | 45.89 | - |
| YUV | 224.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 164 | 0 | 0.12 | 0.35 | 0.01 | 39.1 | 0.96 | 0.82 |
| Hex | FD | DE | A4 | 0 | C | 23 | 1 | 27 | 60 | 52 |
| Octal | 375 | 336 | 244 | 0 | 14 | 43 | 1 | 47 | 140 | 122 |
| Binary | 11111101 | 11011110 | 10100100 | 0 | 1100 | 100011 | 1 | 100111 | 1100000 | 1010010 |
Color Harmonies of #FDDEA4
Complementary color
Monochromatic Colors of #FDDEA4
Black with #FDDEA4
Text Example
Text Example
White with #FDDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEA4; }
p { color: rgb(253,222,164); }
H1.HeaderClassName
{
color: #FDDEA4;
}
.AnyTagClassName
{
color: #FDDEA4;
}
</style>
background-color css
<style>
a { background-color: #FDDEA4; }
a { background-color: rgb(253,222,164); }
div.DivClassName
{
background-color: #FDDEA4;
}
.BgClassName
{
background-color: #FDDEA4;
}
</style>
border-color css
<style>
span { border-color: #FDDEA4; }
span { border-color: rgb(253,222,164); }
td.TdClassName
{
border-color: #FDDEA4;
}
.TagClassName
{
border-color: #FDDEA4;
}
</style>