Shades of Rum Swizzle #F2F0D8
Tints of Rum Swizzle #F2F0D8
RGB
CMYK
RGB Variations
Color information
#F2F0D8 (or 0xF2F0D8) is known color: Rum Swizzle. HEX triplet: F2, F0 and D8. RGB value is (242,240,216). Sum of RGB (Red+Green+Blue) = 242+240+216=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0D8 is #0D0F27. Grayscale: #EDEDED. Windows color (decimal): -855848 or 14217458. OLE color: 14217458.
HSL color Cylindrical-coordinate representation of color #F2F0D8: hue angle of 55.38º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2F0D8 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 216 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.05 |
| HSL | 55.38º | 0.5% | 0.9% | - |
| HSV(B) | 55.38º | 0.11% | 0.95% | - |
| XYZ | 80.17 | 86.16 | 77.37 | - |
| YUV | 237.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 216 | 0 | 0.01 | 0.11 | 0.05 | 55.38 | 0.5 | 0.9 |
| Hex | F2 | F0 | D8 | 0 | 1 | B | 5 | 37 | 32 | 5A |
| Octal | 362 | 360 | 330 | 0 | 1 | 13 | 5 | 67 | 62 | 132 |
| Binary | 11110010 | 11110000 | 11011000 | 0 | 1 | 1011 | 101 | 110111 | 110010 | 1011010 |
Color Harmonies of #F2F0D8
Complementary color
Monochromatic Colors of #F2F0D8
Black with #F2F0D8
Text Example
Text Example
White with #F2F0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0D8; }
p { color: rgb(242,240,216); }
H1.HeaderClassName
{
color: #F2F0D8;
}
.AnyTagClassName
{
color: #F2F0D8;
}
</style>
background-color css
<style>
a { background-color: #F2F0D8; }
a { background-color: rgb(242,240,216); }
div.DivClassName
{
background-color: #F2F0D8;
}
.BgClassName
{
background-color: #F2F0D8;
}
</style>
border-color css
<style>
span { border-color: #F2F0D8; }
span { border-color: rgb(242,240,216); }
td.TdClassName
{
border-color: #F2F0D8;
}
.TagClassName
{
border-color: #F2F0D8;
}
</style>