Shades of Island Spice #F8ECDA
Tints of Island Spice #F8ECDA
RGB
CMYK
RGB Variations
Color information
#F8ECDA (or 0xF8ECDA) is known color: Island Spice. HEX triplet: F8, EC and DA. RGB value is (248,236,218). Sum of RGB (Red+Green+Blue) = 248+236+218=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECDA is #071325. Grayscale: #EDEDED. Windows color (decimal): -463654 or 14347512. OLE color: 14347512.
HSL color Cylindrical-coordinate representation of color #F8ECDA: hue angle of 36º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8ECDA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 218 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.03 |
| HSL | 36º | 0.68% | 0.91% | - |
| HSV(B) | 36º | 0.12% | 0.97% | - |
| XYZ | 81.36 | 85.01 | 78.45 | - |
| YUV | 237.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 218 | 0 | 0.05 | 0.12 | 0.03 | 36 | 0.68 | 0.91 |
| Hex | F8 | EC | DA | 0 | 5 | C | 3 | 24 | 44 | 5B |
| Octal | 370 | 354 | 332 | 0 | 5 | 14 | 3 | 44 | 104 | 133 |
| Binary | 11111000 | 11101100 | 11011010 | 0 | 101 | 1100 | 11 | 100100 | 1000100 | 1011011 |
Color Harmonies of #F8ECDA
Complementary color
Monochromatic Colors of #F8ECDA
Black with #F8ECDA
Text Example
Text Example
White with #F8ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECDA; }
p { color: rgb(248,236,218); }
H1.HeaderClassName
{
color: #F8ECDA;
}
.AnyTagClassName
{
color: #F8ECDA;
}
</style>
background-color css
<style>
a { background-color: #F8ECDA; }
a { background-color: rgb(248,236,218); }
div.DivClassName
{
background-color: #F8ECDA;
}
.BgClassName
{
background-color: #F8ECDA;
}
</style>
border-color css
<style>
span { border-color: #F8ECDA; }
span { border-color: rgb(248,236,218); }
td.TdClassName
{
border-color: #F8ECDA;
}
.TagClassName
{
border-color: #F8ECDA;
}
</style>