Shades of Rum Swizzle #F1EBCF
Tints of Rum Swizzle #F1EBCF
RGB
CMYK
RGB Variations
Color information
#F1EBCF (or 0xF1EBCF) is known color: Rum Swizzle. HEX triplet: F1, EB and CF. RGB value is (241,235,207). Sum of RGB (Red+Green+Blue) = 241+235+207=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBCF is #0E1430. Grayscale: #E9E9E9. Windows color (decimal): -922673 or 13626353. OLE color: 13626353.
HSL color Cylindrical-coordinate representation of color #F1EBCF: hue angle of 49.41º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1EBCF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 235 | 207 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.05 |
| HSL | 49.41º | 0.55% | 0.88% | - |
| HSV(B) | 49.41º | 0.14% | 0.95% | - |
| XYZ | 77.25 | 82.62 | 70.91 | - |
| YUV | 233.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 235 | 207 | 0 | 0.02 | 0.14 | 0.05 | 49.41 | 0.55 | 0.88 |
| Hex | F1 | EB | CF | 0 | 2 | E | 5 | 31 | 37 | 58 |
| Octal | 361 | 353 | 317 | 0 | 2 | 16 | 5 | 61 | 67 | 130 |
| Binary | 11110001 | 11101011 | 11001111 | 0 | 10 | 1110 | 101 | 110001 | 110111 | 1011000 |
Color Harmonies of #F1EBCF
Complementary color
Monochromatic Colors of #F1EBCF
Black with #F1EBCF
Text Example
Text Example
White with #F1EBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBCF; }
p { color: rgb(241,235,207); }
H1.HeaderClassName
{
color: #F1EBCF;
}
.AnyTagClassName
{
color: #F1EBCF;
}
</style>
background-color css
<style>
a { background-color: #F1EBCF; }
a { background-color: rgb(241,235,207); }
div.DivClassName
{
background-color: #F1EBCF;
}
.BgClassName
{
background-color: #F1EBCF;
}
</style>
border-color css
<style>
span { border-color: #F1EBCF; }
span { border-color: rgb(241,235,207); }
td.TdClassName
{
border-color: #F1EBCF;
}
.TagClassName
{
border-color: #F1EBCF;
}
</style>