Shades of Rum Swizzle #F0EACF
Tints of Rum Swizzle #F0EACF
RGB
CMYK
RGB Variations
Color information
#F0EACF (or 0xF0EACF) is known color: Rum Swizzle. HEX triplet: F0, EA and CF. RGB value is (240,234,207). Sum of RGB (Red+Green+Blue) = 240+234+207=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACF is #0F1530. Grayscale: #E8E8E8. Windows color (decimal): -988465 or 13626096. OLE color: 13626096.
HSL color Cylindrical-coordinate representation of color #F0EACF: hue angle of 49.09º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0EACF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 207 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.06 |
| HSL | 49.09º | 0.52% | 0.88% | - |
| HSV(B) | 49.09º | 0.14% | 0.94% | - |
| XYZ | 76.62 | 81.88 | 70.8 | - |
| YUV | 232.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 207 | 0 | 0.02 | 0.14 | 0.06 | 49.09 | 0.52 | 0.88 |
| Hex | F0 | EA | CF | 0 | 2 | E | 6 | 31 | 34 | 58 |
| Octal | 360 | 352 | 317 | 0 | 2 | 16 | 6 | 61 | 64 | 130 |
| Binary | 11110000 | 11101010 | 11001111 | 0 | 10 | 1110 | 110 | 110001 | 110100 | 1011000 |
Color Harmonies of #F0EACF
Complementary color
Monochromatic Colors of #F0EACF
Black with #F0EACF
Text Example
Text Example
White with #F0EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EACF; }
p { color: rgb(240,234,207); }
H1.HeaderClassName
{
color: #F0EACF;
}
.AnyTagClassName
{
color: #F0EACF;
}
</style>
background-color css
<style>
a { background-color: #F0EACF; }
a { background-color: rgb(240,234,207); }
div.DivClassName
{
background-color: #F0EACF;
}
.BgClassName
{
background-color: #F0EACF;
}
</style>
border-color css
<style>
span { border-color: #F0EACF; }
span { border-color: rgb(240,234,207); }
td.TdClassName
{
border-color: #F0EACF;
}
.TagClassName
{
border-color: #F0EACF;
}
</style>