Shades of Island Spice #F5EBDD
Tints of Island Spice #F5EBDD
RGB
CMYK
RGB Variations
Color information
#F5EBDD (or 0xF5EBDD) is known color: Island Spice. HEX triplet: F5, EB and DD. RGB value is (245,235,221). Sum of RGB (Red+Green+Blue) = 245+235+221=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBDD is #0A1422. Grayscale: #ECECEC. Windows color (decimal): -660515 or 14543861. OLE color: 14543861.
HSL color Cylindrical-coordinate representation of color #F5EBDD: hue angle of 35º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5EBDD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 235 | 221 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.04 |
| HSL | 35º | 0.55% | 0.91% | - |
| HSV(B) | 35º | 0.1% | 0.96% | - |
| XYZ | 80.42 | 84.05 | 80.39 | - |
| YUV | 236.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 235 | 221 | 0 | 0.04 | 0.10 | 0.04 | 35 | 0.55 | 0.91 |
| Hex | F5 | EB | DD | 0 | 4 | A | 4 | 23 | 37 | 5B |
| Octal | 365 | 353 | 335 | 0 | 4 | 12 | 4 | 43 | 67 | 133 |
| Binary | 11110101 | 11101011 | 11011101 | 0 | 100 | 1010 | 100 | 100011 | 110111 | 1011011 |
Color Harmonies of #F5EBDD
Complementary color
Monochromatic Colors of #F5EBDD
Black with #F5EBDD
Text Example
Text Example
White with #F5EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EBDD; }
p { color: rgb(245,235,221); }
H1.HeaderClassName
{
color: #F5EBDD;
}
.AnyTagClassName
{
color: #F5EBDD;
}
</style>
background-color css
<style>
a { background-color: #F5EBDD; }
a { background-color: rgb(245,235,221); }
div.DivClassName
{
background-color: #F5EBDD;
}
.BgClassName
{
background-color: #F5EBDD;
}
</style>
border-color css
<style>
span { border-color: #F5EBDD; }
span { border-color: rgb(245,235,221); }
td.TdClassName
{
border-color: #F5EBDD;
}
.TagClassName
{
border-color: #F5EBDD;
}
</style>