Shades of Island Spice #F3EADA
Tints of Island Spice #F3EADA
RGB
CMYK
RGB Variations
Color information
#F3EADA (or 0xF3EADA) is known color: Island Spice. HEX triplet: F3, EA and DA. RGB value is (243,234,218). Sum of RGB (Red+Green+Blue) = 243+234+218=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EADA is #0C1525. Grayscale: #EAEAEA. Windows color (decimal): -791846 or 14346995. OLE color: 14346995.
HSL color Cylindrical-coordinate representation of color #F3EADA: hue angle of 38.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3EADA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 218 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.05 |
| HSL | 38.4º | 0.51% | 0.9% | - |
| HSV(B) | 38.4º | 0.1% | 0.95% | - |
| XYZ | 79.04 | 82.96 | 78.18 | - |
| YUV | 234.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 218 | 0 | 0.04 | 0.10 | 0.05 | 38.4 | 0.51 | 0.9 |
| Hex | F3 | EA | DA | 0 | 4 | A | 5 | 26 | 33 | 5A |
| Octal | 363 | 352 | 332 | 0 | 4 | 12 | 5 | 46 | 63 | 132 |
| Binary | 11110011 | 11101010 | 11011010 | 0 | 100 | 1010 | 101 | 100110 | 110011 | 1011010 |
Color Harmonies of #F3EADA
Complementary color
Monochromatic Colors of #F3EADA
Black with #F3EADA
Text Example
Text Example
White with #F3EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EADA; }
p { color: rgb(243,234,218); }
H1.HeaderClassName
{
color: #F3EADA;
}
.AnyTagClassName
{
color: #F3EADA;
}
</style>
background-color css
<style>
a { background-color: #F3EADA; }
a { background-color: rgb(243,234,218); }
div.DivClassName
{
background-color: #F3EADA;
}
.BgClassName
{
background-color: #F3EADA;
}
</style>
border-color css
<style>
span { border-color: #F3EADA; }
span { border-color: rgb(243,234,218); }
td.TdClassName
{
border-color: #F3EADA;
}
.TagClassName
{
border-color: #F3EADA;
}
</style>