Shades of Rum Swizzle #F0EED3
Tints of Rum Swizzle #F0EED3
RGB
CMYK
RGB Variations
Color information
#F0EED3 (or 0xF0EED3) is known color: Rum Swizzle. HEX triplet: F0, EE and D3. RGB value is (240,238,211). Sum of RGB (Red+Green+Blue) = 240+238+211=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 211 (82.81% from 255 or 30.62% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EED3 is #0F112C. Grayscale: #EBEBEB. Windows color (decimal): -987437 or 13889264. OLE color: 13889264.
HSL color Cylindrical-coordinate representation of color #F0EED3: hue angle of 55.86º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0EED3 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 211 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.06 |
| HSL | 55.86º | 0.49% | 0.88% | - |
| HSV(B) | 55.86º | 0.12% | 0.94% | - |
| XYZ | 78.27 | 84.38 | 73.79 | - |
| YUV | 235.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 211 | 0 | 0.01 | 0.12 | 0.06 | 55.86 | 0.49 | 0.88 |
| Hex | F0 | EE | D3 | 0 | 1 | C | 6 | 38 | 31 | 58 |
| Octal | 360 | 356 | 323 | 0 | 1 | 14 | 6 | 70 | 61 | 130 |
| Binary | 11110000 | 11101110 | 11010011 | 0 | 1 | 1100 | 110 | 111000 | 110001 | 1011000 |
Color Harmonies of #F0EED3
Complementary color
Monochromatic Colors of #F0EED3
Black with #F0EED3
Text Example
Text Example
White with #F0EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EED3; }
p { color: rgb(240,238,211); }
H1.HeaderClassName
{
color: #F0EED3;
}
.AnyTagClassName
{
color: #F0EED3;
}
</style>
background-color css
<style>
a { background-color: #F0EED3; }
a { background-color: rgb(240,238,211); }
div.DivClassName
{
background-color: #F0EED3;
}
.BgClassName
{
background-color: #F0EED3;
}
</style>
border-color css
<style>
span { border-color: #F0EED3; }
span { border-color: rgb(240,238,211); }
td.TdClassName
{
border-color: #F0EED3;
}
.TagClassName
{
border-color: #F0EED3;
}
</style>