Shades of Island Spice #F9EDDB
Tints of Island Spice #F9EDDB
RGB
CMYK
RGB Variations
Color information
#F9EDDB (or 0xF9EDDB) is known color: Island Spice. HEX triplet: F9, ED and DB. RGB value is (249,237,219). Sum of RGB (Red+Green+Blue) = 249+237+219=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDDB is #061224. Grayscale: #EEEEEE. Windows color (decimal): -397861 or 14413305. OLE color: 14413305.
HSL color Cylindrical-coordinate representation of color #F9EDDB: hue angle of 36º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9EDDB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 237 | 219 | - |
CMYK | 0 | 0.05 | 0.12 | 0.02 |
HSL | 36º | 0.71% | 0.92% | - |
HSV(B) | 36º | 0.12% | 0.98% | - |
XYZ | 82.14 | 85.82 | 79.25 | - |
YUV | 238.54 | 116.98 | 135.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 237 | 219 | 0 | 0.05 | 0.12 | 0.02 | 36 | 0.71 | 0.92 |
Hex | F9 | ED | DB | 0 | 5 | C | 2 | 24 | 47 | 5C |
Octal | 371 | 355 | 333 | 0 | 5 | 14 | 2 | 44 | 107 | 134 |
Binary | 11111001 | 11101101 | 11011011 | 0 | 101 | 1100 | 10 | 100100 | 1000111 | 1011100 |
Color Harmonies of #F9EDDB
Complementary color
Monochromatic Colors of #F9EDDB
Black with #F9EDDB
Text Example
Text Example
White with #F9EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDDB; }
p { color: rgb(249,237,219); }
H1.HeaderClassName
{
color: #F9EDDB;
}
.AnyTagClassName
{
color: #F9EDDB;
}
</style>
background-color css
<style>
a { background-color: #F9EDDB; }
a { background-color: rgb(249,237,219); }
div.DivClassName
{
background-color: #F9EDDB;
}
.BgClassName
{
background-color: #F9EDDB;
}
</style>
border-color css
<style>
span { border-color: #F9EDDB; }
span { border-color: rgb(249,237,219); }
td.TdClassName
{
border-color: #F9EDDB;
}
.TagClassName
{
border-color: #F9EDDB;
}
</style>