Shades of Rum Swizzle #F2ECCF
Tints of Rum Swizzle #F2ECCF
RGB
CMYK
RGB Variations
Color information
#F2ECCF (or 0xF2ECCF) is known color: Rum Swizzle. HEX triplet: F2, EC and CF. RGB value is (242,236,207). Sum of RGB (Red+Green+Blue) = 242+236+207=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECCF is #0D1330. Grayscale: #EAEAEA. Windows color (decimal): -856881 or 13626610. OLE color: 13626610.
HSL color Cylindrical-coordinate representation of color #F2ECCF: hue angle of 49.71º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2ECCF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 207 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.05 |
| HSL | 49.71º | 0.57% | 0.88% | - |
| HSV(B) | 49.71º | 0.14% | 0.95% | - |
| XYZ | 77.88 | 83.37 | 71.02 | - |
| YUV | 234.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 207 | 0 | 0.02 | 0.14 | 0.05 | 49.71 | 0.57 | 0.88 |
| Hex | F2 | EC | CF | 0 | 2 | E | 5 | 32 | 39 | 58 |
| Octal | 362 | 354 | 317 | 0 | 2 | 16 | 5 | 62 | 71 | 130 |
| Binary | 11110010 | 11101100 | 11001111 | 0 | 10 | 1110 | 101 | 110010 | 111001 | 1011000 |
Color Harmonies of #F2ECCF
Complementary color
Monochromatic Colors of #F2ECCF
Black with #F2ECCF
Text Example
Text Example
White with #F2ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECCF; }
p { color: rgb(242,236,207); }
H1.HeaderClassName
{
color: #F2ECCF;
}
.AnyTagClassName
{
color: #F2ECCF;
}
</style>
background-color css
<style>
a { background-color: #F2ECCF; }
a { background-color: rgb(242,236,207); }
div.DivClassName
{
background-color: #F2ECCF;
}
.BgClassName
{
background-color: #F2ECCF;
}
</style>
border-color css
<style>
span { border-color: #F2ECCF; }
span { border-color: rgb(242,236,207); }
td.TdClassName
{
border-color: #F2ECCF;
}
.TagClassName
{
border-color: #F2ECCF;
}
</style>