Shades of Rum Swizzle #F0EED8
Tints of Rum Swizzle #F0EED8
RGB
CMYK
RGB Variations
Color information
#F0EED8 (or 0xF0EED8) is known color: Rum Swizzle. HEX triplet: F0, EE and D8. RGB value is (240,238,216). Sum of RGB (Red+Green+Blue) = 240+238+216=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EED8 is #0F1127. Grayscale: #ECECEC. Windows color (decimal): -987432 or 14216944. OLE color: 14216944.
HSL color Cylindrical-coordinate representation of color #F0EED8: hue angle of 55º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0EED8 is Cyan = 0, Magento = 0.01, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 216 | - |
| CMYK | 0 | 0.01 | 0.1 | 0.06 |
| HSL | 55º | 0.44% | 0.89% | - |
| HSV(B) | 55º | 0.1% | 0.94% | - |
| XYZ | 78.9 | 84.63 | 77.14 | - |
| YUV | 236.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 216 | 0 | 0.01 | 0.1 | 0.06 | 55 | 0.44 | 0.89 |
| Hex | F0 | EE | D8 | 0 | 1 | A | 6 | 37 | 2C | 59 |
| Octal | 360 | 356 | 330 | 0 | 1 | 12 | 6 | 67 | 54 | 131 |
| Binary | 11110000 | 11101110 | 11011000 | 0 | 1 | 1010 | 110 | 110111 | 101100 | 1011001 |
Color Harmonies of #F0EED8
Complementary color
Monochromatic Colors of #F0EED8
Black with #F0EED8
Text Example
Text Example
White with #F0EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EED8; }
p { color: rgb(240,238,216); }
H1.HeaderClassName
{
color: #F0EED8;
}
.AnyTagClassName
{
color: #F0EED8;
}
</style>
background-color css
<style>
a { background-color: #F0EED8; }
a { background-color: rgb(240,238,216); }
div.DivClassName
{
background-color: #F0EED8;
}
.BgClassName
{
background-color: #F0EED8;
}
</style>
border-color css
<style>
span { border-color: #F0EED8; }
span { border-color: rgb(240,238,216); }
td.TdClassName
{
border-color: #F0EED8;
}
.TagClassName
{
border-color: #F0EED8;
}
</style>