Shades of Cape Honey #FDDD9F
Tints of Cape Honey #FDDD9F
RGB
CMYK
RGB Variations
Color information
#FDDD9F (or 0xFDDD9F) is known color: Cape Honey. HEX triplet: FD, DD and 9F. RGB value is (253,221,159). Sum of RGB (Red+Green+Blue) = 253+221+159=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 159 (62.5% from 255 or 25.12% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD9F is #022260. Grayscale: #DFDFDF. Windows color (decimal): -139873 or 10477053. OLE color: 10477053.
HSL color Cylindrical-coordinate representation of color #FDDD9F: hue angle of 39.57º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDDD9F is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 159 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.01 |
| HSL | 39.57º | 0.96% | 0.81% | - |
| HSV(B) | 39.57º | 0.37% | 0.99% | - |
| XYZ | 72.62 | 75.1 | 43.47 | - |
| YUV | 223.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 159 | 0 | 0.13 | 0.37 | 0.01 | 39.57 | 0.96 | 0.81 |
| Hex | FD | DD | 9F | 0 | D | 25 | 1 | 28 | 60 | 51 |
| Octal | 375 | 335 | 237 | 0 | 15 | 45 | 1 | 50 | 140 | 121 |
| Binary | 11111101 | 11011101 | 10011111 | 0 | 1101 | 100101 | 1 | 101000 | 1100000 | 1010001 |
Color Harmonies of #FDDD9F
Complementary color
Monochromatic Colors of #FDDD9F
Black with #FDDD9F
Text Example
Text Example
White with #FDDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD9F; }
p { color: rgb(253,221,159); }
H1.HeaderClassName
{
color: #FDDD9F;
}
.AnyTagClassName
{
color: #FDDD9F;
}
</style>
background-color css
<style>
a { background-color: #FDDD9F; }
a { background-color: rgb(253,221,159); }
div.DivClassName
{
background-color: #FDDD9F;
}
.BgClassName
{
background-color: #FDDD9F;
}
</style>
border-color css
<style>
span { border-color: #FDDD9F; }
span { border-color: rgb(253,221,159); }
td.TdClassName
{
border-color: #FDDD9F;
}
.TagClassName
{
border-color: #FDDD9F;
}
</style>