Shades of Rum Swizzle #F2EFD7
Tints of Rum Swizzle #F2EFD7
RGB
CMYK
RGB Variations
Color information
#F2EFD7 (or 0xF2EFD7) is known color: Rum Swizzle. HEX triplet: F2, EF and D7. RGB value is (242,239,215). Sum of RGB (Red+Green+Blue) = 242+239+215=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD7 is #0D1028. Grayscale: #EDEDED. Windows color (decimal): -856105 or 14151666. OLE color: 14151666.
HSL color Cylindrical-coordinate representation of color #F2EFD7: hue angle of 53.33º degrees, saturation: 0.51, 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 #F2EFD7 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 215 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.05 |
| HSL | 53.33º | 0.51% | 0.9% | - |
| HSV(B) | 53.33º | 0.11% | 0.95% | - |
| XYZ | 79.75 | 85.52 | 76.59 | - |
| YUV | 237.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 215 | 0 | 0.01 | 0.11 | 0.05 | 53.33 | 0.51 | 0.9 |
| Hex | F2 | EF | D7 | 0 | 1 | B | 5 | 35 | 33 | 5A |
| Octal | 362 | 357 | 327 | 0 | 1 | 13 | 5 | 65 | 63 | 132 |
| Binary | 11110010 | 11101111 | 11010111 | 0 | 1 | 1011 | 101 | 110101 | 110011 | 1011010 |
Color Harmonies of #F2EFD7
Complementary color
Monochromatic Colors of #F2EFD7
Black with #F2EFD7
Text Example
Text Example
White with #F2EFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFD7; }
p { color: rgb(242,239,215); }
H1.HeaderClassName
{
color: #F2EFD7;
}
.AnyTagClassName
{
color: #F2EFD7;
}
</style>
background-color css
<style>
a { background-color: #F2EFD7; }
a { background-color: rgb(242,239,215); }
div.DivClassName
{
background-color: #F2EFD7;
}
.BgClassName
{
background-color: #F2EFD7;
}
</style>
border-color css
<style>
span { border-color: #F2EFD7; }
span { border-color: rgb(242,239,215); }
td.TdClassName
{
border-color: #F2EFD7;
}
.TagClassName
{
border-color: #F2EFD7;
}
</style>