Shades of Rum Swizzle #F2EED6
Tints of Rum Swizzle #F2EED6
RGB
CMYK
RGB Variations
Color information
#F2EED6 (or 0xF2EED6) is known color: Rum Swizzle. HEX triplet: F2, EE and D6. RGB value is (242,238,214). Sum of RGB (Red+Green+Blue) = 242+238+214=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 214 (83.98% from 255 or 30.84% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EED6 is #0D1129. Grayscale: #ECECEC. Windows color (decimal): -856362 or 14085874. OLE color: 14085874.
HSL color Cylindrical-coordinate representation of color #F2EED6: hue angle of 51.43º 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 #F2EED6 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 214 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.05 |
| HSL | 51.43º | 0.52% | 0.89% | - |
| HSV(B) | 51.43º | 0.12% | 0.95% | - |
| XYZ | 79.33 | 84.88 | 75.82 | - |
| YUV | 236.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 214 | 0 | 0.02 | 0.12 | 0.05 | 51.43 | 0.52 | 0.89 |
| Hex | F2 | EE | D6 | 0 | 2 | C | 5 | 33 | 34 | 59 |
| Octal | 362 | 356 | 326 | 0 | 2 | 14 | 5 | 63 | 64 | 131 |
| Binary | 11110010 | 11101110 | 11010110 | 0 | 10 | 1100 | 101 | 110011 | 110100 | 1011001 |
Color Harmonies of #F2EED6
Complementary color
Monochromatic Colors of #F2EED6
Black with #F2EED6
Text Example
Text Example
White with #F2EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EED6; }
p { color: rgb(242,238,214); }
H1.HeaderClassName
{
color: #F2EED6;
}
.AnyTagClassName
{
color: #F2EED6;
}
</style>
background-color css
<style>
a { background-color: #F2EED6; }
a { background-color: rgb(242,238,214); }
div.DivClassName
{
background-color: #F2EED6;
}
.BgClassName
{
background-color: #F2EED6;
}
</style>
border-color css
<style>
span { border-color: #F2EED6; }
span { border-color: rgb(242,238,214); }
td.TdClassName
{
border-color: #F2EED6;
}
.TagClassName
{
border-color: #F2EED6;
}
</style>