Shades of Rum Swizzle #F2EED8
Tints of Rum Swizzle #F2EED8
RGB
CMYK
RGB Variations
Color information
#F2EED8 (or 0xF2EED8) is known color: Rum Swizzle. HEX triplet: F2, EE and D8. RGB value is (242,238,216). Sum of RGB (Red+Green+Blue) = 242+238+216=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 216 (84.77% from 255 or 31.03% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EED8 is #0D1127. Grayscale: #ECECEC. Windows color (decimal): -856360 or 14216946. OLE color: 14216946.
HSL color Cylindrical-coordinate representation of color #F2EED8: hue angle of 50.77º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2EED8 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 216 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.05 |
| HSL | 50.77º | 0.5% | 0.9% | - |
| HSV(B) | 50.77º | 0.11% | 0.95% | - |
| XYZ | 79.59 | 84.98 | 77.17 | - |
| YUV | 236.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 216 | 0 | 0.02 | 0.11 | 0.05 | 50.77 | 0.5 | 0.9 |
| Hex | F2 | EE | D8 | 0 | 2 | B | 5 | 33 | 32 | 5A |
| Octal | 362 | 356 | 330 | 0 | 2 | 13 | 5 | 63 | 62 | 132 |
| Binary | 11110010 | 11101110 | 11011000 | 0 | 10 | 1011 | 101 | 110011 | 110010 | 1011010 |
Color Harmonies of #F2EED8
Complementary color
Monochromatic Colors of #F2EED8
Black with #F2EED8
Text Example
Text Example
White with #F2EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EED8; }
p { color: rgb(242,238,216); }
H1.HeaderClassName
{
color: #F2EED8;
}
.AnyTagClassName
{
color: #F2EED8;
}
</style>
background-color css
<style>
a { background-color: #F2EED8; }
a { background-color: rgb(242,238,216); }
div.DivClassName
{
background-color: #F2EED8;
}
.BgClassName
{
background-color: #F2EED8;
}
</style>
border-color css
<style>
span { border-color: #F2EED8; }
span { border-color: rgb(242,238,216); }
td.TdClassName
{
border-color: #F2EED8;
}
.TagClassName
{
border-color: #F2EED8;
}
</style>