Shades of Rum Swizzle #F1EFDA
Tints of Rum Swizzle #F1EFDA
RGB
CMYK
RGB Variations
Color information
#F1EFDA (or 0xF1EFDA) is known color: Rum Swizzle. HEX triplet: F1, EF and DA. RGB value is (241,239,218). Sum of RGB (Red+Green+Blue) = 241+239+218=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFDA is #0E1025. Grayscale: #EDEDED. Windows color (decimal): -921638 or 14348273. OLE color: 14348273.
HSL color Cylindrical-coordinate representation of color #F1EFDA: hue angle of 54.78º degrees, saturation: 0.45, 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 #F1EFDA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 218 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.05 |
| HSL | 54.78º | 0.45% | 0.9% | - |
| HSV(B) | 54.78º | 0.1% | 0.95% | - |
| XYZ | 79.8 | 85.5 | 78.63 | - |
| YUV | 237.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 218 | 0 | 0.01 | 0.10 | 0.05 | 54.78 | 0.45 | 0.9 |
| Hex | F1 | EF | DA | 0 | 1 | A | 5 | 37 | 2D | 5A |
| Octal | 361 | 357 | 332 | 0 | 1 | 12 | 5 | 67 | 55 | 132 |
| Binary | 11110001 | 11101111 | 11011010 | 0 | 1 | 1010 | 101 | 110111 | 101101 | 1011010 |
Color Harmonies of #F1EFDA
Complementary color
Monochromatic Colors of #F1EFDA
Black with #F1EFDA
Text Example
Text Example
White with #F1EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFDA; }
p { color: rgb(241,239,218); }
H1.HeaderClassName
{
color: #F1EFDA;
}
.AnyTagClassName
{
color: #F1EFDA;
}
</style>
background-color css
<style>
a { background-color: #F1EFDA; }
a { background-color: rgb(241,239,218); }
div.DivClassName
{
background-color: #F1EFDA;
}
.BgClassName
{
background-color: #F1EFDA;
}
</style>
border-color css
<style>
span { border-color: #F1EFDA; }
span { border-color: rgb(241,239,218); }
td.TdClassName
{
border-color: #F1EFDA;
}
.TagClassName
{
border-color: #F1EFDA;
}
</style>