Shades of Magnolia #F1EBFD
Tints of Magnolia #F1EBFD
RGB
CMYK
RGB Variations
Color information
#F1EBFD (or 0xF1EBFD) is known color: Magnolia. HEX triplet: F1, EB and FD. RGB value is (241,235,253). Sum of RGB (Red+Green+Blue) = 241+235+253=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 235 (92.19% from 255 or 32.24% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1EBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EBFD is #0E1402. Grayscale: #EEEEEE. Windows color (decimal): -922627 or 16641009. OLE color: 16641009.
HSL color Cylindrical-coordinate representation of color #F1EBFD: hue angle of 260º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1EBFD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 235 | 253 | - |
CMYK | 0.05 | 0.07 | 0 | 0.01 |
HSL | 260º | 0.82% | 0.96% | - |
HSV(B) | 260º | 0.07% | 0.99% | - |
XYZ | 83.71 | 85.21 | 104.96 | - |
YUV | 238.85 | 135.99 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 235 | 253 | 0.05 | 0.07 | 0 | 0.01 | 260 | 0.82 | 0.96 |
Hex | F1 | EB | FD | 5 | 7 | 0 | 1 | 104 | 52 | 60 |
Octal | 361 | 353 | 375 | 5 | 7 | 0 | 1 | 404 | 122 | 140 |
Binary | 11110001 | 11101011 | 11111101 | 101 | 111 | 0 | 1 | 100000100 | 1010010 | 1100000 |
Color Harmonies of #F1EBFD
Complementary color
Monochromatic Colors of #F1EBFD
Black with #F1EBFD
Text Example
Text Example
White with #F1EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBFD; }
p { color: rgb(241,235,253); }
H1.HeaderClassName
{
color: #F1EBFD;
}
.AnyTagClassName
{
color: #F1EBFD;
}
</style>
background-color css
<style>
a { background-color: #F1EBFD; }
a { background-color: rgb(241,235,253); }
div.DivClassName
{
background-color: #F1EBFD;
}
.BgClassName
{
background-color: #F1EBFD;
}
</style>
border-color css
<style>
span { border-color: #F1EBFD; }
span { border-color: rgb(241,235,253); }
td.TdClassName
{
border-color: #F1EBFD;
}
.TagClassName
{
border-color: #F1EBFD;
}
</style>