Shades of Rum Swizzle #F5EECE
Tints of Rum Swizzle #F5EECE
RGB
CMYK
RGB Variations
Color information
#F5EECE (or 0xF5EECE) is known color: Rum Swizzle. HEX triplet: F5, EE and CE. RGB value is (245,238,206). Sum of RGB (Red+Green+Blue) = 245+238+206=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EECE is #0A1131. Grayscale: #ECECEC. Windows color (decimal): -659762 or 13561589. OLE color: 13561589.
HSL color Cylindrical-coordinate representation of color #F5EECE: hue angle of 49.23º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5EECE is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 206 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.04 |
| HSL | 49.23º | 0.66% | 0.88% | - |
| HSV(B) | 49.23º | 0.16% | 0.96% | - |
| XYZ | 79.37 | 85.02 | 70.62 | - |
| YUV | 236.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 206 | 0 | 0.03 | 0.16 | 0.04 | 49.23 | 0.66 | 0.88 |
| Hex | F5 | EE | CE | 0 | 3 | 10 | 4 | 31 | 42 | 58 |
| Octal | 365 | 356 | 316 | 0 | 3 | 20 | 4 | 61 | 102 | 130 |
| Binary | 11110101 | 11101110 | 11001110 | 0 | 11 | 10000 | 100 | 110001 | 1000010 | 1011000 |
Color Harmonies of #F5EECE
Complementary color
Monochromatic Colors of #F5EECE
Black with #F5EECE
Text Example
Text Example
White with #F5EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EECE; }
p { color: rgb(245,238,206); }
H1.HeaderClassName
{
color: #F5EECE;
}
.AnyTagClassName
{
color: #F5EECE;
}
</style>
background-color css
<style>
a { background-color: #F5EECE; }
a { background-color: rgb(245,238,206); }
div.DivClassName
{
background-color: #F5EECE;
}
.BgClassName
{
background-color: #F5EECE;
}
</style>
border-color css
<style>
span { border-color: #F5EECE; }
span { border-color: rgb(245,238,206); }
td.TdClassName
{
border-color: #F5EECE;
}
.TagClassName
{
border-color: #F5EECE;
}
</style>