Shades of Rum Swizzle #F2ECCE
Tints of Rum Swizzle #F2ECCE
RGB
CMYK
RGB Variations
Color information
#F2ECCE (or 0xF2ECCE) is known color: Rum Swizzle. HEX triplet: F2, EC and CE. RGB value is (242,236,206). Sum of RGB (Red+Green+Blue) = 242+236+206=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECCE is #0D1331. Grayscale: #EAEAEA. Windows color (decimal): -856882 or 13561074. OLE color: 13561074.
HSL color Cylindrical-coordinate representation of color #F2ECCE: hue angle of 50º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2ECCE is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 206 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.05 |
| HSL | 50º | 0.58% | 0.88% | - |
| HSV(B) | 50º | 0.15% | 0.95% | - |
| XYZ | 77.75 | 83.32 | 70.38 | - |
| YUV | 234.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 206 | 0 | 0.02 | 0.15 | 0.05 | 50 | 0.58 | 0.88 |
| Hex | F2 | EC | CE | 0 | 2 | F | 5 | 32 | 3A | 58 |
| Octal | 362 | 354 | 316 | 0 | 2 | 17 | 5 | 62 | 72 | 130 |
| Binary | 11110010 | 11101100 | 11001110 | 0 | 10 | 1111 | 101 | 110010 | 111010 | 1011000 |
Color Harmonies of #F2ECCE
Complementary color
Monochromatic Colors of #F2ECCE
Black with #F2ECCE
Text Example
Text Example
White with #F2ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECCE; }
p { color: rgb(242,236,206); }
H1.HeaderClassName
{
color: #F2ECCE;
}
.AnyTagClassName
{
color: #F2ECCE;
}
</style>
background-color css
<style>
a { background-color: #F2ECCE; }
a { background-color: rgb(242,236,206); }
div.DivClassName
{
background-color: #F2ECCE;
}
.BgClassName
{
background-color: #F2ECCE;
}
</style>
border-color css
<style>
span { border-color: #F2ECCE; }
span { border-color: rgb(242,236,206); }
td.TdClassName
{
border-color: #F2ECCE;
}
.TagClassName
{
border-color: #F2ECCE;
}
</style>