Shades of Rum Swizzle #F2ECCD
Tints of Rum Swizzle #F2ECCD
RGB
CMYK
RGB Variations
Color information
#F2ECCD (or 0xF2ECCD) is known color: Rum Swizzle. HEX triplet: F2, EC and CD. RGB value is (242,236,205). Sum of RGB (Red+Green+Blue) = 242+236+205=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECCD is #0D1332. Grayscale: #EAEAEA. Windows color (decimal): -856883 or 13495538. OLE color: 13495538.
HSL color Cylindrical-coordinate representation of color #F2ECCD: hue angle of 50.27º degrees, saturation: 0.59, 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 #F2ECCD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 205 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.05 |
| HSL | 50.27º | 0.59% | 0.88% | - |
| HSV(B) | 50.27º | 0.15% | 0.95% | - |
| XYZ | 77.63 | 83.28 | 69.74 | - |
| YUV | 234.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 205 | 0 | 0.02 | 0.15 | 0.05 | 50.27 | 0.59 | 0.88 |
| Hex | F2 | EC | CD | 0 | 2 | F | 5 | 32 | 3B | 58 |
| Octal | 362 | 354 | 315 | 0 | 2 | 17 | 5 | 62 | 73 | 130 |
| Binary | 11110010 | 11101100 | 11001101 | 0 | 10 | 1111 | 101 | 110010 | 111011 | 1011000 |
Color Harmonies of #F2ECCD
Complementary color
Monochromatic Colors of #F2ECCD
Black with #F2ECCD
Text Example
Text Example
White with #F2ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECCD; }
p { color: rgb(242,236,205); }
H1.HeaderClassName
{
color: #F2ECCD;
}
.AnyTagClassName
{
color: #F2ECCD;
}
</style>
background-color css
<style>
a { background-color: #F2ECCD; }
a { background-color: rgb(242,236,205); }
div.DivClassName
{
background-color: #F2ECCD;
}
.BgClassName
{
background-color: #F2ECCD;
}
</style>
border-color css
<style>
span { border-color: #F2ECCD; }
span { border-color: rgb(242,236,205); }
td.TdClassName
{
border-color: #F2ECCD;
}
.TagClassName
{
border-color: #F2ECCD;
}
</style>