Shades of Island Spice #F5ECDB
Tints of Island Spice #F5ECDB
RGB
CMYK
RGB Variations
Color information
#F5ECDB (or 0xF5ECDB) is known color: Island Spice. HEX triplet: F5, EC and DB. RGB value is (245,236,219). Sum of RGB (Red+Green+Blue) = 245+236+219=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECDB is #0A1324. Grayscale: #ECECEC. Windows color (decimal): -660261 or 14413045. OLE color: 14413045.
HSL color Cylindrical-coordinate representation of color #F5ECDB: hue angle of 39.23º 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 #F5ECDB is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 236 | 219 | - |
CMYK | 0 | 0.04 | 0.11 | 0.04 |
HSL | 39.23º | 0.57% | 0.91% | - |
HSV(B) | 39.23º | 0.11% | 0.96% | - |
XYZ | 80.44 | 84.52 | 79.09 | - |
YUV | 236.75 | 117.98 | 133.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 236 | 219 | 0 | 0.04 | 0.11 | 0.04 | 39.23 | 0.57 | 0.91 |
Hex | F5 | EC | DB | 0 | 4 | B | 4 | 27 | 39 | 5B |
Octal | 365 | 354 | 333 | 0 | 4 | 13 | 4 | 47 | 71 | 133 |
Binary | 11110101 | 11101100 | 11011011 | 0 | 100 | 1011 | 100 | 100111 | 111001 | 1011011 |
Color Harmonies of #F5ECDB
Complementary color
Monochromatic Colors of #F5ECDB
Black with #F5ECDB
Text Example
Text Example
White with #F5ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECDB; }
p { color: rgb(245,236,219); }
H1.HeaderClassName
{
color: #F5ECDB;
}
.AnyTagClassName
{
color: #F5ECDB;
}
</style>
background-color css
<style>
a { background-color: #F5ECDB; }
a { background-color: rgb(245,236,219); }
div.DivClassName
{
background-color: #F5ECDB;
}
.BgClassName
{
background-color: #F5ECDB;
}
</style>
border-color css
<style>
span { border-color: #F5ECDB; }
span { border-color: rgb(245,236,219); }
td.TdClassName
{
border-color: #F5ECDB;
}
.TagClassName
{
border-color: #F5ECDB;
}
</style>