Shades of Rum Swizzle #F2EFD9
Tints of Rum Swizzle #F2EFD9
RGB
CMYK
RGB Variations
Color information
#F2EFD9 (or 0xF2EFD9) is known color: Rum Swizzle. HEX triplet: F2, EF and D9. RGB value is (242,239,217). Sum of RGB (Red+Green+Blue) = 242+239+217=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 217 (85.16% from 255 or 31.09% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD9 is #0D1026. Grayscale: #EDEDED. Windows color (decimal): -856103 or 14282738. OLE color: 14282738.
HSL color Cylindrical-coordinate representation of color #F2EFD9: hue angle of 52.8º degrees, saturation: 0.49, 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 #F2EFD9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 217 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.05 |
| HSL | 52.8º | 0.49% | 0.9% | - |
| HSV(B) | 52.8º | 0.1% | 0.95% | - |
| XYZ | 80.01 | 85.62 | 77.96 | - |
| YUV | 237.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 217 | 0 | 0.01 | 0.10 | 0.05 | 52.8 | 0.49 | 0.9 |
| Hex | F2 | EF | D9 | 0 | 1 | A | 5 | 35 | 31 | 5A |
| Octal | 362 | 357 | 331 | 0 | 1 | 12 | 5 | 65 | 61 | 132 |
| Binary | 11110010 | 11101111 | 11011001 | 0 | 1 | 1010 | 101 | 110101 | 110001 | 1011010 |
Color Harmonies of #F2EFD9
Complementary color
Monochromatic Colors of #F2EFD9
Black with #F2EFD9
Text Example
Text Example
White with #F2EFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFD9; }
p { color: rgb(242,239,217); }
H1.HeaderClassName
{
color: #F2EFD9;
}
.AnyTagClassName
{
color: #F2EFD9;
}
</style>
background-color css
<style>
a { background-color: #F2EFD9; }
a { background-color: rgb(242,239,217); }
div.DivClassName
{
background-color: #F2EFD9;
}
.BgClassName
{
background-color: #F2EFD9;
}
</style>
border-color css
<style>
span { border-color: #F2EFD9; }
span { border-color: rgb(242,239,217); }
td.TdClassName
{
border-color: #F2EFD9;
}
.TagClassName
{
border-color: #F2EFD9;
}
</style>