Shades of Rum Swizzle #F2EBCE
Tints of Rum Swizzle #F2EBCE
RGB
CMYK
RGB Variations
Color information
#F2EBCE (or 0xF2EBCE) is known color: Rum Swizzle. HEX triplet: F2, EB and CE. RGB value is (242,235,206). Sum of RGB (Red+Green+Blue) = 242+235+206=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBCE is #0D1431. Grayscale: #E9E9E9. Windows color (decimal): -857138 or 13560818. OLE color: 13560818.
HSL color Cylindrical-coordinate representation of color #F2EBCE: hue angle of 48.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2EBCE is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 206 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.05 |
| HSL | 48.33º | 0.58% | 0.88% | - |
| HSV(B) | 48.33º | 0.15% | 0.95% | - |
| XYZ | 77.47 | 82.75 | 70.28 | - |
| YUV | 233.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 206 | 0 | 0.03 | 0.15 | 0.05 | 48.33 | 0.58 | 0.88 |
| Hex | F2 | EB | CE | 0 | 3 | F | 5 | 30 | 3A | 58 |
| Octal | 362 | 353 | 316 | 0 | 3 | 17 | 5 | 60 | 72 | 130 |
| Binary | 11110010 | 11101011 | 11001110 | 0 | 11 | 1111 | 101 | 110000 | 111010 | 1011000 |
Color Harmonies of #F2EBCE
Complementary color
Monochromatic Colors of #F2EBCE
Black with #F2EBCE
Text Example
Text Example
White with #F2EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBCE; }
p { color: rgb(242,235,206); }
H1.HeaderClassName
{
color: #F2EBCE;
}
.AnyTagClassName
{
color: #F2EBCE;
}
</style>
background-color css
<style>
a { background-color: #F2EBCE; }
a { background-color: rgb(242,235,206); }
div.DivClassName
{
background-color: #F2EBCE;
}
.BgClassName
{
background-color: #F2EBCE;
}
</style>
border-color css
<style>
span { border-color: #F2EBCE; }
span { border-color: rgb(242,235,206); }
td.TdClassName
{
border-color: #F2EBCE;
}
.TagClassName
{
border-color: #F2EBCE;
}
</style>