Shades of Rum Swizzle #F2F0DB
Tints of Rum Swizzle #F2F0DB
RGB
CMYK
RGB Variations
Color information
#F2F0DB (or 0xF2F0DB) is known color: Rum Swizzle. HEX triplet: F2, F0 and DB. RGB value is (242,240,219). Sum of RGB (Red+Green+Blue) = 242+240+219=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DB is #0D0F24. Grayscale: #EEEEEE. Windows color (decimal): -855845 or 14414066. OLE color: 14414066.
HSL color Cylindrical-coordinate representation of color #F2F0DB: hue angle of 54.78º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2F0DB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 219 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.05 |
| HSL | 54.78º | 0.47% | 0.9% | - |
| HSV(B) | 54.78º | 0.1% | 0.95% | - |
| XYZ | 80.56 | 86.31 | 79.43 | - |
| YUV | 238.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 219 | 0 | 0.01 | 0.10 | 0.05 | 54.78 | 0.47 | 0.9 |
| Hex | F2 | F0 | DB | 0 | 1 | A | 5 | 37 | 2F | 5A |
| Octal | 362 | 360 | 333 | 0 | 1 | 12 | 5 | 67 | 57 | 132 |
| Binary | 11110010 | 11110000 | 11011011 | 0 | 1 | 1010 | 101 | 110111 | 101111 | 1011010 |
Color Harmonies of #F2F0DB
Complementary color
Monochromatic Colors of #F2F0DB
Black with #F2F0DB
Text Example
Text Example
White with #F2F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0DB; }
p { color: rgb(242,240,219); }
H1.HeaderClassName
{
color: #F2F0DB;
}
.AnyTagClassName
{
color: #F2F0DB;
}
</style>
background-color css
<style>
a { background-color: #F2F0DB; }
a { background-color: rgb(242,240,219); }
div.DivClassName
{
background-color: #F2F0DB;
}
.BgClassName
{
background-color: #F2F0DB;
}
</style>
border-color css
<style>
span { border-color: #F2F0DB; }
span { border-color: rgb(242,240,219); }
td.TdClassName
{
border-color: #F2F0DB;
}
.TagClassName
{
border-color: #F2F0DB;
}
</style>