Shades of Island Spice #F8ECDC
Tints of Island Spice #F8ECDC
RGB
CMYK
RGB Variations
Color information
#F8ECDC (or 0xF8ECDC) is known color: Island Spice. HEX triplet: F8, EC and DC. RGB value is (248,236,220). Sum of RGB (Red+Green+Blue) = 248+236+220=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECDC is #071323. Grayscale: #EDEDED. Windows color (decimal): -463652 or 14478584. OLE color: 14478584.
HSL color Cylindrical-coordinate representation of color #F8ECDC: hue angle of 34.29º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8ECDC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 220 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.03 |
| HSL | 34.29º | 0.67% | 0.92% | - |
| HSV(B) | 34.29º | 0.11% | 0.97% | - |
| XYZ | 81.63 | 85.11 | 79.84 | - |
| YUV | 237.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 220 | 0 | 0.05 | 0.11 | 0.03 | 34.29 | 0.67 | 0.92 |
| Hex | F8 | EC | DC | 0 | 5 | B | 3 | 22 | 43 | 5C |
| Octal | 370 | 354 | 334 | 0 | 5 | 13 | 3 | 42 | 103 | 134 |
| Binary | 11111000 | 11101100 | 11011100 | 0 | 101 | 1011 | 11 | 100010 | 1000011 | 1011100 |
Color Harmonies of #F8ECDC
Complementary color
Monochromatic Colors of #F8ECDC
Black with #F8ECDC
Text Example
Text Example
White with #F8ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECDC; }
p { color: rgb(248,236,220); }
H1.HeaderClassName
{
color: #F8ECDC;
}
.AnyTagClassName
{
color: #F8ECDC;
}
</style>
background-color css
<style>
a { background-color: #F8ECDC; }
a { background-color: rgb(248,236,220); }
div.DivClassName
{
background-color: #F8ECDC;
}
.BgClassName
{
background-color: #F8ECDC;
}
</style>
border-color css
<style>
span { border-color: #F8ECDC; }
span { border-color: rgb(248,236,220); }
td.TdClassName
{
border-color: #F8ECDC;
}
.TagClassName
{
border-color: #F8ECDC;
}
</style>