Shades of Rum Swizzle #F2EFD6
Tints of Rum Swizzle #F2EFD6
RGB
CMYK
RGB Variations
Color information
#F2EFD6 (or 0xF2EFD6) is known color: Rum Swizzle. HEX triplet: F2, EF and D6. RGB value is (242,239,214). Sum of RGB (Red+Green+Blue) = 242+239+214=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 214 (83.98% from 255 or 30.79% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD6 is #0D1029. Grayscale: #EDEDED. Windows color (decimal): -856106 or 14086130. OLE color: 14086130.
HSL color Cylindrical-coordinate representation of color #F2EFD6: hue angle of 53.57º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2EFD6 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 214 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.05 |
| HSL | 53.57º | 0.52% | 0.89% | - |
| HSV(B) | 53.57º | 0.12% | 0.95% | - |
| XYZ | 79.62 | 85.47 | 75.92 | - |
| YUV | 237.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 214 | 0 | 0.01 | 0.12 | 0.05 | 53.57 | 0.52 | 0.89 |
| Hex | F2 | EF | D6 | 0 | 1 | C | 5 | 36 | 34 | 59 |
| Octal | 362 | 357 | 326 | 0 | 1 | 14 | 5 | 66 | 64 | 131 |
| Binary | 11110010 | 11101111 | 11010110 | 0 | 1 | 1100 | 101 | 110110 | 110100 | 1011001 |
Color Harmonies of #F2EFD6
Complementary color
Monochromatic Colors of #F2EFD6
Black with #F2EFD6
Text Example
Text Example
White with #F2EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFD6; }
p { color: rgb(242,239,214); }
H1.HeaderClassName
{
color: #F2EFD6;
}
.AnyTagClassName
{
color: #F2EFD6;
}
</style>
background-color css
<style>
a { background-color: #F2EFD6; }
a { background-color: rgb(242,239,214); }
div.DivClassName
{
background-color: #F2EFD6;
}
.BgClassName
{
background-color: #F2EFD6;
}
</style>
border-color css
<style>
span { border-color: #F2EFD6; }
span { border-color: rgb(242,239,214); }
td.TdClassName
{
border-color: #F2EFD6;
}
.TagClassName
{
border-color: #F2EFD6;
}
</style>