Shades of Rum Swizzle #F0ECD3
Tints of Rum Swizzle #F0ECD3
RGB
CMYK
RGB Variations
Color information
#F0ECD3 (or 0xF0ECD3) is known color: Rum Swizzle. HEX triplet: F0, EC and D3. RGB value is (240,236,211). Sum of RGB (Red+Green+Blue) = 240+236+211=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECD3 is #0F132C. Grayscale: #EAEAEA. Windows color (decimal): -987949 or 13888752. OLE color: 13888752.
HSL color Cylindrical-coordinate representation of color #F0ECD3: hue angle of 51.72º 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 #F0ECD3 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 211 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.06 |
| HSL | 51.72º | 0.49% | 0.88% | - |
| HSV(B) | 51.72º | 0.12% | 0.94% | - |
| XYZ | 77.69 | 83.22 | 73.6 | - |
| YUV | 234.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 211 | 0 | 0.02 | 0.12 | 0.06 | 51.72 | 0.49 | 0.88 |
| Hex | F0 | EC | D3 | 0 | 2 | C | 6 | 34 | 31 | 58 |
| Octal | 360 | 354 | 323 | 0 | 2 | 14 | 6 | 64 | 61 | 130 |
| Binary | 11110000 | 11101100 | 11010011 | 0 | 10 | 1100 | 110 | 110100 | 110001 | 1011000 |
Color Harmonies of #F0ECD3
Complementary color
Monochromatic Colors of #F0ECD3
Black with #F0ECD3
Text Example
Text Example
White with #F0ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECD3; }
p { color: rgb(240,236,211); }
H1.HeaderClassName
{
color: #F0ECD3;
}
.AnyTagClassName
{
color: #F0ECD3;
}
</style>
background-color css
<style>
a { background-color: #F0ECD3; }
a { background-color: rgb(240,236,211); }
div.DivClassName
{
background-color: #F0ECD3;
}
.BgClassName
{
background-color: #F0ECD3;
}
</style>
border-color css
<style>
span { border-color: #F0ECD3; }
span { border-color: rgb(240,236,211); }
td.TdClassName
{
border-color: #F0ECD3;
}
.TagClassName
{
border-color: #F0ECD3;
}
</style>