Shades of Magnolia #F0EDFD
Tints of Magnolia #F0EDFD
RGB
CMYK
RGB Variations
Color information
#F0EDFD (or 0xF0EDFD) is known color: Magnolia. HEX triplet: F0, ED and FD. RGB value is (240,237,253). Sum of RGB (Red+Green+Blue) = 240+237+253=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFD is #0F1202. Grayscale: #EFEFEF. Windows color (decimal): -987651 or 16641520. OLE color: 16641520.
HSL color Cylindrical-coordinate representation of color #F0EDFD: hue angle of 251.25º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EDFD is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 237 | 253 | - |
CMYK | 0.05 | 0.06 | 0 | 0.01 |
HSL | 251.25º | 0.8% | 0.96% | - |
HSV(B) | 251.25º | 0.06% | 0.99% | - |
XYZ | 83.95 | 86.19 | 105.14 | - |
YUV | 239.72 | 135.49 | 128.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 237 | 253 | 0.05 | 0.06 | 0 | 0.01 | 251.25 | 0.8 | 0.96 |
Hex | F0 | ED | FD | 5 | 6 | 0 | 1 | FB | 50 | 60 |
Octal | 360 | 355 | 375 | 5 | 6 | 0 | 1 | 373 | 120 | 140 |
Binary | 11110000 | 11101101 | 11111101 | 101 | 110 | 0 | 1 | 11111011 | 1010000 | 1100000 |
Color Harmonies of #F0EDFD
Complementary color
Monochromatic Colors of #F0EDFD
Black with #F0EDFD
Text Example
Text Example
White with #F0EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDFD; }
p { color: rgb(240,237,253); }
H1.HeaderClassName
{
color: #F0EDFD;
}
.AnyTagClassName
{
color: #F0EDFD;
}
</style>
background-color css
<style>
a { background-color: #F0EDFD; }
a { background-color: rgb(240,237,253); }
div.DivClassName
{
background-color: #F0EDFD;
}
.BgClassName
{
background-color: #F0EDFD;
}
</style>
border-color css
<style>
span { border-color: #F0EDFD; }
span { border-color: rgb(240,237,253); }
td.TdClassName
{
border-color: #F0EDFD;
}
.TagClassName
{
border-color: #F0EDFD;
}
</style>