Shades of Cape Honey #F9DDA5
Tints of Cape Honey #F9DDA5
RGB
CMYK
RGB Variations
Color information
#F9DDA5 (or 0xF9DDA5) is known color: Cape Honey. HEX triplet: F9, DD and A5. RGB value is (249,221,165). Sum of RGB (Red+Green+Blue) = 249+221+165=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 165 (64.84% from 255 or 25.98% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DDA5 is #06225A. Grayscale: #DFDFDF. Windows color (decimal): -402011 or 10870265. OLE color: 10870265.
HSL color Cylindrical-coordinate representation of color #F9DDA5: hue angle of 40º 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 #F9DDA5 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 165 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.02 |
| HSL | 40º | 0.88% | 0.81% | - |
| HSV(B) | 40º | 0.34% | 0.98% | - |
| XYZ | 71.71 | 74.57 | 46.21 | - |
| YUV | 222.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 165 | 0 | 0.11 | 0.34 | 0.02 | 40 | 0.88 | 0.81 |
| Hex | F9 | DD | A5 | 0 | B | 22 | 2 | 28 | 58 | 51 |
| Octal | 371 | 335 | 245 | 0 | 13 | 42 | 2 | 50 | 130 | 121 |
| Binary | 11111001 | 11011101 | 10100101 | 0 | 1011 | 100010 | 10 | 101000 | 1011000 | 1010001 |
Color Harmonies of #F9DDA5
Complementary color
Monochromatic Colors of #F9DDA5
Black with #F9DDA5
Text Example
Text Example
White with #F9DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDA5; }
p { color: rgb(249,221,165); }
H1.HeaderClassName
{
color: #F9DDA5;
}
.AnyTagClassName
{
color: #F9DDA5;
}
</style>
background-color css
<style>
a { background-color: #F9DDA5; }
a { background-color: rgb(249,221,165); }
div.DivClassName
{
background-color: #F9DDA5;
}
.BgClassName
{
background-color: #F9DDA5;
}
</style>
border-color css
<style>
span { border-color: #F9DDA5; }
span { border-color: rgb(249,221,165); }
td.TdClassName
{
border-color: #F9DDA5;
}
.TagClassName
{
border-color: #F9DDA5;
}
</style>