Shades of Rum Swizzle #F1EDCD
Tints of Rum Swizzle #F1EDCD
RGB
CMYK
RGB Variations
Color information
#F1EDCD (or 0xF1EDCD) is known color: Rum Swizzle. HEX triplet: F1, ED and CD. RGB value is (241,237,205). Sum of RGB (Red+Green+Blue) = 241+237+205=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDCD is #0E1232. Grayscale: #EAEAEA. Windows color (decimal): -922163 or 13495793. OLE color: 13495793.
HSL color Cylindrical-coordinate representation of color #F1EDCD: hue angle of 53.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1EDCD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 205 | - |
CMYK | 0 | 0.02 | 0.15 | 0.05 |
HSL | 53.33º | 0.56% | 0.87% | - |
HSV(B) | 53.33º | 0.15% | 0.95% | - |
XYZ | 77.58 | 83.68 | 69.82 | - |
YUV | 234.55 | 111.33 | 132.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 205 | 0 | 0.02 | 0.15 | 0.05 | 53.33 | 0.56 | 0.87 |
Hex | F1 | ED | CD | 0 | 2 | F | 5 | 35 | 38 | 57 |
Octal | 361 | 355 | 315 | 0 | 2 | 17 | 5 | 65 | 70 | 127 |
Binary | 11110001 | 11101101 | 11001101 | 0 | 10 | 1111 | 101 | 110101 | 111000 | 1010111 |
Color Harmonies of #F1EDCD
Complementary color
Monochromatic Colors of #F1EDCD
Black with #F1EDCD
Text Example
Text Example
White with #F1EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDCD; }
p { color: rgb(241,237,205); }
H1.HeaderClassName
{
color: #F1EDCD;
}
.AnyTagClassName
{
color: #F1EDCD;
}
</style>
background-color css
<style>
a { background-color: #F1EDCD; }
a { background-color: rgb(241,237,205); }
div.DivClassName
{
background-color: #F1EDCD;
}
.BgClassName
{
background-color: #F1EDCD;
}
</style>
border-color css
<style>
span { border-color: #F1EDCD; }
span { border-color: rgb(241,237,205); }
td.TdClassName
{
border-color: #F1EDCD;
}
.TagClassName
{
border-color: #F1EDCD;
}
</style>