Shades of Rum Swizzle #F3F0D3
Tints of Rum Swizzle #F3F0D3
RGB
CMYK
RGB Variations
Color information
#F3F0D3 (or 0xF3F0D3) is known color: Rum Swizzle. HEX triplet: F3, F0 and D3. RGB value is (243,240,211). Sum of RGB (Red+Green+Blue) = 243+240+211=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 211 (82.81% from 255 or 30.40% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0D3 is #0C0F2C. Grayscale: #EDEDED. Windows color (decimal): -790317 or 13889779. OLE color: 13889779.
HSL color Cylindrical-coordinate representation of color #F3F0D3: hue angle of 54.38º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3F0D3 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 211 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.05 |
| HSL | 54.38º | 0.57% | 0.89% | - |
| HSV(B) | 54.38º | 0.13% | 0.95% | - |
| XYZ | 79.88 | 86.08 | 74.03 | - |
| YUV | 237.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 211 | 0 | 0.01 | 0.13 | 0.05 | 54.38 | 0.57 | 0.89 |
| Hex | F3 | F0 | D3 | 0 | 1 | D | 5 | 36 | 39 | 59 |
| Octal | 363 | 360 | 323 | 0 | 1 | 15 | 5 | 66 | 71 | 131 |
| Binary | 11110011 | 11110000 | 11010011 | 0 | 1 | 1101 | 101 | 110110 | 111001 | 1011001 |
Color Harmonies of #F3F0D3
Complementary color
Monochromatic Colors of #F3F0D3
Black with #F3F0D3
Text Example
Text Example
White with #F3F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0D3; }
p { color: rgb(243,240,211); }
H1.HeaderClassName
{
color: #F3F0D3;
}
.AnyTagClassName
{
color: #F3F0D3;
}
</style>
background-color css
<style>
a { background-color: #F3F0D3; }
a { background-color: rgb(243,240,211); }
div.DivClassName
{
background-color: #F3F0D3;
}
.BgClassName
{
background-color: #F3F0D3;
}
</style>
border-color css
<style>
span { border-color: #F3F0D3; }
span { border-color: rgb(243,240,211); }
td.TdClassName
{
border-color: #F3F0D3;
}
.TagClassName
{
border-color: #F3F0D3;
}
</style>