Shades of Rum Swizzle #F4EDD3
Tints of Rum Swizzle #F4EDD3
RGB
CMYK
RGB Variations
Color information
#F4EDD3 (or 0xF4EDD3) is known color: Rum Swizzle. HEX triplet: F4, ED and D3. RGB value is (244,237,211). Sum of RGB (Red+Green+Blue) = 244+237+211=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 211 (82.81% from 255 or 30.49% from 692); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDD3 is #0B122C. Grayscale: #ECECEC. Windows color (decimal): -725549 or 13889012. OLE color: 13889012.
HSL color Cylindrical-coordinate representation of color #F4EDD3: hue angle of 47.27º degrees, saturation: 0.6, 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 #F4EDD3 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 211 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.04 |
| HSL | 47.27º | 0.6% | 0.89% | - |
| HSV(B) | 47.27º | 0.14% | 0.96% | - |
| XYZ | 79.35 | 84.5 | 73.76 | - |
| YUV | 236.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 211 | 0 | 0.03 | 0.14 | 0.04 | 47.27 | 0.6 | 0.89 |
| Hex | F4 | ED | D3 | 0 | 3 | E | 4 | 2F | 3C | 59 |
| Octal | 364 | 355 | 323 | 0 | 3 | 16 | 4 | 57 | 74 | 131 |
| Binary | 11110100 | 11101101 | 11010011 | 0 | 11 | 1110 | 100 | 101111 | 111100 | 1011001 |
Color Harmonies of #F4EDD3
Complementary color
Monochromatic Colors of #F4EDD3
Black with #F4EDD3
Text Example
Text Example
White with #F4EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDD3; }
p { color: rgb(244,237,211); }
H1.HeaderClassName
{
color: #F4EDD3;
}
.AnyTagClassName
{
color: #F4EDD3;
}
</style>
background-color css
<style>
a { background-color: #F4EDD3; }
a { background-color: rgb(244,237,211); }
div.DivClassName
{
background-color: #F4EDD3;
}
.BgClassName
{
background-color: #F4EDD3;
}
</style>
border-color css
<style>
span { border-color: #F4EDD3; }
span { border-color: rgb(244,237,211); }
td.TdClassName
{
border-color: #F4EDD3;
}
.TagClassName
{
border-color: #F4EDD3;
}
</style>