Shades of Rum Swizzle #F5EECB
Tints of Rum Swizzle #F5EECB
RGB
CMYK
RGB Variations
Color information
#F5EECB (or 0xF5EECB) is known color: Rum Swizzle. HEX triplet: F5, EE and CB. RGB value is (245,238,203). Sum of RGB (Red+Green+Blue) = 245+238+203=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EECB is #0A1134. Grayscale: #ECECEC. Windows color (decimal): -659765 or 13364981. OLE color: 13364981.
HSL color Cylindrical-coordinate representation of color #F5EECB: hue angle of 50º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5EECB is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 203 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.04 |
| HSL | 50º | 0.68% | 0.88% | - |
| HSV(B) | 50º | 0.17% | 0.96% | - |
| XYZ | 79.01 | 84.87 | 68.72 | - |
| YUV | 236.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 203 | 0 | 0.03 | 0.17 | 0.04 | 50 | 0.68 | 0.88 |
| Hex | F5 | EE | CB | 0 | 3 | 11 | 4 | 32 | 44 | 58 |
| Octal | 365 | 356 | 313 | 0 | 3 | 21 | 4 | 62 | 104 | 130 |
| Binary | 11110101 | 11101110 | 11001011 | 0 | 11 | 10001 | 100 | 110010 | 1000100 | 1011000 |
Color Harmonies of #F5EECB
Complementary color
Monochromatic Colors of #F5EECB
Black with #F5EECB
Text Example
Text Example
White with #F5EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EECB; }
p { color: rgb(245,238,203); }
H1.HeaderClassName
{
color: #F5EECB;
}
.AnyTagClassName
{
color: #F5EECB;
}
</style>
background-color css
<style>
a { background-color: #F5EECB; }
a { background-color: rgb(245,238,203); }
div.DivClassName
{
background-color: #F5EECB;
}
.BgClassName
{
background-color: #F5EECB;
}
</style>
border-color css
<style>
span { border-color: #F5EECB; }
span { border-color: rgb(245,238,203); }
td.TdClassName
{
border-color: #F5EECB;
}
.TagClassName
{
border-color: #F5EECB;
}
</style>