Shades of Island Spice #F5ECDF
Tints of Island Spice #F5ECDF
RGB
CMYK
RGB Variations
Color information
#F5ECDF (or 0xF5ECDF) is known color: Island Spice. HEX triplet: F5, EC and DF. RGB value is (245,236,223). Sum of RGB (Red+Green+Blue) = 245+236+223=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECDF is #0A1320. Grayscale: #EDEDED. Windows color (decimal): -660257 or 14675189. OLE color: 14675189.
HSL color Cylindrical-coordinate representation of color #F5ECDF: hue angle of 35.45º degrees, saturation: 0.52, 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 #F5ECDF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 236 | 223 | - |
CMYK | 0 | 0.04 | 0.09 | 0.04 |
HSL | 35.45º | 0.52% | 0.92% | - |
HSV(B) | 35.45º | 0.09% | 0.96% | - |
XYZ | 80.97 | 84.73 | 81.9 | - |
YUV | 237.21 | 119.98 | 133.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 236 | 223 | 0 | 0.04 | 0.09 | 0.04 | 35.45 | 0.52 | 0.92 |
Hex | F5 | EC | DF | 0 | 4 | 9 | 4 | 23 | 34 | 5C |
Octal | 365 | 354 | 337 | 0 | 4 | 11 | 4 | 43 | 64 | 134 |
Binary | 11110101 | 11101100 | 11011111 | 0 | 100 | 1001 | 100 | 100011 | 110100 | 1011100 |
Color Harmonies of #F5ECDF
Complementary color
Monochromatic Colors of #F5ECDF
Black with #F5ECDF
Text Example
Text Example
White with #F5ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECDF; }
p { color: rgb(245,236,223); }
H1.HeaderClassName
{
color: #F5ECDF;
}
.AnyTagClassName
{
color: #F5ECDF;
}
</style>
background-color css
<style>
a { background-color: #F5ECDF; }
a { background-color: rgb(245,236,223); }
div.DivClassName
{
background-color: #F5ECDF;
}
.BgClassName
{
background-color: #F5ECDF;
}
</style>
border-color css
<style>
span { border-color: #F5ECDF; }
span { border-color: rgb(245,236,223); }
td.TdClassName
{
border-color: #F5ECDF;
}
.TagClassName
{
border-color: #F5ECDF;
}
</style>