Shades of Island Spice #F8EEDD
Tints of Island Spice #F8EEDD
RGB
CMYK
RGB Variations
Color information
#F8EEDD (or 0xF8EEDD) is known color: Island Spice. HEX triplet: F8, EE and DD. RGB value is (248,238,221). Sum of RGB (Red+Green+Blue) = 248+238+221=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EEDD is #071122. Grayscale: #EFEFEF. Windows color (decimal): -463139 or 14544632. OLE color: 14544632.
HSL color Cylindrical-coordinate representation of color #F8EEDD: hue angle of 37.78º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8EEDD is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 221 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.03 |
| HSL | 37.78º | 0.66% | 0.92% | - |
| HSV(B) | 37.78º | 0.11% | 0.97% | - |
| XYZ | 82.34 | 86.33 | 80.73 | - |
| YUV | 239.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 221 | 0 | 0.04 | 0.11 | 0.03 | 37.78 | 0.66 | 0.92 |
| Hex | F8 | EE | DD | 0 | 4 | B | 3 | 26 | 42 | 5C |
| Octal | 370 | 356 | 335 | 0 | 4 | 13 | 3 | 46 | 102 | 134 |
| Binary | 11111000 | 11101110 | 11011101 | 0 | 100 | 1011 | 11 | 100110 | 1000010 | 1011100 |
Color Harmonies of #F8EEDD
Complementary color
Monochromatic Colors of #F8EEDD
Black with #F8EEDD
Text Example
Text Example
White with #F8EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EEDD; }
p { color: rgb(248,238,221); }
H1.HeaderClassName
{
color: #F8EEDD;
}
.AnyTagClassName
{
color: #F8EEDD;
}
</style>
background-color css
<style>
a { background-color: #F8EEDD; }
a { background-color: rgb(248,238,221); }
div.DivClassName
{
background-color: #F8EEDD;
}
.BgClassName
{
background-color: #F8EEDD;
}
</style>
border-color css
<style>
span { border-color: #F8EEDD; }
span { border-color: rgb(248,238,221); }
td.TdClassName
{
border-color: #F8EEDD;
}
.TagClassName
{
border-color: #F8EEDD;
}
</style>