Shades of Cape Honey #F9DDA4
Tints of Cape Honey #F9DDA4
RGB
CMYK
RGB Variations
Color information
#F9DDA4 (or 0xF9DDA4) is known color: Cape Honey. HEX triplet: F9, DD and A4. RGB value is (249,221,164). Sum of RGB (Red+Green+Blue) = 249+221+164=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DDA4 is #06225B. Grayscale: #DFDFDF. Windows color (decimal): -402012 or 10804729. OLE color: 10804729.
HSL color Cylindrical-coordinate representation of color #F9DDA4: hue angle of 40.24º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9DDA4 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 164 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.02 |
| HSL | 40.24º | 0.88% | 0.81% | - |
| HSV(B) | 40.24º | 0.34% | 0.98% | - |
| XYZ | 71.62 | 74.53 | 45.73 | - |
| YUV | 222.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 164 | 0 | 0.11 | 0.34 | 0.02 | 40.24 | 0.88 | 0.81 |
| Hex | F9 | DD | A4 | 0 | B | 22 | 2 | 28 | 58 | 51 |
| Octal | 371 | 335 | 244 | 0 | 13 | 42 | 2 | 50 | 130 | 121 |
| Binary | 11111001 | 11011101 | 10100100 | 0 | 1011 | 100010 | 10 | 101000 | 1011000 | 1010001 |
Color Harmonies of #F9DDA4
Complementary color
Monochromatic Colors of #F9DDA4
Black with #F9DDA4
Text Example
Text Example
White with #F9DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDA4; }
p { color: rgb(249,221,164); }
H1.HeaderClassName
{
color: #F9DDA4;
}
.AnyTagClassName
{
color: #F9DDA4;
}
</style>
background-color css
<style>
a { background-color: #F9DDA4; }
a { background-color: rgb(249,221,164); }
div.DivClassName
{
background-color: #F9DDA4;
}
.BgClassName
{
background-color: #F9DDA4;
}
</style>
border-color css
<style>
span { border-color: #F9DDA4; }
span { border-color: rgb(249,221,164); }
td.TdClassName
{
border-color: #F9DDA4;
}
.TagClassName
{
border-color: #F9DDA4;
}
</style>