Shades of Rum Swizzle #F1EDD3
Tints of Rum Swizzle #F1EDD3
RGB
CMYK
RGB Variations
Color information
#F1EDD3 (or 0xF1EDD3) is known color: Rum Swizzle. HEX triplet: F1, ED and D3. RGB value is (241,237,211). Sum of RGB (Red+Green+Blue) = 241+237+211=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 211 (82.81% from 255 or 30.62% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD3 is #0E122C. Grayscale: #EBEBEB. Windows color (decimal): -922157 or 13889009. OLE color: 13889009.
HSL color Cylindrical-coordinate representation of color #F1EDD3: hue angle of 52º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1EDD3 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 211 | - |
CMYK | 0 | 0.02 | 0.12 | 0.05 |
HSL | 52º | 0.52% | 0.89% | - |
HSV(B) | 52º | 0.12% | 0.95% | - |
XYZ | 78.32 | 83.97 | 73.71 | - |
YUV | 235.23 | 114.33 | 132.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 211 | 0 | 0.02 | 0.12 | 0.05 | 52 | 0.52 | 0.89 |
Hex | F1 | ED | D3 | 0 | 2 | C | 5 | 34 | 34 | 59 |
Octal | 361 | 355 | 323 | 0 | 2 | 14 | 5 | 64 | 64 | 131 |
Binary | 11110001 | 11101101 | 11010011 | 0 | 10 | 1100 | 101 | 110100 | 110100 | 1011001 |
Color Harmonies of #F1EDD3
Complementary color
Monochromatic Colors of #F1EDD3
Black with #F1EDD3
Text Example
Text Example
White with #F1EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDD3; }
p { color: rgb(241,237,211); }
H1.HeaderClassName
{
color: #F1EDD3;
}
.AnyTagClassName
{
color: #F1EDD3;
}
</style>
background-color css
<style>
a { background-color: #F1EDD3; }
a { background-color: rgb(241,237,211); }
div.DivClassName
{
background-color: #F1EDD3;
}
.BgClassName
{
background-color: #F1EDD3;
}
</style>
border-color css
<style>
span { border-color: #F1EDD3; }
span { border-color: rgb(241,237,211); }
td.TdClassName
{
border-color: #F1EDD3;
}
.TagClassName
{
border-color: #F1EDD3;
}
</style>