Shades of Cape Honey #FDDDA1
Tints of Cape Honey #FDDDA1
RGB
CMYK
RGB Variations
Color information
#FDDDA1 (or 0xFDDDA1) is known color: Cape Honey. HEX triplet: FD, DD and A1. RGB value is (253,221,161). Sum of RGB (Red+Green+Blue) = 253+221+161=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDDA1 is #02225E. Grayscale: #DFDFDF. Windows color (decimal): -139871 or 10608125. OLE color: 10608125.
HSL color Cylindrical-coordinate representation of color #FDDDA1: hue angle of 39.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDDDA1 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 161 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.01 |
| HSL | 39.13º | 0.96% | 0.81% | - |
| HSV(B) | 39.13º | 0.36% | 0.99% | - |
| XYZ | 72.8 | 75.17 | 44.39 | - |
| YUV | 223.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 161 | 0 | 0.13 | 0.36 | 0.01 | 39.13 | 0.96 | 0.81 |
| Hex | FD | DD | A1 | 0 | D | 24 | 1 | 27 | 60 | 51 |
| Octal | 375 | 335 | 241 | 0 | 15 | 44 | 1 | 47 | 140 | 121 |
| Binary | 11111101 | 11011101 | 10100001 | 0 | 1101 | 100100 | 1 | 100111 | 1100000 | 1010001 |
Color Harmonies of #FDDDA1
Complementary color
Monochromatic Colors of #FDDDA1
Black with #FDDDA1
Text Example
Text Example
White with #FDDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDA1; }
p { color: rgb(253,221,161); }
H1.HeaderClassName
{
color: #FDDDA1;
}
.AnyTagClassName
{
color: #FDDDA1;
}
</style>
background-color css
<style>
a { background-color: #FDDDA1; }
a { background-color: rgb(253,221,161); }
div.DivClassName
{
background-color: #FDDDA1;
}
.BgClassName
{
background-color: #FDDDA1;
}
</style>
border-color css
<style>
span { border-color: #FDDDA1; }
span { border-color: rgb(253,221,161); }
td.TdClassName
{
border-color: #FDDDA1;
}
.TagClassName
{
border-color: #FDDDA1;
}
</style>