Shades of Island Spice #F8EDDB
Tints of Island Spice #F8EDDB
RGB
CMYK
RGB Variations
Color information
#F8EDDB (or 0xF8EDDB) is known color: Island Spice. HEX triplet: F8, ED and DB. RGB value is (248,237,219). Sum of RGB (Red+Green+Blue) = 248+237+219=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDDB is #071224. Grayscale: #EEEEEE. Windows color (decimal): -463397 or 14413304. OLE color: 14413304.
HSL color Cylindrical-coordinate representation of color #F8EDDB: hue angle of 37.24º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8EDDB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 237 | 219 | - |
CMYK | 0 | 0.04 | 0.12 | 0.03 |
HSL | 37.24º | 0.67% | 0.92% | - |
HSV(B) | 37.24º | 0.12% | 0.97% | - |
XYZ | 81.78 | 85.64 | 79.24 | - |
YUV | 238.24 | 117.14 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 237 | 219 | 0 | 0.04 | 0.12 | 0.03 | 37.24 | 0.67 | 0.92 |
Hex | F8 | ED | DB | 0 | 4 | C | 3 | 25 | 43 | 5C |
Octal | 370 | 355 | 333 | 0 | 4 | 14 | 3 | 45 | 103 | 134 |
Binary | 11111000 | 11101101 | 11011011 | 0 | 100 | 1100 | 11 | 100101 | 1000011 | 1011100 |
Color Harmonies of #F8EDDB
Complementary color
Monochromatic Colors of #F8EDDB
Black with #F8EDDB
Text Example
Text Example
White with #F8EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDDB; }
p { color: rgb(248,237,219); }
H1.HeaderClassName
{
color: #F8EDDB;
}
.AnyTagClassName
{
color: #F8EDDB;
}
</style>
background-color css
<style>
a { background-color: #F8EDDB; }
a { background-color: rgb(248,237,219); }
div.DivClassName
{
background-color: #F8EDDB;
}
.BgClassName
{
background-color: #F8EDDB;
}
</style>
border-color css
<style>
span { border-color: #F8EDDB; }
span { border-color: rgb(248,237,219); }
td.TdClassName
{
border-color: #F8EDDB;
}
.TagClassName
{
border-color: #F8EDDB;
}
</style>