Shades of Island Spice #F8EEE0
Tints of Island Spice #F8EEE0
RGB
CMYK
RGB Variations
Color information
#F8EEE0 (or 0xF8EEE0) is known color: Island Spice. HEX triplet: F8, EE and E0. RGB value is (248,238,224). Sum of RGB (Red+Green+Blue) = 248+238+224=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EEE0 is #07111F. Grayscale: #EFEFEF. Windows color (decimal): -463136 or 14741240. OLE color: 14741240.
HSL color Cylindrical-coordinate representation of color #F8EEE0: hue angle of 35º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8EEE0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 224 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.03 |
| HSL | 35º | 0.63% | 0.93% | - |
| HSV(B) | 35º | 0.1% | 0.97% | - |
| XYZ | 82.74 | 86.49 | 82.85 | - |
| YUV | 239.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 224 | 0 | 0.04 | 0.10 | 0.03 | 35 | 0.63 | 0.93 |
| Hex | F8 | EE | E0 | 0 | 4 | A | 3 | 23 | 3F | 5D |
| Octal | 370 | 356 | 340 | 0 | 4 | 12 | 3 | 43 | 77 | 135 |
| Binary | 11111000 | 11101110 | 11100000 | 0 | 100 | 1010 | 11 | 100011 | 111111 | 1011101 |
Color Harmonies of #F8EEE0
Complementary color
Monochromatic Colors of #F8EEE0
Black with #F8EEE0
Text Example
Text Example
White with #F8EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EEE0; }
p { color: rgb(248,238,224); }
H1.HeaderClassName
{
color: #F8EEE0;
}
.AnyTagClassName
{
color: #F8EEE0;
}
</style>
background-color css
<style>
a { background-color: #F8EEE0; }
a { background-color: rgb(248,238,224); }
div.DivClassName
{
background-color: #F8EEE0;
}
.BgClassName
{
background-color: #F8EEE0;
}
</style>
border-color css
<style>
span { border-color: #F8EEE0; }
span { border-color: rgb(248,238,224); }
td.TdClassName
{
border-color: #F8EEE0;
}
.TagClassName
{
border-color: #F8EEE0;
}
</style>