Shades of Island Spice #F5EDE1
Tints of Island Spice #F5EDE1
RGB
CMYK
RGB Variations
Color information
#F5EDE1 (or 0xF5EDE1) is known color: Island Spice. HEX triplet: F5, ED and E1. RGB value is (245,237,225). Sum of RGB (Red+Green+Blue) = 245+237+225=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 225 (88.28% from 255 or 31.82% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDE1 is #0A121E. Grayscale: #EEEEEE. Windows color (decimal): -659999 or 14806517. OLE color: 14806517.
HSL color Cylindrical-coordinate representation of color #F5EDE1: hue angle of 36º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5EDE1 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 225 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.04 |
| HSL | 36º | 0.5% | 0.92% | - |
| HSV(B) | 36º | 0.08% | 0.96% | - |
| XYZ | 81.53 | 85.42 | 83.42 | - |
| YUV | 238.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 225 | 0 | 0.03 | 0.08 | 0.04 | 36 | 0.5 | 0.92 |
| Hex | F5 | ED | E1 | 0 | 3 | 8 | 4 | 24 | 32 | 5C |
| Octal | 365 | 355 | 341 | 0 | 3 | 10 | 4 | 44 | 62 | 134 |
| Binary | 11110101 | 11101101 | 11100001 | 0 | 11 | 1000 | 100 | 100100 | 110010 | 1011100 |
Color Harmonies of #F5EDE1
Complementary color
Monochromatic Colors of #F5EDE1
Black with #F5EDE1
Text Example
Text Example
White with #F5EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDE1; }
p { color: rgb(245,237,225); }
H1.HeaderClassName
{
color: #F5EDE1;
}
.AnyTagClassName
{
color: #F5EDE1;
}
</style>
background-color css
<style>
a { background-color: #F5EDE1; }
a { background-color: rgb(245,237,225); }
div.DivClassName
{
background-color: #F5EDE1;
}
.BgClassName
{
background-color: #F5EDE1;
}
</style>
border-color css
<style>
span { border-color: #F5EDE1; }
span { border-color: rgb(245,237,225); }
td.TdClassName
{
border-color: #F5EDE1;
}
.TagClassName
{
border-color: #F5EDE1;
}
</style>