Shades of Rum Swizzle #F2EECE
Tints of Rum Swizzle #F2EECE
RGB
CMYK
RGB Variations
Color information
#F2EECE (or 0xF2EECE) is known color: Rum Swizzle. HEX triplet: F2, EE and CE. RGB value is (242,238,206). Sum of RGB (Red+Green+Blue) = 242+238+206=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EECE is #0D1131. Grayscale: #EBEBEB. Windows color (decimal): -856370 or 13561586. OLE color: 13561586.
HSL color Cylindrical-coordinate representation of color #F2EECE: hue angle of 53.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 #F2EECE is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 238 | 206 | - |
CMYK | 0 | 0.02 | 0.15 | 0.05 |
HSL | 53.33º | 0.58% | 0.88% | - |
HSV(B) | 53.33º | 0.15% | 0.95% | - |
XYZ | 78.33 | 84.48 | 70.57 | - |
YUV | 235.55 | 111.33 | 132.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 238 | 206 | 0 | 0.02 | 0.15 | 0.05 | 53.33 | 0.58 | 0.88 |
Hex | F2 | EE | CE | 0 | 2 | F | 5 | 35 | 3A | 58 |
Octal | 362 | 356 | 316 | 0 | 2 | 17 | 5 | 65 | 72 | 130 |
Binary | 11110010 | 11101110 | 11001110 | 0 | 10 | 1111 | 101 | 110101 | 111010 | 1011000 |
Color Harmonies of #F2EECE
Complementary color
Monochromatic Colors of #F2EECE
Black with #F2EECE
Text Example
Text Example
White with #F2EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EECE; }
p { color: rgb(242,238,206); }
H1.HeaderClassName
{
color: #F2EECE;
}
.AnyTagClassName
{
color: #F2EECE;
}
</style>
background-color css
<style>
a { background-color: #F2EECE; }
a { background-color: rgb(242,238,206); }
div.DivClassName
{
background-color: #F2EECE;
}
.BgClassName
{
background-color: #F2EECE;
}
</style>
border-color css
<style>
span { border-color: #F2EECE; }
span { border-color: rgb(242,238,206); }
td.TdClassName
{
border-color: #F2EECE;
}
.TagClassName
{
border-color: #F2EECE;
}
</style>