Shades of Rum Swizzle #F2EED1
Tints of Rum Swizzle #F2EED1
RGB
CMYK
RGB Variations
Color information
#F2EED1 (or 0xF2EED1) is known color: Rum Swizzle. HEX triplet: F2, EE and D1. RGB value is (242,238,209). Sum of RGB (Red+Green+Blue) = 242+238+209=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 209 (82.03% from 255 or 30.33% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EED1 is #0D112E. Grayscale: #ECECEC. Windows color (decimal): -856367 or 13758194. OLE color: 13758194.
HSL color Cylindrical-coordinate representation of color #F2EED1: hue angle of 52.73º degrees, saturation: 0.56, 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 #F2EED1 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 209 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.05 |
| HSL | 52.73º | 0.56% | 0.88% | - |
| HSV(B) | 52.73º | 0.14% | 0.95% | - |
| XYZ | 78.7 | 84.63 | 72.51 | - |
| YUV | 235.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 209 | 0 | 0.02 | 0.14 | 0.05 | 52.73 | 0.56 | 0.88 |
| Hex | F2 | EE | D1 | 0 | 2 | E | 5 | 35 | 38 | 58 |
| Octal | 362 | 356 | 321 | 0 | 2 | 16 | 5 | 65 | 70 | 130 |
| Binary | 11110010 | 11101110 | 11010001 | 0 | 10 | 1110 | 101 | 110101 | 111000 | 1011000 |
Color Harmonies of #F2EED1
Complementary color
Monochromatic Colors of #F2EED1
Black with #F2EED1
Text Example
Text Example
White with #F2EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EED1; }
p { color: rgb(242,238,209); }
H1.HeaderClassName
{
color: #F2EED1;
}
.AnyTagClassName
{
color: #F2EED1;
}
</style>
background-color css
<style>
a { background-color: #F2EED1; }
a { background-color: rgb(242,238,209); }
div.DivClassName
{
background-color: #F2EED1;
}
.BgClassName
{
background-color: #F2EED1;
}
</style>
border-color css
<style>
span { border-color: #F2EED1; }
span { border-color: rgb(242,238,209); }
td.TdClassName
{
border-color: #F2EED1;
}
.TagClassName
{
border-color: #F2EED1;
}
</style>