Shades of Island Spice #F5EBDB
Tints of Island Spice #F5EBDB
RGB
CMYK
RGB Variations
Color information
#F5EBDB (or 0xF5EBDB) is known color: Island Spice. HEX triplet: F5, EB and DB. RGB value is (245,235,219). Sum of RGB (Red+Green+Blue) = 245+235+219=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBDB is #0A1424. Grayscale: #ECECEC. Windows color (decimal): -660517 or 14412789. OLE color: 14412789.
HSL color Cylindrical-coordinate representation of color #F5EBDB: hue angle of 36.92º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5EBDB is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 235 | 219 | - |
CMYK | 0 | 0.04 | 0.11 | 0.04 |
HSL | 36.92º | 0.57% | 0.91% | - |
HSV(B) | 36.92º | 0.11% | 0.96% | - |
XYZ | 80.15 | 83.94 | 79 | - |
YUV | 236.17 | 118.31 | 134.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 235 | 219 | 0 | 0.04 | 0.11 | 0.04 | 36.92 | 0.57 | 0.91 |
Hex | F5 | EB | DB | 0 | 4 | B | 4 | 25 | 39 | 5B |
Octal | 365 | 353 | 333 | 0 | 4 | 13 | 4 | 45 | 71 | 133 |
Binary | 11110101 | 11101011 | 11011011 | 0 | 100 | 1011 | 100 | 100101 | 111001 | 1011011 |
Color Harmonies of #F5EBDB
Complementary color
Monochromatic Colors of #F5EBDB
Black with #F5EBDB
Text Example
Text Example
White with #F5EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EBDB; }
p { color: rgb(245,235,219); }
H1.HeaderClassName
{
color: #F5EBDB;
}
.AnyTagClassName
{
color: #F5EBDB;
}
</style>
background-color css
<style>
a { background-color: #F5EBDB; }
a { background-color: rgb(245,235,219); }
div.DivClassName
{
background-color: #F5EBDB;
}
.BgClassName
{
background-color: #F5EBDB;
}
</style>
border-color css
<style>
span { border-color: #F5EBDB; }
span { border-color: rgb(245,235,219); }
td.TdClassName
{
border-color: #F5EBDB;
}
.TagClassName
{
border-color: #F5EBDB;
}
</style>