Shades of Magnolia #F1EEFD
Tints of Magnolia #F1EEFD
RGB
CMYK
RGB Variations
Color information
#F1EEFD (or 0xF1EEFD) is known color: Magnolia. HEX triplet: F1, EE and FD. RGB value is (241,238,253). Sum of RGB (Red+Green+Blue) = 241+238+253=732 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.92% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1EEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEFD is #0E1102. Grayscale: #F0F0F0. Windows color (decimal): -921859 or 16641777. OLE color: 16641777.
HSL color Cylindrical-coordinate representation of color #F1EEFD: hue angle of 252º degrees, saturation: 0.79, 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 #F1EEFD is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 238 | 253 | - |
CMYK | 0.05 | 0.06 | 0 | 0.01 |
HSL | 252º | 0.79% | 0.96% | - |
HSV(B) | 252º | 0.06% | 0.99% | - |
XYZ | 84.58 | 86.94 | 105.25 | - |
YUV | 240.61 | 134.99 | 128.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 238 | 253 | 0.05 | 0.06 | 0 | 0.01 | 252 | 0.79 | 0.96 |
Hex | F1 | EE | FD | 5 | 6 | 0 | 1 | FC | 4F | 60 |
Octal | 361 | 356 | 375 | 5 | 6 | 0 | 1 | 374 | 117 | 140 |
Binary | 11110001 | 11101110 | 11111101 | 101 | 110 | 0 | 1 | 11111100 | 1001111 | 1100000 |
Color Harmonies of #F1EEFD
Complementary color
Monochromatic Colors of #F1EEFD
Black with #F1EEFD
Text Example
Text Example
White with #F1EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EEFD; }
p { color: rgb(241,238,253); }
H1.HeaderClassName
{
color: #F1EEFD;
}
.AnyTagClassName
{
color: #F1EEFD;
}
</style>
background-color css
<style>
a { background-color: #F1EEFD; }
a { background-color: rgb(241,238,253); }
div.DivClassName
{
background-color: #F1EEFD;
}
.BgClassName
{
background-color: #F1EEFD;
}
</style>
border-color css
<style>
span { border-color: #F1EEFD; }
span { border-color: rgb(241,238,253); }
td.TdClassName
{
border-color: #F1EEFD;
}
.TagClassName
{
border-color: #F1EEFD;
}
</style>