Shades of Cape Honey #FDDBA4
Tints of Cape Honey #FDDBA4
RGB
CMYK
RGB Variations
Color information
#FDDBA4 (or 0xFDDBA4) is known color: Cape Honey. HEX triplet: FD, DB and A4. RGB value is (253,219,164). Sum of RGB (Red+Green+Blue) = 253+219+164=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA4 is #02245B. Grayscale: #DFDFDF. Windows color (decimal): -140380 or 10804221. OLE color: 10804221.
HSL color Cylindrical-coordinate representation of color #FDDBA4: hue angle of 37.08º 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 #FDDBA4 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 164 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.01 |
| HSL | 37.08º | 0.96% | 0.82% | - |
| HSV(B) | 37.08º | 0.35% | 0.99% | - |
| XYZ | 72.54 | 74.23 | 45.63 | - |
| YUV | 222.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 164 | 0 | 0.13 | 0.35 | 0.01 | 37.08 | 0.96 | 0.82 |
| Hex | FD | DB | A4 | 0 | D | 23 | 1 | 25 | 60 | 52 |
| Octal | 375 | 333 | 244 | 0 | 15 | 43 | 1 | 45 | 140 | 122 |
| Binary | 11111101 | 11011011 | 10100100 | 0 | 1101 | 100011 | 1 | 100101 | 1100000 | 1010010 |
Color Harmonies of #FDDBA4
Complementary color
Monochromatic Colors of #FDDBA4
Black with #FDDBA4
Text Example
Text Example
White with #FDDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBA4; }
p { color: rgb(253,219,164); }
H1.HeaderClassName
{
color: #FDDBA4;
}
.AnyTagClassName
{
color: #FDDBA4;
}
</style>
background-color css
<style>
a { background-color: #FDDBA4; }
a { background-color: rgb(253,219,164); }
div.DivClassName
{
background-color: #FDDBA4;
}
.BgClassName
{
background-color: #FDDBA4;
}
</style>
border-color css
<style>
span { border-color: #FDDBA4; }
span { border-color: rgb(253,219,164); }
td.TdClassName
{
border-color: #FDDBA4;
}
.TagClassName
{
border-color: #FDDBA4;
}
</style>