Shades of Cape Honey #F9DDA6
Tints of Cape Honey #F9DDA6
RGB
CMYK
RGB Variations
Color information
#F9DDA6 (or 0xF9DDA6) is known color: Cape Honey. HEX triplet: F9, DD and A6. RGB value is (249,221,166). Sum of RGB (Red+Green+Blue) = 249+221+166=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DDA6 is #062259. Grayscale: #DFDFDF. Windows color (decimal): -402010 or 10935801. OLE color: 10935801.
HSL color Cylindrical-coordinate representation of color #F9DDA6: hue angle of 39.76º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9DDA6 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 166 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.02 |
| HSL | 39.76º | 0.87% | 0.81% | - |
| HSV(B) | 39.76º | 0.33% | 0.98% | - |
| XYZ | 71.81 | 74.61 | 46.69 | - |
| YUV | 223.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 166 | 0 | 0.11 | 0.33 | 0.02 | 39.76 | 0.87 | 0.81 |
| Hex | F9 | DD | A6 | 0 | B | 21 | 2 | 28 | 57 | 51 |
| Octal | 371 | 335 | 246 | 0 | 13 | 41 | 2 | 50 | 127 | 121 |
| Binary | 11111001 | 11011101 | 10100110 | 0 | 1011 | 100001 | 10 | 101000 | 1010111 | 1010001 |
Color Harmonies of #F9DDA6
Complementary color
Monochromatic Colors of #F9DDA6
Black with #F9DDA6
Text Example
Text Example
White with #F9DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDA6; }
p { color: rgb(249,221,166); }
H1.HeaderClassName
{
color: #F9DDA6;
}
.AnyTagClassName
{
color: #F9DDA6;
}
</style>
background-color css
<style>
a { background-color: #F9DDA6; }
a { background-color: rgb(249,221,166); }
div.DivClassName
{
background-color: #F9DDA6;
}
.BgClassName
{
background-color: #F9DDA6;
}
</style>
border-color css
<style>
span { border-color: #F9DDA6; }
span { border-color: rgb(249,221,166); }
td.TdClassName
{
border-color: #F9DDA6;
}
.TagClassName
{
border-color: #F9DDA6;
}
</style>