Shades of Rum Swizzle #F4F0D1
Tints of Rum Swizzle #F4F0D1
RGB
CMYK
RGB Variations
Color information
#F4F0D1 (or 0xF4F0D1) is known color: Rum Swizzle. HEX triplet: F4, F0 and D1. RGB value is (244,240,209). Sum of RGB (Red+Green+Blue) = 244+240+209=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 209 (82.03% from 255 or 30.16% from 693); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0D1 is #0B0F2E. Grayscale: #EDEDED. Windows color (decimal): -724783 or 13758708. OLE color: 13758708.
HSL color Cylindrical-coordinate representation of color #F4F0D1: hue angle of 53.14º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4F0D1 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 209 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.04 |
| HSL | 53.14º | 0.61% | 0.89% | - |
| HSV(B) | 53.14º | 0.14% | 0.96% | - |
| XYZ | 79.98 | 86.16 | 72.74 | - |
| YUV | 237.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 209 | 0 | 0.02 | 0.14 | 0.04 | 53.14 | 0.61 | 0.89 |
| Hex | F4 | F0 | D1 | 0 | 2 | E | 4 | 35 | 3D | 59 |
| Octal | 364 | 360 | 321 | 0 | 2 | 16 | 4 | 65 | 75 | 131 |
| Binary | 11110100 | 11110000 | 11010001 | 0 | 10 | 1110 | 100 | 110101 | 111101 | 1011001 |
Color Harmonies of #F4F0D1
Complementary color
Monochromatic Colors of #F4F0D1
Black with #F4F0D1
Text Example
Text Example
White with #F4F0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0D1; }
p { color: rgb(244,240,209); }
H1.HeaderClassName
{
color: #F4F0D1;
}
.AnyTagClassName
{
color: #F4F0D1;
}
</style>
background-color css
<style>
a { background-color: #F4F0D1; }
a { background-color: rgb(244,240,209); }
div.DivClassName
{
background-color: #F4F0D1;
}
.BgClassName
{
background-color: #F4F0D1;
}
</style>
border-color css
<style>
span { border-color: #F4F0D1; }
span { border-color: rgb(244,240,209); }
td.TdClassName
{
border-color: #F4F0D1;
}
.TagClassName
{
border-color: #F4F0D1;
}
</style>