Shades of Rum Swizzle #F0EDD3
Tints of Rum Swizzle #F0EDD3
RGB
CMYK
RGB Variations
Color information
#F0EDD3 (or 0xF0EDD3) is known color: Rum Swizzle. HEX triplet: F0, ED and D3. RGB value is (240,237,211). Sum of RGB (Red+Green+Blue) = 240+237+211=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDD3 is #0F122C. Grayscale: #EBEBEB. Windows color (decimal): -987693 or 13889008. OLE color: 13889008.
HSL color Cylindrical-coordinate representation of color #F0EDD3: hue angle of 53.79º 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 #F0EDD3 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 211 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.06 |
| HSL | 53.79º | 0.49% | 0.88% | - |
| HSV(B) | 53.79º | 0.12% | 0.94% | - |
| XYZ | 77.98 | 83.8 | 73.69 | - |
| YUV | 234.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 211 | 0 | 0.01 | 0.12 | 0.06 | 53.79 | 0.49 | 0.88 |
| Hex | F0 | ED | D3 | 0 | 1 | C | 6 | 36 | 31 | 58 |
| Octal | 360 | 355 | 323 | 0 | 1 | 14 | 6 | 66 | 61 | 130 |
| Binary | 11110000 | 11101101 | 11010011 | 0 | 1 | 1100 | 110 | 110110 | 110001 | 1011000 |
Color Harmonies of #F0EDD3
Complementary color
Monochromatic Colors of #F0EDD3
Black with #F0EDD3
Text Example
Text Example
White with #F0EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDD3; }
p { color: rgb(240,237,211); }
H1.HeaderClassName
{
color: #F0EDD3;
}
.AnyTagClassName
{
color: #F0EDD3;
}
</style>
background-color css
<style>
a { background-color: #F0EDD3; }
a { background-color: rgb(240,237,211); }
div.DivClassName
{
background-color: #F0EDD3;
}
.BgClassName
{
background-color: #F0EDD3;
}
</style>
border-color css
<style>
span { border-color: #F0EDD3; }
span { border-color: rgb(240,237,211); }
td.TdClassName
{
border-color: #F0EDD3;
}
.TagClassName
{
border-color: #F0EDD3;
}
</style>