Shades of Cape Honey #FDDBA6
Tints of Cape Honey #FDDBA6
RGB
CMYK
RGB Variations
Color information
#FDDBA6 (or 0xFDDBA6) is known color: Cape Honey. HEX triplet: FD, DB and A6. RGB value is (253,219,166). Sum of RGB (Red+Green+Blue) = 253+219+166=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA6 is #022459. Grayscale: #DFDFDF. Windows color (decimal): -140378 or 10935293. OLE color: 10935293.
HSL color Cylindrical-coordinate representation of color #FDDBA6: hue angle of 36.55º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDDBA6 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 166 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.01 |
| HSL | 36.55º | 0.96% | 0.82% | - |
| HSV(B) | 36.55º | 0.34% | 0.99% | - |
| XYZ | 72.72 | 74.3 | 46.58 | - |
| YUV | 223.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 166 | 0 | 0.13 | 0.34 | 0.01 | 36.55 | 0.96 | 0.82 |
| Hex | FD | DB | A6 | 0 | D | 22 | 1 | 25 | 60 | 52 |
| Octal | 375 | 333 | 246 | 0 | 15 | 42 | 1 | 45 | 140 | 122 |
| Binary | 11111101 | 11011011 | 10100110 | 0 | 1101 | 100010 | 1 | 100101 | 1100000 | 1010010 |
Color Harmonies of #FDDBA6
Complementary color
Monochromatic Colors of #FDDBA6
Black with #FDDBA6
Text Example
Text Example
White with #FDDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBA6; }
p { color: rgb(253,219,166); }
H1.HeaderClassName
{
color: #FDDBA6;
}
.AnyTagClassName
{
color: #FDDBA6;
}
</style>
background-color css
<style>
a { background-color: #FDDBA6; }
a { background-color: rgb(253,219,166); }
div.DivClassName
{
background-color: #FDDBA6;
}
.BgClassName
{
background-color: #FDDBA6;
}
</style>
border-color css
<style>
span { border-color: #FDDBA6; }
span { border-color: rgb(253,219,166); }
td.TdClassName
{
border-color: #FDDBA6;
}
.TagClassName
{
border-color: #FDDBA6;
}
</style>