Shades of Rum Swizzle #F2EED4
Tints of Rum Swizzle #F2EED4
RGB
CMYK
RGB Variations
Color information
#F2EED4 (or 0xF2EED4) is known color: Rum Swizzle. HEX triplet: F2, EE and D4. RGB value is (242,238,212). Sum of RGB (Red+Green+Blue) = 242+238+212=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 212 (83.20% from 255 or 30.64% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EED4 is #0D112B. Grayscale: #ECECEC. Windows color (decimal): -856364 or 13954802. OLE color: 13954802.
HSL color Cylindrical-coordinate representation of color #F2EED4: hue angle of 52º degrees, saturation: 0.54, 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 #F2EED4 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 212 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.05 |
| HSL | 52º | 0.54% | 0.89% | - |
| HSV(B) | 52º | 0.12% | 0.95% | - |
| XYZ | 79.08 | 84.78 | 74.48 | - |
| YUV | 236.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 212 | 0 | 0.02 | 0.12 | 0.05 | 52 | 0.54 | 0.89 |
| Hex | F2 | EE | D4 | 0 | 2 | C | 5 | 34 | 36 | 59 |
| Octal | 362 | 356 | 324 | 0 | 2 | 14 | 5 | 64 | 66 | 131 |
| Binary | 11110010 | 11101110 | 11010100 | 0 | 10 | 1100 | 101 | 110100 | 110110 | 1011001 |
Color Harmonies of #F2EED4
Complementary color
Monochromatic Colors of #F2EED4
Black with #F2EED4
Text Example
Text Example
White with #F2EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EED4; }
p { color: rgb(242,238,212); }
H1.HeaderClassName
{
color: #F2EED4;
}
.AnyTagClassName
{
color: #F2EED4;
}
</style>
background-color css
<style>
a { background-color: #F2EED4; }
a { background-color: rgb(242,238,212); }
div.DivClassName
{
background-color: #F2EED4;
}
.BgClassName
{
background-color: #F2EED4;
}
</style>
border-color css
<style>
span { border-color: #F2EED4; }
span { border-color: rgb(242,238,212); }
td.TdClassName
{
border-color: #F2EED4;
}
.TagClassName
{
border-color: #F2EED4;
}
</style>