Shades of Rum Swizzle #F0ECCD
Tints of Rum Swizzle #F0ECCD
RGB
CMYK
RGB Variations
Color information
#F0ECCD (or 0xF0ECCD) is known color: Rum Swizzle. HEX triplet: F0, EC and CD. RGB value is (240,236,205). Sum of RGB (Red+Green+Blue) = 240+236+205=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECCD is #0F1332. Grayscale: #E9E9E9. Windows color (decimal): -987955 or 13495536. OLE color: 13495536.
HSL color Cylindrical-coordinate representation of color #F0ECCD: hue angle of 53.14º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0ECCD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 205 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.06 |
| HSL | 53.14º | 0.54% | 0.87% | - |
| HSV(B) | 53.14º | 0.15% | 0.94% | - |
| XYZ | 76.95 | 82.92 | 69.71 | - |
| YUV | 233.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 205 | 0 | 0.02 | 0.15 | 0.06 | 53.14 | 0.54 | 0.87 |
| Hex | F0 | EC | CD | 0 | 2 | F | 6 | 35 | 36 | 57 |
| Octal | 360 | 354 | 315 | 0 | 2 | 17 | 6 | 65 | 66 | 127 |
| Binary | 11110000 | 11101100 | 11001101 | 0 | 10 | 1111 | 110 | 110101 | 110110 | 1010111 |
Color Harmonies of #F0ECCD
Complementary color
Monochromatic Colors of #F0ECCD
Black with #F0ECCD
Text Example
Text Example
White with #F0ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECCD; }
p { color: rgb(240,236,205); }
H1.HeaderClassName
{
color: #F0ECCD;
}
.AnyTagClassName
{
color: #F0ECCD;
}
</style>
background-color css
<style>
a { background-color: #F0ECCD; }
a { background-color: rgb(240,236,205); }
div.DivClassName
{
background-color: #F0ECCD;
}
.BgClassName
{
background-color: #F0ECCD;
}
</style>
border-color css
<style>
span { border-color: #F0ECCD; }
span { border-color: rgb(240,236,205); }
td.TdClassName
{
border-color: #F0ECCD;
}
.TagClassName
{
border-color: #F0ECCD;
}
</style>