Shades of Island Spice #F5EDDC
Tints of Island Spice #F5EDDC
RGB
CMYK
RGB Variations
Color information
#F5EDDC (or 0xF5EDDC) is known color: Island Spice. HEX triplet: F5, ED and DC. RGB value is (245,237,220). Sum of RGB (Red+Green+Blue) = 245+237+220=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDDC is #0A1223. Grayscale: #EDEDED. Windows color (decimal): -660004 or 14478837. OLE color: 14478837.
HSL color Cylindrical-coordinate representation of color #F5EDDC: hue angle of 40.8º degrees, saturation: 0.56, 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 #F5EDDC is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 220 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.04 |
| HSL | 40.8º | 0.56% | 0.91% | - |
| HSV(B) | 40.8º | 0.1% | 0.96% | - |
| XYZ | 80.86 | 85.15 | 79.88 | - |
| YUV | 237.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 220 | 0 | 0.03 | 0.10 | 0.04 | 40.8 | 0.56 | 0.91 |
| Hex | F5 | ED | DC | 0 | 3 | A | 4 | 29 | 38 | 5B |
| Octal | 365 | 355 | 334 | 0 | 3 | 12 | 4 | 51 | 70 | 133 |
| Binary | 11110101 | 11101101 | 11011100 | 0 | 11 | 1010 | 100 | 101001 | 111000 | 1011011 |
Color Harmonies of #F5EDDC
Complementary color
Monochromatic Colors of #F5EDDC
Black with #F5EDDC
Text Example
Text Example
White with #F5EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDDC; }
p { color: rgb(245,237,220); }
H1.HeaderClassName
{
color: #F5EDDC;
}
.AnyTagClassName
{
color: #F5EDDC;
}
</style>
background-color css
<style>
a { background-color: #F5EDDC; }
a { background-color: rgb(245,237,220); }
div.DivClassName
{
background-color: #F5EDDC;
}
.BgClassName
{
background-color: #F5EDDC;
}
</style>
border-color css
<style>
span { border-color: #F5EDDC; }
span { border-color: rgb(245,237,220); }
td.TdClassName
{
border-color: #F5EDDC;
}
.TagClassName
{
border-color: #F5EDDC;
}
</style>