Shades of Magnolia #F1EDFF
Tints of Magnolia #F1EDFF
RGB
CMYK
RGB Variations
Color information
#F1EDFF (or 0xF1EDFF) is known color: Magnolia. HEX triplet: F1, ED and FF. RGB value is (241,237,255). Sum of RGB (Red+Green+Blue) = 241+237+255=733 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.88% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDFF is #0E1200. Grayscale: #F0F0F0. Windows color (decimal): -922113 or 16772593. OLE color: 16772593.
HSL color Cylindrical-coordinate representation of color #F1EDFF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1EDFF is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 241 | 237 | 255 | - |
CMYK | 0.05 | 0.07 | 0 | 0 |
HSL | 253.33º | 1% | 0.96% | - |
HSV(B) | 253.33º | 0.07% | 1% | - |
XYZ | 84.61 | 86.49 | 106.84 | - |
YUV | 240.25 | 136.33 | 128.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 255 | 0.05 | 0.07 | 0 | 0 | 253.33 | 1 | 0.96 |
Hex | F1 | ED | FF | 5 | 7 | 0 | 0 | FD | 64 | 60 |
Octal | 361 | 355 | 377 | 5 | 7 | 0 | 0 | 375 | 144 | 140 |
Binary | 11110001 | 11101101 | 11111111 | 101 | 111 | 0 | 0 | 11111101 | 1100100 | 1100000 |
Color Harmonies of #F1EDFF
Complementary color
Monochromatic Colors of #F1EDFF
Black with #F1EDFF
Text Example
Text Example
White with #F1EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDFF; }
p { color: rgb(241,237,255); }
H1.HeaderClassName
{
color: #F1EDFF;
}
.AnyTagClassName
{
color: #F1EDFF;
}
</style>
background-color css
<style>
a { background-color: #F1EDFF; }
a { background-color: rgb(241,237,255); }
div.DivClassName
{
background-color: #F1EDFF;
}
.BgClassName
{
background-color: #F1EDFF;
}
</style>
border-color css
<style>
span { border-color: #F1EDFF; }
span { border-color: rgb(241,237,255); }
td.TdClassName
{
border-color: #F1EDFF;
}
.TagClassName
{
border-color: #F1EDFF;
}
</style>