Shades of Cape Honey #FDDEA3
Tints of Cape Honey #FDDEA3
RGB
CMYK
RGB Variations
Color information
#FDDEA3 (or 0xFDDEA3) is known color: Cape Honey. HEX triplet: FD, DE and A3. RGB value is (253,222,163). Sum of RGB (Red+Green+Blue) = 253+222+163=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEA3 is #02215C. Grayscale: #E0E0E0. Windows color (decimal): -139613 or 10739453. OLE color: 10739453.
HSL color Cylindrical-coordinate representation of color #FDDEA3: hue angle of 39.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDDEA3 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 163 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.01 |
| HSL | 39.33º | 0.96% | 0.82% | - |
| HSV(B) | 39.33º | 0.36% | 0.99% | - |
| XYZ | 73.24 | 75.77 | 45.42 | - |
| YUV | 224.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 163 | 0 | 0.12 | 0.36 | 0.01 | 39.33 | 0.96 | 0.82 |
| Hex | FD | DE | A3 | 0 | C | 24 | 1 | 27 | 60 | 52 |
| Octal | 375 | 336 | 243 | 0 | 14 | 44 | 1 | 47 | 140 | 122 |
| Binary | 11111101 | 11011110 | 10100011 | 0 | 1100 | 100100 | 1 | 100111 | 1100000 | 1010010 |
Color Harmonies of #FDDEA3
Complementary color
Monochromatic Colors of #FDDEA3
Black with #FDDEA3
Text Example
Text Example
White with #FDDEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEA3; }
p { color: rgb(253,222,163); }
H1.HeaderClassName
{
color: #FDDEA3;
}
.AnyTagClassName
{
color: #FDDEA3;
}
</style>
background-color css
<style>
a { background-color: #FDDEA3; }
a { background-color: rgb(253,222,163); }
div.DivClassName
{
background-color: #FDDEA3;
}
.BgClassName
{
background-color: #FDDEA3;
}
</style>
border-color css
<style>
span { border-color: #FDDEA3; }
span { border-color: rgb(253,222,163); }
td.TdClassName
{
border-color: #FDDEA3;
}
.TagClassName
{
border-color: #FDDEA3;
}
</style>