Shades of Rum Swizzle #F3EED4
Tints of Rum Swizzle #F3EED4
RGB
CMYK
RGB Variations
Color information
#F3EED4 (or 0xF3EED4) is known color: Rum Swizzle. HEX triplet: F3, EE and D4. RGB value is (243,238,212). Sum of RGB (Red+Green+Blue) = 243+238+212=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 212 (83.20% from 255 or 30.59% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EED4 is #0C112B. Grayscale: #ECECEC. Windows color (decimal): -790828 or 13954803. OLE color: 13954803.
HSL color Cylindrical-coordinate representation of color #F3EED4: hue angle of 50.32º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3EED4 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 238 | 212 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.05 |
| HSL | 50.32º | 0.56% | 0.89% | - |
| HSV(B) | 50.32º | 0.13% | 0.95% | - |
| XYZ | 79.42 | 84.96 | 74.5 | - |
| YUV | 236.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 238 | 212 | 0 | 0.02 | 0.13 | 0.05 | 50.32 | 0.56 | 0.89 |
| Hex | F3 | EE | D4 | 0 | 2 | D | 5 | 32 | 38 | 59 |
| Octal | 363 | 356 | 324 | 0 | 2 | 15 | 5 | 62 | 70 | 131 |
| Binary | 11110011 | 11101110 | 11010100 | 0 | 10 | 1101 | 101 | 110010 | 111000 | 1011001 |
Color Harmonies of #F3EED4
Complementary color
Monochromatic Colors of #F3EED4
Black with #F3EED4
Text Example
Text Example
White with #F3EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EED4; }
p { color: rgb(243,238,212); }
H1.HeaderClassName
{
color: #F3EED4;
}
.AnyTagClassName
{
color: #F3EED4;
}
</style>
background-color css
<style>
a { background-color: #F3EED4; }
a { background-color: rgb(243,238,212); }
div.DivClassName
{
background-color: #F3EED4;
}
.BgClassName
{
background-color: #F3EED4;
}
</style>
border-color css
<style>
span { border-color: #F3EED4; }
span { border-color: rgb(243,238,212); }
td.TdClassName
{
border-color: #F3EED4;
}
.TagClassName
{
border-color: #F3EED4;
}
</style>