Shades of Magnolia #F1EDFA
Tints of Magnolia #F1EDFA
RGB
CMYK
RGB Variations
Color information
#F1EDFA (or 0xF1EDFA) is known color: Magnolia. HEX triplet: F1, ED and FA. RGB value is (241,237,250). Sum of RGB (Red+Green+Blue) = 241+237+250=728 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.10% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDFA is #0E1205. Grayscale: #EFEFEF. Windows color (decimal): -922118 or 16444913. OLE color: 16444913.
HSL color Cylindrical-coordinate representation of color #F1EDFA: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1EDFA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 237 | 250 | - |
CMYK | 0.04 | 0.05 | 0 | 0.02 |
HSL | 258.46º | 0.57% | 0.95% | - |
HSV(B) | 258.46º | 0.05% | 0.98% | - |
XYZ | 83.82 | 86.17 | 102.66 | - |
YUV | 239.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 250 | 0.04 | 0.05 | 0 | 0.02 | 258.46 | 0.57 | 0.95 |
Hex | F1 | ED | FA | 4 | 5 | 0 | 2 | 102 | 39 | 5F |
Octal | 361 | 355 | 372 | 4 | 5 | 0 | 2 | 402 | 71 | 137 |
Binary | 11110001 | 11101101 | 11111010 | 100 | 101 | 0 | 10 | 100000010 | 111001 | 1011111 |
Color Harmonies of #F1EDFA
Complementary color
Monochromatic Colors of #F1EDFA
Black with #F1EDFA
Text Example
Text Example
White with #F1EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDFA; }
p { color: rgb(241,237,250); }
H1.HeaderClassName
{
color: #F1EDFA;
}
.AnyTagClassName
{
color: #F1EDFA;
}
</style>
background-color css
<style>
a { background-color: #F1EDFA; }
a { background-color: rgb(241,237,250); }
div.DivClassName
{
background-color: #F1EDFA;
}
.BgClassName
{
background-color: #F1EDFA;
}
</style>
border-color css
<style>
span { border-color: #F1EDFA; }
span { border-color: rgb(241,237,250); }
td.TdClassName
{
border-color: #F1EDFA;
}
.TagClassName
{
border-color: #F1EDFA;
}
</style>