Shades of Rum Swizzle #F2EED9
Tints of Rum Swizzle #F2EED9
RGB
CMYK
RGB Variations
Color information
#F2EED9 (or 0xF2EED9) is known color: Rum Swizzle. HEX triplet: F2, EE and D9. RGB value is (242,238,217). Sum of RGB (Red+Green+Blue) = 242+238+217=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EED9 is #0D1126. Grayscale: #ECECEC. Windows color (decimal): -856359 or 14282482. OLE color: 14282482.
HSL color Cylindrical-coordinate representation of color #F2EED9: hue angle of 50.4º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2EED9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 217 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.05 |
| HSL | 50.4º | 0.49% | 0.9% | - |
| HSV(B) | 50.4º | 0.1% | 0.95% | - |
| XYZ | 79.72 | 85.04 | 77.86 | - |
| YUV | 236.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 217 | 0 | 0.02 | 0.10 | 0.05 | 50.4 | 0.49 | 0.9 |
| Hex | F2 | EE | D9 | 0 | 2 | A | 5 | 32 | 31 | 5A |
| Octal | 362 | 356 | 331 | 0 | 2 | 12 | 5 | 62 | 61 | 132 |
| Binary | 11110010 | 11101110 | 11011001 | 0 | 10 | 1010 | 101 | 110010 | 110001 | 1011010 |
Color Harmonies of #F2EED9
Complementary color
Monochromatic Colors of #F2EED9
Black with #F2EED9
Text Example
Text Example
White with #F2EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EED9; }
p { color: rgb(242,238,217); }
H1.HeaderClassName
{
color: #F2EED9;
}
.AnyTagClassName
{
color: #F2EED9;
}
</style>
background-color css
<style>
a { background-color: #F2EED9; }
a { background-color: rgb(242,238,217); }
div.DivClassName
{
background-color: #F2EED9;
}
.BgClassName
{
background-color: #F2EED9;
}
</style>
border-color css
<style>
span { border-color: #F2EED9; }
span { border-color: rgb(242,238,217); }
td.TdClassName
{
border-color: #F2EED9;
}
.TagClassName
{
border-color: #F2EED9;
}
</style>