Shades of Island Spice #F9EFE0
Tints of Island Spice #F9EFE0
RGB
CMYK
RGB Variations
Color information
#F9EFE0 (or 0xF9EFE0) is known color: Island Spice. HEX triplet: F9, EF and E0. RGB value is (249,239,224). Sum of RGB (Red+Green+Blue) = 249+239+224=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 224 (87.89% from 255 or 31.46% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFE0 is #06101F. Grayscale: #F0F0F0. Windows color (decimal): -397344 or 14741497. OLE color: 14741497.
HSL color Cylindrical-coordinate representation of color #F9EFE0: hue angle of 36º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9EFE0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 224 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.02 |
| HSL | 36º | 0.68% | 0.93% | - |
| HSV(B) | 36º | 0.1% | 0.98% | - |
| XYZ | 83.39 | 87.25 | 82.97 | - |
| YUV | 240.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 224 | 0 | 0.04 | 0.10 | 0.02 | 36 | 0.68 | 0.93 |
| Hex | F9 | EF | E0 | 0 | 4 | A | 2 | 24 | 44 | 5D |
| Octal | 371 | 357 | 340 | 0 | 4 | 12 | 2 | 44 | 104 | 135 |
| Binary | 11111001 | 11101111 | 11100000 | 0 | 100 | 1010 | 10 | 100100 | 1000100 | 1011101 |
Color Harmonies of #F9EFE0
Complementary color
Monochromatic Colors of #F9EFE0
Black with #F9EFE0
Text Example
Text Example
White with #F9EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFE0; }
p { color: rgb(249,239,224); }
H1.HeaderClassName
{
color: #F9EFE0;
}
.AnyTagClassName
{
color: #F9EFE0;
}
</style>
background-color css
<style>
a { background-color: #F9EFE0; }
a { background-color: rgb(249,239,224); }
div.DivClassName
{
background-color: #F9EFE0;
}
.BgClassName
{
background-color: #F9EFE0;
}
</style>
border-color css
<style>
span { border-color: #F9EFE0; }
span { border-color: rgb(249,239,224); }
td.TdClassName
{
border-color: #F9EFE0;
}
.TagClassName
{
border-color: #F9EFE0;
}
</style>