Shades of Rum Swizzle #F5EFCD
Tints of Rum Swizzle #F5EFCD
RGB
CMYK
RGB Variations
Color information
#F5EFCD (or 0xF5EFCD) is known color: Rum Swizzle. HEX triplet: F5, EF and CD. RGB value is (245,239,205). Sum of RGB (Red+Green+Blue) = 245+239+205=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFCD is #0A1032. Grayscale: #EDEDED. Windows color (decimal): -659507 or 13496309. OLE color: 13496309.
HSL color Cylindrical-coordinate representation of color #F5EFCD: hue angle of 51º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5EFCD is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 239 | 205 | - |
CMYK | 0 | 0.02 | 0.16 | 0.04 |
HSL | 51º | 0.67% | 0.88% | - |
HSV(B) | 51º | 0.16% | 0.96% | - |
XYZ | 79.54 | 85.55 | 70.08 | - |
YUV | 236.92 | 109.99 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 239 | 205 | 0 | 0.02 | 0.16 | 0.04 | 51 | 0.67 | 0.88 |
Hex | F5 | EF | CD | 0 | 2 | 10 | 4 | 33 | 43 | 58 |
Octal | 365 | 357 | 315 | 0 | 2 | 20 | 4 | 63 | 103 | 130 |
Binary | 11110101 | 11101111 | 11001101 | 0 | 10 | 10000 | 100 | 110011 | 1000011 | 1011000 |
Color Harmonies of #F5EFCD
Complementary color
Monochromatic Colors of #F5EFCD
Black with #F5EFCD
Text Example
Text Example
White with #F5EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFCD; }
p { color: rgb(245,239,205); }
H1.HeaderClassName
{
color: #F5EFCD;
}
.AnyTagClassName
{
color: #F5EFCD;
}
</style>
background-color css
<style>
a { background-color: #F5EFCD; }
a { background-color: rgb(245,239,205); }
div.DivClassName
{
background-color: #F5EFCD;
}
.BgClassName
{
background-color: #F5EFCD;
}
</style>
border-color css
<style>
span { border-color: #F5EFCD; }
span { border-color: rgb(245,239,205); }
td.TdClassName
{
border-color: #F5EFCD;
}
.TagClassName
{
border-color: #F5EFCD;
}
</style>