Shades of Island Spice #F9EDDD
Tints of Island Spice #F9EDDD
RGB
CMYK
RGB Variations
Color information
#F9EDDD (or 0xF9EDDD) is known color: Island Spice. HEX triplet: F9, ED and DD. RGB value is (249,237,221). Sum of RGB (Red+Green+Blue) = 249+237+221=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDDD is #061222. Grayscale: #EEEEEE. Windows color (decimal): -397859 or 14544377. OLE color: 14544377.
HSL color Cylindrical-coordinate representation of color #F9EDDD: hue angle of 34.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9EDDD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 221 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.02 |
| HSL | 34.29º | 0.7% | 0.92% | - |
| HSV(B) | 34.29º | 0.11% | 0.98% | - |
| XYZ | 82.4 | 85.93 | 80.65 | - |
| YUV | 238.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 221 | 0 | 0.05 | 0.11 | 0.02 | 34.29 | 0.7 | 0.92 |
| Hex | F9 | ED | DD | 0 | 5 | B | 2 | 22 | 46 | 5C |
| Octal | 371 | 355 | 335 | 0 | 5 | 13 | 2 | 42 | 106 | 134 |
| Binary | 11111001 | 11101101 | 11011101 | 0 | 101 | 1011 | 10 | 100010 | 1000110 | 1011100 |
Color Harmonies of #F9EDDD
Complementary color
Monochromatic Colors of #F9EDDD
Black with #F9EDDD
Text Example
Text Example
White with #F9EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDDD; }
p { color: rgb(249,237,221); }
H1.HeaderClassName
{
color: #F9EDDD;
}
.AnyTagClassName
{
color: #F9EDDD;
}
</style>
background-color css
<style>
a { background-color: #F9EDDD; }
a { background-color: rgb(249,237,221); }
div.DivClassName
{
background-color: #F9EDDD;
}
.BgClassName
{
background-color: #F9EDDD;
}
</style>
border-color css
<style>
span { border-color: #F9EDDD; }
span { border-color: rgb(249,237,221); }
td.TdClassName
{
border-color: #F9EDDD;
}
.TagClassName
{
border-color: #F9EDDD;
}
</style>