Shades of Cape Honey #FDDCA5
Tints of Cape Honey #FDDCA5
RGB
CMYK
RGB Variations
Color information
#FDDCA5 (or 0xFDDCA5) is known color: Cape Honey. HEX triplet: FD, DC and A5. RGB value is (253,220,165). Sum of RGB (Red+Green+Blue) = 253+220+165=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA5 is #02235A. Grayscale: #DFDFDF. Windows color (decimal): -140123 or 10870013. OLE color: 10870013.
HSL color Cylindrical-coordinate representation of color #FDDCA5: hue angle of 37.5º 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 #FDDCA5 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 165 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.01 |
| HSL | 37.5º | 0.96% | 0.82% | - |
| HSV(B) | 37.5º | 0.35% | 0.99% | - |
| XYZ | 72.89 | 74.79 | 46.19 | - |
| YUV | 223.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 165 | 0 | 0.13 | 0.35 | 0.01 | 37.5 | 0.96 | 0.82 |
| Hex | FD | DC | A5 | 0 | D | 23 | 1 | 26 | 60 | 52 |
| Octal | 375 | 334 | 245 | 0 | 15 | 43 | 1 | 46 | 140 | 122 |
| Binary | 11111101 | 11011100 | 10100101 | 0 | 1101 | 100011 | 1 | 100110 | 1100000 | 1010010 |
Color Harmonies of #FDDCA5
Complementary color
Monochromatic Colors of #FDDCA5
Black with #FDDCA5
Text Example
Text Example
White with #FDDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCA5; }
p { color: rgb(253,220,165); }
H1.HeaderClassName
{
color: #FDDCA5;
}
.AnyTagClassName
{
color: #FDDCA5;
}
</style>
background-color css
<style>
a { background-color: #FDDCA5; }
a { background-color: rgb(253,220,165); }
div.DivClassName
{
background-color: #FDDCA5;
}
.BgClassName
{
background-color: #FDDCA5;
}
</style>
border-color css
<style>
span { border-color: #FDDCA5; }
span { border-color: rgb(253,220,165); }
td.TdClassName
{
border-color: #FDDCA5;
}
.TagClassName
{
border-color: #FDDCA5;
}
</style>