Shades of Rum Swizzle #F4EED1
Tints of Rum Swizzle #F4EED1
RGB
CMYK
RGB Variations
Color information
#F4EED1 (or 0xF4EED1) is known color: Rum Swizzle. HEX triplet: F4, EE and D1. RGB value is (244,238,209). Sum of RGB (Red+Green+Blue) = 244+238+209=691 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.31% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 209 (82.03% from 255 or 30.25% from 691); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EED1 is #0B112E. Grayscale: #ECECEC. Windows color (decimal): -725295 or 13758196. OLE color: 13758196.
HSL color Cylindrical-coordinate representation of color #F4EED1: hue angle of 49.71º 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 #F4EED1 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 209 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.04 |
| HSL | 49.71º | 0.61% | 0.89% | - |
| HSV(B) | 49.71º | 0.14% | 0.96% | - |
| XYZ | 79.39 | 84.99 | 72.54 | - |
| YUV | 236.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 209 | 0 | 0.02 | 0.14 | 0.04 | 49.71 | 0.61 | 0.89 |
| Hex | F4 | EE | D1 | 0 | 2 | E | 4 | 32 | 3D | 59 |
| Octal | 364 | 356 | 321 | 0 | 2 | 16 | 4 | 62 | 75 | 131 |
| Binary | 11110100 | 11101110 | 11010001 | 0 | 10 | 1110 | 100 | 110010 | 111101 | 1011001 |
Color Harmonies of #F4EED1
Complementary color
Monochromatic Colors of #F4EED1
Black with #F4EED1
Text Example
Text Example
White with #F4EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EED1; }
p { color: rgb(244,238,209); }
H1.HeaderClassName
{
color: #F4EED1;
}
.AnyTagClassName
{
color: #F4EED1;
}
</style>
background-color css
<style>
a { background-color: #F4EED1; }
a { background-color: rgb(244,238,209); }
div.DivClassName
{
background-color: #F4EED1;
}
.BgClassName
{
background-color: #F4EED1;
}
</style>
border-color css
<style>
span { border-color: #F4EED1; }
span { border-color: rgb(244,238,209); }
td.TdClassName
{
border-color: #F4EED1;
}
.TagClassName
{
border-color: #F4EED1;
}
</style>