Shades of Rum Swizzle #F6F0CE
Tints of Rum Swizzle #F6F0CE
RGB
CMYK
RGB Variations
Color information
#F6F0CE (or 0xF6F0CE) is known color: Rum Swizzle. HEX triplet: F6, F0 and CE. RGB value is (246,240,206). Sum of RGB (Red+Green+Blue) = 246+240+206=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 206 (80.86% from 255 or 29.77% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0CE is #090F31. Grayscale: #EEEEEE. Windows color (decimal): -593714 or 13562102. OLE color: 13562102.
HSL color Cylindrical-coordinate representation of color #F6F0CE: hue angle of 51º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6F0CE is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 206 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.04 |
| HSL | 51º | 0.69% | 0.89% | - |
| HSV(B) | 51º | 0.16% | 0.96% | - |
| XYZ | 80.31 | 86.37 | 70.83 | - |
| YUV | 237.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 206 | 0 | 0.02 | 0.16 | 0.04 | 51 | 0.69 | 0.89 |
| Hex | F6 | F0 | CE | 0 | 2 | 10 | 4 | 33 | 45 | 59 |
| Octal | 366 | 360 | 316 | 0 | 2 | 20 | 4 | 63 | 105 | 131 |
| Binary | 11110110 | 11110000 | 11001110 | 0 | 10 | 10000 | 100 | 110011 | 1000101 | 1011001 |
Color Harmonies of #F6F0CE
Complementary color
Monochromatic Colors of #F6F0CE
Black with #F6F0CE
Text Example
Text Example
White with #F6F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0CE; }
p { color: rgb(246,240,206); }
H1.HeaderClassName
{
color: #F6F0CE;
}
.AnyTagClassName
{
color: #F6F0CE;
}
</style>
background-color css
<style>
a { background-color: #F6F0CE; }
a { background-color: rgb(246,240,206); }
div.DivClassName
{
background-color: #F6F0CE;
}
.BgClassName
{
background-color: #F6F0CE;
}
</style>
border-color css
<style>
span { border-color: #F6F0CE; }
span { border-color: rgb(246,240,206); }
td.TdClassName
{
border-color: #F6F0CE;
}
.TagClassName
{
border-color: #F6F0CE;
}
</style>