Shades of Rum Swizzle #F3F0DA
Tints of Rum Swizzle #F3F0DA
RGB
CMYK
RGB Variations
Color information
#F3F0DA (or 0xF3F0DA) is known color: Rum Swizzle. HEX triplet: F3, F0 and DA. RGB value is (243,240,218). Sum of RGB (Red+Green+Blue) = 243+240+218=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0DA is #0C0F25. Grayscale: #EEEEEE. Windows color (decimal): -790310 or 14348531. OLE color: 14348531.
HSL color Cylindrical-coordinate representation of color #F3F0DA: hue angle of 52.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3F0DA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 218 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.05 |
| HSL | 52.8º | 0.51% | 0.9% | - |
| HSV(B) | 52.8º | 0.1% | 0.95% | - |
| XYZ | 80.78 | 86.44 | 78.76 | - |
| YUV | 238.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 218 | 0 | 0.01 | 0.10 | 0.05 | 52.8 | 0.51 | 0.9 |
| Hex | F3 | F0 | DA | 0 | 1 | A | 5 | 35 | 33 | 5A |
| Octal | 363 | 360 | 332 | 0 | 1 | 12 | 5 | 65 | 63 | 132 |
| Binary | 11110011 | 11110000 | 11011010 | 0 | 1 | 1010 | 101 | 110101 | 110011 | 1011010 |
Color Harmonies of #F3F0DA
Complementary color
Monochromatic Colors of #F3F0DA
Black with #F3F0DA
Text Example
Text Example
White with #F3F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0DA; }
p { color: rgb(243,240,218); }
H1.HeaderClassName
{
color: #F3F0DA;
}
.AnyTagClassName
{
color: #F3F0DA;
}
</style>
background-color css
<style>
a { background-color: #F3F0DA; }
a { background-color: rgb(243,240,218); }
div.DivClassName
{
background-color: #F3F0DA;
}
.BgClassName
{
background-color: #F3F0DA;
}
</style>
border-color css
<style>
span { border-color: #F3F0DA; }
span { border-color: rgb(243,240,218); }
td.TdClassName
{
border-color: #F3F0DA;
}
.TagClassName
{
border-color: #F3F0DA;
}
</style>