Shades of Rum Swizzle #F2EFD8
Tints of Rum Swizzle #F2EFD8
RGB
CMYK
RGB Variations
Color information
#F2EFD8 (or 0xF2EFD8) is known color: Rum Swizzle. HEX triplet: F2, EF and D8. RGB value is (242,239,216). Sum of RGB (Red+Green+Blue) = 242+239+216=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD8 is #0D1027. Grayscale: #EDEDED. Windows color (decimal): -856104 or 14217202. OLE color: 14217202.
HSL color Cylindrical-coordinate representation of color #F2EFD8: hue angle of 53.08º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2EFD8 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 216 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.05 |
| HSL | 53.08º | 0.5% | 0.9% | - |
| HSV(B) | 53.08º | 0.11% | 0.95% | - |
| XYZ | 79.88 | 85.57 | 77.27 | - |
| YUV | 237.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 216 | 0 | 0.01 | 0.11 | 0.05 | 53.08 | 0.5 | 0.9 |
| Hex | F2 | EF | D8 | 0 | 1 | B | 5 | 35 | 32 | 5A |
| Octal | 362 | 357 | 330 | 0 | 1 | 13 | 5 | 65 | 62 | 132 |
| Binary | 11110010 | 11101111 | 11011000 | 0 | 1 | 1011 | 101 | 110101 | 110010 | 1011010 |
Color Harmonies of #F2EFD8
Complementary color
Monochromatic Colors of #F2EFD8
Black with #F2EFD8
Text Example
Text Example
White with #F2EFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFD8; }
p { color: rgb(242,239,216); }
H1.HeaderClassName
{
color: #F2EFD8;
}
.AnyTagClassName
{
color: #F2EFD8;
}
</style>
background-color css
<style>
a { background-color: #F2EFD8; }
a { background-color: rgb(242,239,216); }
div.DivClassName
{
background-color: #F2EFD8;
}
.BgClassName
{
background-color: #F2EFD8;
}
</style>
border-color css
<style>
span { border-color: #F2EFD8; }
span { border-color: rgb(242,239,216); }
td.TdClassName
{
border-color: #F2EFD8;
}
.TagClassName
{
border-color: #F2EFD8;
}
</style>