Shades of Magnolia #F5EDFD
Tints of Magnolia #F5EDFD
RGB
CMYK
RGB Variations
Color information
#F5EDFD (or 0xF5EDFD) is known color: Magnolia. HEX triplet: F5, ED and FD. RGB value is (245,237,253). Sum of RGB (Red+Green+Blue) = 245+237+253=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 237 (92.97% from 255 or 32.24% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDFD is #0A1202. Grayscale: #F1F1F1. Windows color (decimal): -659971 or 16641525. OLE color: 16641525.
HSL color Cylindrical-coordinate representation of color #F5EDFD: hue angle of 270º degrees, saturation: 0.8, 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 #F5EDFD is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 237 | 253 | - |
CMYK | 0.03 | 0.06 | 0 | 0.01 |
HSL | 270º | 0.8% | 0.96% | - |
HSV(B) | 270º | 0.06% | 0.99% | - |
XYZ | 85.67 | 87.07 | 105.22 | - |
YUV | 241.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 237 | 253 | 0.03 | 0.06 | 0 | 0.01 | 270 | 0.8 | 0.96 |
Hex | F5 | ED | FD | 3 | 6 | 0 | 1 | 10E | 50 | 60 |
Octal | 365 | 355 | 375 | 3 | 6 | 0 | 1 | 416 | 120 | 140 |
Binary | 11110101 | 11101101 | 11111101 | 11 | 110 | 0 | 1 | 100001110 | 1010000 | 1100000 |
Color Harmonies of #F5EDFD
Complementary color
Monochromatic Colors of #F5EDFD
Black with #F5EDFD
Text Example
Text Example
White with #F5EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDFD; }
p { color: rgb(245,237,253); }
H1.HeaderClassName
{
color: #F5EDFD;
}
.AnyTagClassName
{
color: #F5EDFD;
}
</style>
background-color css
<style>
a { background-color: #F5EDFD; }
a { background-color: rgb(245,237,253); }
div.DivClassName
{
background-color: #F5EDFD;
}
.BgClassName
{
background-color: #F5EDFD;
}
</style>
border-color css
<style>
span { border-color: #F5EDFD; }
span { border-color: rgb(245,237,253); }
td.TdClassName
{
border-color: #F5EDFD;
}
.TagClassName
{
border-color: #F5EDFD;
}
</style>