Shades of Magnolia #F5E7FF
Tints of Magnolia #F5E7FF
RGB
CMYK
RGB Variations
Color information
#F5E7FF (or 0xF5E7FF) is known color: Magnolia. HEX triplet: F5, E7 and FF. RGB value is (245,231,255). Sum of RGB (Red+Green+Blue) = 245+231+255=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 231 (90.62% from 255 or 31.60% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5E7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E7FF is #0A1800. Grayscale: #EDEDED. Windows color (decimal): -661505 or 16771061. OLE color: 16771061.
HSL color Cylindrical-coordinate representation of color #F5E7FF: hue angle of 275º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E7FF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 245 | 231 | 255 | - |
CMYK | 0.04 | 0.09 | 0 | 0 |
HSL | 275º | 1% | 0.95% | - |
HSV(B) | 275º | 0.09% | 1% | - |
XYZ | 84.28 | 83.78 | 106.34 | - |
YUV | 237.92 | 137.64 | 133.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 231 | 255 | 0.04 | 0.09 | 0 | 0 | 275 | 1 | 0.95 |
Hex | F5 | E7 | FF | 4 | 9 | 0 | 0 | 113 | 64 | 5F |
Octal | 365 | 347 | 377 | 4 | 11 | 0 | 0 | 423 | 144 | 137 |
Binary | 11110101 | 11100111 | 11111111 | 100 | 1001 | 0 | 0 | 100010011 | 1100100 | 1011111 |
Color Harmonies of #F5E7FF
Complementary color
Monochromatic Colors of #F5E7FF
Black with #F5E7FF
Text Example
Text Example
White with #F5E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E7FF; }
p { color: rgb(245,231,255); }
H1.HeaderClassName
{
color: #F5E7FF;
}
.AnyTagClassName
{
color: #F5E7FF;
}
</style>
background-color css
<style>
a { background-color: #F5E7FF; }
a { background-color: rgb(245,231,255); }
div.DivClassName
{
background-color: #F5E7FF;
}
.BgClassName
{
background-color: #F5E7FF;
}
</style>
border-color css
<style>
span { border-color: #F5E7FF; }
span { border-color: rgb(245,231,255); }
td.TdClassName
{
border-color: #F5E7FF;
}
.TagClassName
{
border-color: #F5E7FF;
}
</style>