Shades of Island Spice #F5EEE0
Tints of Island Spice #F5EEE0
RGB
CMYK
RGB Variations
Color information
#F5EEE0 (or 0xF5EEE0) is known color: Island Spice. HEX triplet: F5, EE and E0. RGB value is (245,238,224). Sum of RGB (Red+Green+Blue) = 245+238+224=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 224 (87.89% from 255 or 31.68% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEE0 is #0A111F. Grayscale: #EEEEEE. Windows color (decimal): -659744 or 14741237. OLE color: 14741237.
HSL color Cylindrical-coordinate representation of color #F5EEE0: hue angle of 40º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5EEE0 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 224 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.04 |
| HSL | 40º | 0.51% | 0.92% | - |
| HSV(B) | 40º | 0.09% | 0.96% | - |
| XYZ | 81.69 | 85.94 | 82.8 | - |
| YUV | 238.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 224 | 0 | 0.03 | 0.09 | 0.04 | 40 | 0.51 | 0.92 |
| Hex | F5 | EE | E0 | 0 | 3 | 9 | 4 | 28 | 33 | 5C |
| Octal | 365 | 356 | 340 | 0 | 3 | 11 | 4 | 50 | 63 | 134 |
| Binary | 11110101 | 11101110 | 11100000 | 0 | 11 | 1001 | 100 | 101000 | 110011 | 1011100 |
Color Harmonies of #F5EEE0
Complementary color
Monochromatic Colors of #F5EEE0
Black with #F5EEE0
Text Example
Text Example
White with #F5EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEE0; }
p { color: rgb(245,238,224); }
H1.HeaderClassName
{
color: #F5EEE0;
}
.AnyTagClassName
{
color: #F5EEE0;
}
</style>
background-color css
<style>
a { background-color: #F5EEE0; }
a { background-color: rgb(245,238,224); }
div.DivClassName
{
background-color: #F5EEE0;
}
.BgClassName
{
background-color: #F5EEE0;
}
</style>
border-color css
<style>
span { border-color: #F5EEE0; }
span { border-color: rgb(245,238,224); }
td.TdClassName
{
border-color: #F5EEE0;
}
.TagClassName
{
border-color: #F5EEE0;
}
</style>