Shades of Rum Swizzle #F6F0CF
Tints of Rum Swizzle #F6F0CF
RGB
CMYK
RGB Variations
Color information
#F6F0CF (or 0xF6F0CF) is known color: Rum Swizzle. HEX triplet: F6, F0 and CF. RGB value is (246,240,207). Sum of RGB (Red+Green+Blue) = 246+240+207=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0CF is #090F30. Grayscale: #EEEEEE. Windows color (decimal): -593713 or 13627638. OLE color: 13627638.
HSL color Cylindrical-coordinate representation of color #F6F0CF: hue angle of 50.77º degrees, saturation: 0.68, 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 #F6F0CF is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 207 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.04 |
| HSL | 50.77º | 0.68% | 0.89% | - |
| HSV(B) | 50.77º | 0.16% | 0.96% | - |
| XYZ | 80.43 | 86.42 | 71.47 | - |
| YUV | 238.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 207 | 0 | 0.02 | 0.16 | 0.04 | 50.77 | 0.68 | 0.89 |
| Hex | F6 | F0 | CF | 0 | 2 | 10 | 4 | 33 | 44 | 59 |
| Octal | 366 | 360 | 317 | 0 | 2 | 20 | 4 | 63 | 104 | 131 |
| Binary | 11110110 | 11110000 | 11001111 | 0 | 10 | 10000 | 100 | 110011 | 1000100 | 1011001 |
Color Harmonies of #F6F0CF
Complementary color
Monochromatic Colors of #F6F0CF
Black with #F6F0CF
Text Example
Text Example
White with #F6F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0CF; }
p { color: rgb(246,240,207); }
H1.HeaderClassName
{
color: #F6F0CF;
}
.AnyTagClassName
{
color: #F6F0CF;
}
</style>
background-color css
<style>
a { background-color: #F6F0CF; }
a { background-color: rgb(246,240,207); }
div.DivClassName
{
background-color: #F6F0CF;
}
.BgClassName
{
background-color: #F6F0CF;
}
</style>
border-color css
<style>
span { border-color: #F6F0CF; }
span { border-color: rgb(246,240,207); }
td.TdClassName
{
border-color: #F6F0CF;
}
.TagClassName
{
border-color: #F6F0CF;
}
</style>