Shades of Rum Swizzle #F4EECB
Tints of Rum Swizzle #F4EECB
RGB
CMYK
RGB Variations
Color information
#F4EECB (or 0xF4EECB) is known color: Rum Swizzle. HEX triplet: F4, EE and CB. RGB value is (244,238,203). Sum of RGB (Red+Green+Blue) = 244+238+203=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EECB is #0B1134. Grayscale: #EBEBEB. Windows color (decimal): -725301 or 13364980. OLE color: 13364980.
HSL color Cylindrical-coordinate representation of color #F4EECB: hue angle of 51.22º degrees, saturation: 0.65, 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 #F4EECB is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 203 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.04 |
| HSL | 51.22º | 0.65% | 0.88% | - |
| HSV(B) | 51.22º | 0.17% | 0.96% | - |
| XYZ | 78.66 | 84.69 | 68.7 | - |
| YUV | 235.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 203 | 0 | 0.02 | 0.17 | 0.04 | 51.22 | 0.65 | 0.88 |
| Hex | F4 | EE | CB | 0 | 2 | 11 | 4 | 33 | 41 | 58 |
| Octal | 364 | 356 | 313 | 0 | 2 | 21 | 4 | 63 | 101 | 130 |
| Binary | 11110100 | 11101110 | 11001011 | 0 | 10 | 10001 | 100 | 110011 | 1000001 | 1011000 |
Color Harmonies of #F4EECB
Complementary color
Monochromatic Colors of #F4EECB
Black with #F4EECB
Text Example
Text Example
White with #F4EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EECB; }
p { color: rgb(244,238,203); }
H1.HeaderClassName
{
color: #F4EECB;
}
.AnyTagClassName
{
color: #F4EECB;
}
</style>
background-color css
<style>
a { background-color: #F4EECB; }
a { background-color: rgb(244,238,203); }
div.DivClassName
{
background-color: #F4EECB;
}
.BgClassName
{
background-color: #F4EECB;
}
</style>
border-color css
<style>
span { border-color: #F4EECB; }
span { border-color: rgb(244,238,203); }
td.TdClassName
{
border-color: #F4EECB;
}
.TagClassName
{
border-color: #F4EECB;
}
</style>