Shades of Magnolia #F0ECFD
Tints of Magnolia #F0ECFD
RGB
CMYK
RGB Variations
Color information
#F0ECFD (or 0xF0ECFD) is known color: Magnolia. HEX triplet: F0, EC and FD. RGB value is (240,236,253). Sum of RGB (Red+Green+Blue) = 240+236+253=729 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.92% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECFD is #0F1302. Grayscale: #EFEFEF. Windows color (decimal): -987907 or 16641264. OLE color: 16641264.
HSL color Cylindrical-coordinate representation of color #F0ECFD: hue angle of 254.12º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0ECFD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 236 | 253 | - |
CMYK | 0.05 | 0.07 | 0 | 0.01 |
HSL | 254.12º | 0.81% | 0.96% | - |
HSV(B) | 254.12º | 0.07% | 0.99% | - |
XYZ | 83.66 | 85.61 | 105.04 | - |
YUV | 239.13 | 135.83 | 128.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 253 | 0.05 | 0.07 | 0 | 0.01 | 254.12 | 0.81 | 0.96 |
Hex | F0 | EC | FD | 5 | 7 | 0 | 1 | FE | 51 | 60 |
Octal | 360 | 354 | 375 | 5 | 7 | 0 | 1 | 376 | 121 | 140 |
Binary | 11110000 | 11101100 | 11111101 | 101 | 111 | 0 | 1 | 11111110 | 1010001 | 1100000 |
Color Harmonies of #F0ECFD
Complementary color
Monochromatic Colors of #F0ECFD
Black with #F0ECFD
Text Example
Text Example
White with #F0ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECFD; }
p { color: rgb(240,236,253); }
H1.HeaderClassName
{
color: #F0ECFD;
}
.AnyTagClassName
{
color: #F0ECFD;
}
</style>
background-color css
<style>
a { background-color: #F0ECFD; }
a { background-color: rgb(240,236,253); }
div.DivClassName
{
background-color: #F0ECFD;
}
.BgClassName
{
background-color: #F0ECFD;
}
</style>
border-color css
<style>
span { border-color: #F0ECFD; }
span { border-color: rgb(240,236,253); }
td.TdClassName
{
border-color: #F0ECFD;
}
.TagClassName
{
border-color: #F0ECFD;
}
</style>