Shades of Cape Honey #FDDC9E
Tints of Cape Honey #FDDC9E
RGB
CMYK
RGB Variations
Color information
#FDDC9E (or 0xFDDC9E) is known color: Cape Honey. HEX triplet: FD, DC and 9E. RGB value is (253,220,158). Sum of RGB (Red+Green+Blue) = 253+220+158=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC9E is #022361. Grayscale: #DFDFDF. Windows color (decimal): -140130 or 10411261. OLE color: 10411261.
HSL color Cylindrical-coordinate representation of color #FDDC9E: hue angle of 39.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDDC9E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 158 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.01 |
| HSL | 39.16º | 0.96% | 0.81% | - |
| HSV(B) | 39.16º | 0.38% | 0.99% | - |
| XYZ | 72.27 | 74.54 | 42.93 | - |
| YUV | 222.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 158 | 0 | 0.13 | 0.38 | 0.01 | 39.16 | 0.96 | 0.81 |
| Hex | FD | DC | 9E | 0 | D | 26 | 1 | 27 | 60 | 51 |
| Octal | 375 | 334 | 236 | 0 | 15 | 46 | 1 | 47 | 140 | 121 |
| Binary | 11111101 | 11011100 | 10011110 | 0 | 1101 | 100110 | 1 | 100111 | 1100000 | 1010001 |
Color Harmonies of #FDDC9E
Complementary color
Monochromatic Colors of #FDDC9E
Black with #FDDC9E
Text Example
Text Example
White with #FDDC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC9E; }
p { color: rgb(253,220,158); }
H1.HeaderClassName
{
color: #FDDC9E;
}
.AnyTagClassName
{
color: #FDDC9E;
}
</style>
background-color css
<style>
a { background-color: #FDDC9E; }
a { background-color: rgb(253,220,158); }
div.DivClassName
{
background-color: #FDDC9E;
}
.BgClassName
{
background-color: #FDDC9E;
}
</style>
border-color css
<style>
span { border-color: #FDDC9E; }
span { border-color: rgb(253,220,158); }
td.TdClassName
{
border-color: #FDDC9E;
}
.TagClassName
{
border-color: #FDDC9E;
}
</style>