Shades of Rum Swizzle #F0EDD2
Tints of Rum Swizzle #F0EDD2
RGB
CMYK
RGB Variations
Color information
#F0EDD2 (or 0xF0EDD2) is known color: Rum Swizzle. HEX triplet: F0, ED and D2. RGB value is (240,237,210). Sum of RGB (Red+Green+Blue) = 240+237+210=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDD2 is #0F122D. Grayscale: #EAEAEA. Windows color (decimal): -987694 or 13823472. OLE color: 13823472.
HSL color Cylindrical-coordinate representation of color #F0EDD2: hue angle of 54º degrees, saturation: 0.5, 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 #F0EDD2 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 210 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.06 |
| HSL | 54º | 0.5% | 0.88% | - |
| HSV(B) | 54º | 0.13% | 0.94% | - |
| XYZ | 77.85 | 83.75 | 73.03 | - |
| YUV | 234.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 210 | 0 | 0.01 | 0.12 | 0.06 | 54 | 0.5 | 0.88 |
| Hex | F0 | ED | D2 | 0 | 1 | C | 6 | 36 | 32 | 58 |
| Octal | 360 | 355 | 322 | 0 | 1 | 14 | 6 | 66 | 62 | 130 |
| Binary | 11110000 | 11101101 | 11010010 | 0 | 1 | 1100 | 110 | 110110 | 110010 | 1011000 |
Color Harmonies of #F0EDD2
Complementary color
Monochromatic Colors of #F0EDD2
Black with #F0EDD2
Text Example
Text Example
White with #F0EDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDD2; }
p { color: rgb(240,237,210); }
H1.HeaderClassName
{
color: #F0EDD2;
}
.AnyTagClassName
{
color: #F0EDD2;
}
</style>
background-color css
<style>
a { background-color: #F0EDD2; }
a { background-color: rgb(240,237,210); }
div.DivClassName
{
background-color: #F0EDD2;
}
.BgClassName
{
background-color: #F0EDD2;
}
</style>
border-color css
<style>
span { border-color: #F0EDD2; }
span { border-color: rgb(240,237,210); }
td.TdClassName
{
border-color: #F0EDD2;
}
.TagClassName
{
border-color: #F0EDD2;
}
</style>