Shades of Rum Swizzle #F0ECCE
Tints of Rum Swizzle #F0ECCE
RGB
CMYK
RGB Variations
Color information
#F0ECCE (or 0xF0ECCE) is known color: Rum Swizzle. HEX triplet: F0, EC and CE. RGB value is (240,236,206). Sum of RGB (Red+Green+Blue) = 240+236+206=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECCE is #0F1331. Grayscale: #E9E9E9. Windows color (decimal): -987954 or 13561072. OLE color: 13561072.
HSL color Cylindrical-coordinate representation of color #F0ECCE: hue angle of 52.94º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0ECCE is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 236 | 206 | - |
CMYK | 0 | 0.02 | 0.14 | 0.06 |
HSL | 52.94º | 0.53% | 0.87% | - |
HSV(B) | 52.94º | 0.14% | 0.94% | - |
XYZ | 77.07 | 82.97 | 70.35 | - |
YUV | 233.78 | 112.33 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 206 | 0 | 0.02 | 0.14 | 0.06 | 52.94 | 0.53 | 0.87 |
Hex | F0 | EC | CE | 0 | 2 | E | 6 | 35 | 35 | 57 |
Octal | 360 | 354 | 316 | 0 | 2 | 16 | 6 | 65 | 65 | 127 |
Binary | 11110000 | 11101100 | 11001110 | 0 | 10 | 1110 | 110 | 110101 | 110101 | 1010111 |
Color Harmonies of #F0ECCE
Complementary color
Monochromatic Colors of #F0ECCE
Black with #F0ECCE
Text Example
Text Example
White with #F0ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECCE; }
p { color: rgb(240,236,206); }
H1.HeaderClassName
{
color: #F0ECCE;
}
.AnyTagClassName
{
color: #F0ECCE;
}
</style>
background-color css
<style>
a { background-color: #F0ECCE; }
a { background-color: rgb(240,236,206); }
div.DivClassName
{
background-color: #F0ECCE;
}
.BgClassName
{
background-color: #F0ECCE;
}
</style>
border-color css
<style>
span { border-color: #F0ECCE; }
span { border-color: rgb(240,236,206); }
td.TdClassName
{
border-color: #F0ECCE;
}
.TagClassName
{
border-color: #F0ECCE;
}
</style>