Shades of Rum Swizzle #F2F0D9
Tints of Rum Swizzle #F2F0D9
RGB
CMYK
RGB Variations
Color information
#F2F0D9 (or 0xF2F0D9) is known color: Rum Swizzle. HEX triplet: F2, F0 and D9. RGB value is (242,240,217). Sum of RGB (Red+Green+Blue) = 242+240+217=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0D9 is #0D0F26. Grayscale: #EEEEEE. Windows color (decimal): -855847 or 14282994. OLE color: 14282994.
HSL color Cylindrical-coordinate representation of color #F2F0D9: hue angle of 55.2º degrees, saturation: 0.49, 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 #F2F0D9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 217 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.05 |
| HSL | 55.2º | 0.49% | 0.9% | - |
| HSV(B) | 55.2º | 0.1% | 0.95% | - |
| XYZ | 80.3 | 86.21 | 78.05 | - |
| YUV | 237.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 217 | 0 | 0.01 | 0.10 | 0.05 | 55.2 | 0.49 | 0.9 |
| Hex | F2 | F0 | D9 | 0 | 1 | A | 5 | 37 | 31 | 5A |
| Octal | 362 | 360 | 331 | 0 | 1 | 12 | 5 | 67 | 61 | 132 |
| Binary | 11110010 | 11110000 | 11011001 | 0 | 1 | 1010 | 101 | 110111 | 110001 | 1011010 |
Color Harmonies of #F2F0D9
Complementary color
Monochromatic Colors of #F2F0D9
Black with #F2F0D9
Text Example
Text Example
White with #F2F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0D9; }
p { color: rgb(242,240,217); }
H1.HeaderClassName
{
color: #F2F0D9;
}
.AnyTagClassName
{
color: #F2F0D9;
}
</style>
background-color css
<style>
a { background-color: #F2F0D9; }
a { background-color: rgb(242,240,217); }
div.DivClassName
{
background-color: #F2F0D9;
}
.BgClassName
{
background-color: #F2F0D9;
}
</style>
border-color css
<style>
span { border-color: #F2F0D9; }
span { border-color: rgb(242,240,217); }
td.TdClassName
{
border-color: #F2F0D9;
}
.TagClassName
{
border-color: #F2F0D9;
}
</style>