Shades of Rum Swizzle #F0EED6
Tints of Rum Swizzle #F0EED6
RGB
CMYK
RGB Variations
Color information
#F0EED6 (or 0xF0EED6) is known color: Rum Swizzle. HEX triplet: F0, EE and D6. RGB value is (240,238,214). Sum of RGB (Red+Green+Blue) = 240+238+214=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EED6 is #0F1129. Grayscale: #EBEBEB. Windows color (decimal): -987434 or 14085872. OLE color: 14085872.
HSL color Cylindrical-coordinate representation of color #F0EED6: hue angle of 55.38º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0EED6 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 214 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.06 |
| HSL | 55.38º | 0.46% | 0.89% | - |
| HSV(B) | 55.38º | 0.11% | 0.94% | - |
| XYZ | 78.65 | 84.53 | 75.79 | - |
| YUV | 235.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 214 | 0 | 0.01 | 0.11 | 0.06 | 55.38 | 0.46 | 0.89 |
| Hex | F0 | EE | D6 | 0 | 1 | B | 6 | 37 | 2E | 59 |
| Octal | 360 | 356 | 326 | 0 | 1 | 13 | 6 | 67 | 56 | 131 |
| Binary | 11110000 | 11101110 | 11010110 | 0 | 1 | 1011 | 110 | 110111 | 101110 | 1011001 |
Color Harmonies of #F0EED6
Complementary color
Monochromatic Colors of #F0EED6
Black with #F0EED6
Text Example
Text Example
White with #F0EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EED6; }
p { color: rgb(240,238,214); }
H1.HeaderClassName
{
color: #F0EED6;
}
.AnyTagClassName
{
color: #F0EED6;
}
</style>
background-color css
<style>
a { background-color: #F0EED6; }
a { background-color: rgb(240,238,214); }
div.DivClassName
{
background-color: #F0EED6;
}
.BgClassName
{
background-color: #F0EED6;
}
</style>
border-color css
<style>
span { border-color: #F0EED6; }
span { border-color: rgb(240,238,214); }
td.TdClassName
{
border-color: #F0EED6;
}
.TagClassName
{
border-color: #F0EED6;
}
</style>