Shades of Island Spice #F5ECDC
Tints of Island Spice #F5ECDC
RGB
CMYK
RGB Variations
Color information
#F5ECDC (or 0xF5ECDC) is known color: Island Spice. HEX triplet: F5, EC and DC. RGB value is (245,236,220). Sum of RGB (Red+Green+Blue) = 245+236+220=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECDC is #0A1323. Grayscale: #ECECEC. Windows color (decimal): -660260 or 14478581. OLE color: 14478581.
HSL color Cylindrical-coordinate representation of color #F5ECDC: hue angle of 38.4º 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 #F5ECDC is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 220 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.04 |
| HSL | 38.4º | 0.56% | 0.91% | - |
| HSV(B) | 38.4º | 0.1% | 0.96% | - |
| XYZ | 80.57 | 84.57 | 79.79 | - |
| YUV | 236.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 220 | 0 | 0.04 | 0.10 | 0.04 | 38.4 | 0.56 | 0.91 |
| Hex | F5 | EC | DC | 0 | 4 | A | 4 | 26 | 38 | 5B |
| Octal | 365 | 354 | 334 | 0 | 4 | 12 | 4 | 46 | 70 | 133 |
| Binary | 11110101 | 11101100 | 11011100 | 0 | 100 | 1010 | 100 | 100110 | 111000 | 1011011 |
Color Harmonies of #F5ECDC
Complementary color
Monochromatic Colors of #F5ECDC
Black with #F5ECDC
Text Example
Text Example
White with #F5ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECDC; }
p { color: rgb(245,236,220); }
H1.HeaderClassName
{
color: #F5ECDC;
}
.AnyTagClassName
{
color: #F5ECDC;
}
</style>
background-color css
<style>
a { background-color: #F5ECDC; }
a { background-color: rgb(245,236,220); }
div.DivClassName
{
background-color: #F5ECDC;
}
.BgClassName
{
background-color: #F5ECDC;
}
</style>
border-color css
<style>
span { border-color: #F5ECDC; }
span { border-color: rgb(245,236,220); }
td.TdClassName
{
border-color: #F5ECDC;
}
.TagClassName
{
border-color: #F5ECDC;
}
</style>