Shades of Cape Honey #FDDCA3
Tints of Cape Honey #FDDCA3
RGB
CMYK
RGB Variations
Color information
#FDDCA3 (or 0xFDDCA3) is known color: Cape Honey. HEX triplet: FD, DC and A3. RGB value is (253,220,163). Sum of RGB (Red+Green+Blue) = 253+220+163=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA3 is #02235C. Grayscale: #DFDFDF. Windows color (decimal): -140125 or 10738941. OLE color: 10738941.
HSL color Cylindrical-coordinate representation of color #FDDCA3: hue angle of 38º 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 #FDDCA3 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 163 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.01 |
| HSL | 38º | 0.96% | 0.82% | - |
| HSV(B) | 38º | 0.36% | 0.99% | - |
| XYZ | 72.71 | 74.71 | 45.24 | - |
| YUV | 223.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 163 | 0 | 0.13 | 0.36 | 0.01 | 38 | 0.96 | 0.82 |
| Hex | FD | DC | A3 | 0 | D | 24 | 1 | 26 | 60 | 52 |
| Octal | 375 | 334 | 243 | 0 | 15 | 44 | 1 | 46 | 140 | 122 |
| Binary | 11111101 | 11011100 | 10100011 | 0 | 1101 | 100100 | 1 | 100110 | 1100000 | 1010010 |
Color Harmonies of #FDDCA3
Complementary color
Monochromatic Colors of #FDDCA3
Black with #FDDCA3
Text Example
Text Example
White with #FDDCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCA3; }
p { color: rgb(253,220,163); }
H1.HeaderClassName
{
color: #FDDCA3;
}
.AnyTagClassName
{
color: #FDDCA3;
}
</style>
background-color css
<style>
a { background-color: #FDDCA3; }
a { background-color: rgb(253,220,163); }
div.DivClassName
{
background-color: #FDDCA3;
}
.BgClassName
{
background-color: #FDDCA3;
}
</style>
border-color css
<style>
span { border-color: #FDDCA3; }
span { border-color: rgb(253,220,163); }
td.TdClassName
{
border-color: #FDDCA3;
}
.TagClassName
{
border-color: #FDDCA3;
}
</style>