Shades of Island Spice #F5ECDD
Tints of Island Spice #F5ECDD
RGB
CMYK
RGB Variations
Color information
#F5ECDD (or 0xF5ECDD) is known color: Island Spice. HEX triplet: F5, EC and DD. RGB value is (245,236,221). Sum of RGB (Red+Green+Blue) = 245+236+221=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECDD is #0A1322. Grayscale: #EDEDED. Windows color (decimal): -660259 or 14544117. OLE color: 14544117.
HSL color Cylindrical-coordinate representation of color #F5ECDD: hue angle of 37.5º 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 #F5ECDD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 236 | 221 | - |
CMYK | 0 | 0.04 | 0.10 | 0.04 |
HSL | 37.5º | 0.55% | 0.91% | - |
HSV(B) | 37.5º | 0.1% | 0.96% | - |
XYZ | 80.7 | 84.62 | 80.49 | - |
YUV | 236.98 | 118.98 | 133.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 236 | 221 | 0 | 0.04 | 0.10 | 0.04 | 37.5 | 0.55 | 0.91 |
Hex | F5 | EC | DD | 0 | 4 | A | 4 | 26 | 37 | 5B |
Octal | 365 | 354 | 335 | 0 | 4 | 12 | 4 | 46 | 67 | 133 |
Binary | 11110101 | 11101100 | 11011101 | 0 | 100 | 1010 | 100 | 100110 | 110111 | 1011011 |
Color Harmonies of #F5ECDD
Complementary color
Monochromatic Colors of #F5ECDD
Black with #F5ECDD
Text Example
Text Example
White with #F5ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECDD; }
p { color: rgb(245,236,221); }
H1.HeaderClassName
{
color: #F5ECDD;
}
.AnyTagClassName
{
color: #F5ECDD;
}
</style>
background-color css
<style>
a { background-color: #F5ECDD; }
a { background-color: rgb(245,236,221); }
div.DivClassName
{
background-color: #F5ECDD;
}
.BgClassName
{
background-color: #F5ECDD;
}
</style>
border-color css
<style>
span { border-color: #F5ECDD; }
span { border-color: rgb(245,236,221); }
td.TdClassName
{
border-color: #F5ECDD;
}
.TagClassName
{
border-color: #F5ECDD;
}
</style>