Shades of Magnolia #F1EDFB
Tints of Magnolia #F1EDFB
RGB
CMYK
RGB Variations
Color information
#F1EDFB (or 0xF1EDFB) is known color: Magnolia. HEX triplet: F1, ED and FB. RGB value is (241,237,251). Sum of RGB (Red+Green+Blue) = 241+237+251=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1EDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDFB is #0E1204. Grayscale: #EFEFEF. Windows color (decimal): -922117 or 16510449. OLE color: 16510449.
HSL color Cylindrical-coordinate representation of color #F1EDFB: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1EDFB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 237 | 251 | - |
CMYK | 0.04 | 0.06 | 0 | 0.02 |
HSL | 257.14º | 0.64% | 0.96% | - |
HSV(B) | 257.14º | 0.06% | 0.98% | - |
XYZ | 83.97 | 86.23 | 103.49 | - |
YUV | 239.79 | 134.33 | 128.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 251 | 0.04 | 0.06 | 0 | 0.02 | 257.14 | 0.64 | 0.96 |
Hex | F1 | ED | FB | 4 | 6 | 0 | 2 | 101 | 40 | 60 |
Octal | 361 | 355 | 373 | 4 | 6 | 0 | 2 | 401 | 100 | 140 |
Binary | 11110001 | 11101101 | 11111011 | 100 | 110 | 0 | 10 | 100000001 | 1000000 | 1100000 |
Color Harmonies of #F1EDFB
Complementary color
Monochromatic Colors of #F1EDFB
Black with #F1EDFB
Text Example
Text Example
White with #F1EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDFB; }
p { color: rgb(241,237,251); }
H1.HeaderClassName
{
color: #F1EDFB;
}
.AnyTagClassName
{
color: #F1EDFB;
}
</style>
background-color css
<style>
a { background-color: #F1EDFB; }
a { background-color: rgb(241,237,251); }
div.DivClassName
{
background-color: #F1EDFB;
}
.BgClassName
{
background-color: #F1EDFB;
}
</style>
border-color css
<style>
span { border-color: #F1EDFB; }
span { border-color: rgb(241,237,251); }
td.TdClassName
{
border-color: #F1EDFB;
}
.TagClassName
{
border-color: #F1EDFB;
}
</style>