Shades of Island Spice #F5EDE0
Tints of Island Spice #F5EDE0
RGB
CMYK
RGB Variations
Color information
#F5EDE0 (or 0xF5EDE0) is known color: Island Spice. HEX triplet: F5, ED and E0. RGB value is (245,237,224). Sum of RGB (Red+Green+Blue) = 245+237+224=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDE0 is #0A121F. Grayscale: #EDEDED. Windows color (decimal): -660000 or 14740981. OLE color: 14740981.
HSL color Cylindrical-coordinate representation of color #F5EDE0: hue angle of 37.14º 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 #F5EDE0 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 224 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.04 |
| HSL | 37.14º | 0.51% | 0.92% | - |
| HSV(B) | 37.14º | 0.09% | 0.96% | - |
| XYZ | 81.39 | 85.36 | 82.71 | - |
| YUV | 237.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 224 | 0 | 0.03 | 0.09 | 0.04 | 37.14 | 0.51 | 0.92 |
| Hex | F5 | ED | E0 | 0 | 3 | 9 | 4 | 25 | 33 | 5C |
| Octal | 365 | 355 | 340 | 0 | 3 | 11 | 4 | 45 | 63 | 134 |
| Binary | 11110101 | 11101101 | 11100000 | 0 | 11 | 1001 | 100 | 100101 | 110011 | 1011100 |
Color Harmonies of #F5EDE0
Complementary color
Monochromatic Colors of #F5EDE0
Black with #F5EDE0
Text Example
Text Example
White with #F5EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDE0; }
p { color: rgb(245,237,224); }
H1.HeaderClassName
{
color: #F5EDE0;
}
.AnyTagClassName
{
color: #F5EDE0;
}
</style>
background-color css
<style>
a { background-color: #F5EDE0; }
a { background-color: rgb(245,237,224); }
div.DivClassName
{
background-color: #F5EDE0;
}
.BgClassName
{
background-color: #F5EDE0;
}
</style>
border-color css
<style>
span { border-color: #F5EDE0; }
span { border-color: rgb(245,237,224); }
td.TdClassName
{
border-color: #F5EDE0;
}
.TagClassName
{
border-color: #F5EDE0;
}
</style>