Shades of Island Spice #F4EBDC
Tints of Island Spice #F4EBDC
RGB
CMYK
RGB Variations
Color information
#F4EBDC (or 0xF4EBDC) is known color: Island Spice. HEX triplet: F4, EB and DC. RGB value is (244,235,220). Sum of RGB (Red+Green+Blue) = 244+235+220=699 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.91% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EBDC is #0B1423. Grayscale: #ECECEC. Windows color (decimal): -726052 or 14478324. OLE color: 14478324.
HSL color Cylindrical-coordinate representation of color #F4EBDC: hue angle of 37.5º degrees, saturation: 0.52, 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 #F4EBDC is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 235 | 220 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.04 |
| HSL | 37.5º | 0.52% | 0.91% | - |
| HSV(B) | 37.5º | 0.1% | 0.96% | - |
| XYZ | 79.93 | 83.82 | 79.68 | - |
| YUV | 235.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 235 | 220 | 0 | 0.04 | 0.10 | 0.04 | 37.5 | 0.52 | 0.91 |
| Hex | F4 | EB | DC | 0 | 4 | A | 4 | 26 | 34 | 5B |
| Octal | 364 | 353 | 334 | 0 | 4 | 12 | 4 | 46 | 64 | 133 |
| Binary | 11110100 | 11101011 | 11011100 | 0 | 100 | 1010 | 100 | 100110 | 110100 | 1011011 |
Color Harmonies of #F4EBDC
Complementary color
Monochromatic Colors of #F4EBDC
Black with #F4EBDC
Text Example
Text Example
White with #F4EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EBDC; }
p { color: rgb(244,235,220); }
H1.HeaderClassName
{
color: #F4EBDC;
}
.AnyTagClassName
{
color: #F4EBDC;
}
</style>
background-color css
<style>
a { background-color: #F4EBDC; }
a { background-color: rgb(244,235,220); }
div.DivClassName
{
background-color: #F4EBDC;
}
.BgClassName
{
background-color: #F4EBDC;
}
</style>
border-color css
<style>
span { border-color: #F4EBDC; }
span { border-color: rgb(244,235,220); }
td.TdClassName
{
border-color: #F4EBDC;
}
.TagClassName
{
border-color: #F4EBDC;
}
</style>