Shades of Island Spice #F9EDD7
Tints of Island Spice #F9EDD7
RGB
CMYK
RGB Variations
Color information
#F9EDD7 (or 0xF9EDD7) is known color: Island Spice. HEX triplet: F9, ED and D7. RGB value is (249,237,215). Sum of RGB (Red+Green+Blue) = 249+237+215=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 215 (84.38% from 255 or 30.67% from 701); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDD7 is #061228. Grayscale: #EEEEEE. Windows color (decimal): -397865 or 14151161. OLE color: 14151161.
HSL color Cylindrical-coordinate representation of color #F9EDD7: hue angle of 38.82º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9EDD7 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 237 | 215 | - |
CMYK | 0 | 0.05 | 0.14 | 0.02 |
HSL | 38.82º | 0.74% | 0.91% | - |
HSV(B) | 38.82º | 0.14% | 0.98% | - |
XYZ | 81.62 | 85.61 | 76.51 | - |
YUV | 238.08 | 114.98 | 135.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 237 | 215 | 0 | 0.05 | 0.14 | 0.02 | 38.82 | 0.74 | 0.91 |
Hex | F9 | ED | D7 | 0 | 5 | E | 2 | 27 | 4A | 5B |
Octal | 371 | 355 | 327 | 0 | 5 | 16 | 2 | 47 | 112 | 133 |
Binary | 11111001 | 11101101 | 11010111 | 0 | 101 | 1110 | 10 | 100111 | 1001010 | 1011011 |
Color Harmonies of #F9EDD7
Complementary color
Monochromatic Colors of #F9EDD7
Black with #F9EDD7
Text Example
Text Example
White with #F9EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDD7; }
p { color: rgb(249,237,215); }
H1.HeaderClassName
{
color: #F9EDD7;
}
.AnyTagClassName
{
color: #F9EDD7;
}
</style>
background-color css
<style>
a { background-color: #F9EDD7; }
a { background-color: rgb(249,237,215); }
div.DivClassName
{
background-color: #F9EDD7;
}
.BgClassName
{
background-color: #F9EDD7;
}
</style>
border-color css
<style>
span { border-color: #F9EDD7; }
span { border-color: rgb(249,237,215); }
td.TdClassName
{
border-color: #F9EDD7;
}
.TagClassName
{
border-color: #F9EDD7;
}
</style>