Shades of Rum Swizzle #F1EECF
Tints of Rum Swizzle #F1EECF
RGB
CMYK
RGB Variations
Color information
#F1EECF (or 0xF1EECF) is known color: Rum Swizzle. HEX triplet: F1, EE and CF. RGB value is (241,238,207). Sum of RGB (Red+Green+Blue) = 241+238+207=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EECF is #0E1130. Grayscale: #EBEBEB. Windows color (decimal): -921905 or 13627121. OLE color: 13627121.
HSL color Cylindrical-coordinate representation of color #F1EECF: hue angle of 54.71º 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 #F1EECF is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 207 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.05 |
| HSL | 54.71º | 0.55% | 0.88% | - |
| HSV(B) | 54.71º | 0.14% | 0.95% | - |
| XYZ | 78.11 | 84.35 | 71.2 | - |
| YUV | 235.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 207 | 0 | 0.01 | 0.14 | 0.05 | 54.71 | 0.55 | 0.88 |
| Hex | F1 | EE | CF | 0 | 1 | E | 5 | 37 | 37 | 58 |
| Octal | 361 | 356 | 317 | 0 | 1 | 16 | 5 | 67 | 67 | 130 |
| Binary | 11110001 | 11101110 | 11001111 | 0 | 1 | 1110 | 101 | 110111 | 110111 | 1011000 |
Color Harmonies of #F1EECF
Complementary color
Monochromatic Colors of #F1EECF
Black with #F1EECF
Text Example
Text Example
White with #F1EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EECF; }
p { color: rgb(241,238,207); }
H1.HeaderClassName
{
color: #F1EECF;
}
.AnyTagClassName
{
color: #F1EECF;
}
</style>
background-color css
<style>
a { background-color: #F1EECF; }
a { background-color: rgb(241,238,207); }
div.DivClassName
{
background-color: #F1EECF;
}
.BgClassName
{
background-color: #F1EECF;
}
</style>
border-color css
<style>
span { border-color: #F1EECF; }
span { border-color: rgb(241,238,207); }
td.TdClassName
{
border-color: #F1EECF;
}
.TagClassName
{
border-color: #F1EECF;
}
</style>