Shades of Rum Swizzle #F5EECF
Tints of Rum Swizzle #F5EECF
RGB
CMYK
RGB Variations
Color information
#F5EECF (or 0xF5EECF) is known color: Rum Swizzle. HEX triplet: F5, EE and CF. RGB value is (245,238,207). Sum of RGB (Red+Green+Blue) = 245+238+207=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EECF is #0A1130. Grayscale: #ECECEC. Windows color (decimal): -659761 or 13627125. OLE color: 13627125.
HSL color Cylindrical-coordinate representation of color #F5EECF: hue angle of 48.95º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5EECF is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 238 | 207 | - |
CMYK | 0 | 0.03 | 0.16 | 0.04 |
HSL | 48.95º | 0.66% | 0.89% | - |
HSV(B) | 48.95º | 0.16% | 0.96% | - |
XYZ | 79.49 | 85.07 | 71.26 | - |
YUV | 236.56 | 111.32 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 238 | 207 | 0 | 0.03 | 0.16 | 0.04 | 48.95 | 0.66 | 0.89 |
Hex | F5 | EE | CF | 0 | 3 | 10 | 4 | 31 | 42 | 59 |
Octal | 365 | 356 | 317 | 0 | 3 | 20 | 4 | 61 | 102 | 131 |
Binary | 11110101 | 11101110 | 11001111 | 0 | 11 | 10000 | 100 | 110001 | 1000010 | 1011001 |
Color Harmonies of #F5EECF
Complementary color
Monochromatic Colors of #F5EECF
Black with #F5EECF
Text Example
Text Example
White with #F5EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EECF; }
p { color: rgb(245,238,207); }
H1.HeaderClassName
{
color: #F5EECF;
}
.AnyTagClassName
{
color: #F5EECF;
}
</style>
background-color css
<style>
a { background-color: #F5EECF; }
a { background-color: rgb(245,238,207); }
div.DivClassName
{
background-color: #F5EECF;
}
.BgClassName
{
background-color: #F5EECF;
}
</style>
border-color css
<style>
span { border-color: #F5EECF; }
span { border-color: rgb(245,238,207); }
td.TdClassName
{
border-color: #F5EECF;
}
.TagClassName
{
border-color: #F5EECF;
}
</style>