Shades of Magnolia #F1EDFC
Tints of Magnolia #F1EDFC
RGB
CMYK
RGB Variations
Color information
#F1EDFC (or 0xF1EDFC) is known color: Magnolia. HEX triplet: F1, ED and FC. RGB value is (241,237,252). Sum of RGB (Red+Green+Blue) = 241+237+252=730 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.01% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1EDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDFC is #0E1203. Grayscale: #EFEFEF. Windows color (decimal): -922116 or 16575985. OLE color: 16575985.
HSL color Cylindrical-coordinate representation of color #F1EDFC: hue angle of 256º degrees, saturation: 0.71, 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 #F1EDFC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 237 | 252 | - |
CMYK | 0.04 | 0.06 | 0 | 0.01 |
HSL | 256º | 0.71% | 0.96% | - |
HSV(B) | 256º | 0.06% | 0.99% | - |
XYZ | 84.13 | 86.3 | 104.32 | - |
YUV | 239.91 | 134.83 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 252 | 0.04 | 0.06 | 0 | 0.01 | 256 | 0.71 | 0.96 |
Hex | F1 | ED | FC | 4 | 6 | 0 | 1 | 100 | 47 | 60 |
Octal | 361 | 355 | 374 | 4 | 6 | 0 | 1 | 400 | 107 | 140 |
Binary | 11110001 | 11101101 | 11111100 | 100 | 110 | 0 | 1 | 100000000 | 1000111 | 1100000 |
Color Harmonies of #F1EDFC
Complementary color
Monochromatic Colors of #F1EDFC
Black with #F1EDFC
Text Example
Text Example
White with #F1EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDFC; }
p { color: rgb(241,237,252); }
H1.HeaderClassName
{
color: #F1EDFC;
}
.AnyTagClassName
{
color: #F1EDFC;
}
</style>
background-color css
<style>
a { background-color: #F1EDFC; }
a { background-color: rgb(241,237,252); }
div.DivClassName
{
background-color: #F1EDFC;
}
.BgClassName
{
background-color: #F1EDFC;
}
</style>
border-color css
<style>
span { border-color: #F1EDFC; }
span { border-color: rgb(241,237,252); }
td.TdClassName
{
border-color: #F1EDFC;
}
.TagClassName
{
border-color: #F1EDFC;
}
</style>