Shades of Magnolia #F5EAFD
Tints of Magnolia #F5EAFD
RGB
CMYK
RGB Variations
Color information
#F5EAFD (or 0xF5EAFD) is known color: Magnolia. HEX triplet: F5, EA and FD. RGB value is (245,234,253). Sum of RGB (Red+Green+Blue) = 245+234+253=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 234 (91.80% from 255 or 31.97% 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 #F5EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EAFD is #0A1502. Grayscale: #EFEFEF. Windows color (decimal): -660739 or 16640757. OLE color: 16640757.
HSL color Cylindrical-coordinate representation of color #F5EAFD: hue angle of 274.74º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5EAFD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 234 | 253 | - |
CMYK | 0.03 | 0.08 | 0 | 0.01 |
HSL | 274.74º | 0.83% | 0.95% | - |
HSV(B) | 274.74º | 0.08% | 0.99% | - |
XYZ | 84.81 | 85.35 | 104.93 | - |
YUV | 239.46 | 135.64 | 131.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 234 | 253 | 0.03 | 0.08 | 0 | 0.01 | 274.74 | 0.83 | 0.95 |
Hex | F5 | EA | FD | 3 | 8 | 0 | 1 | 113 | 53 | 5F |
Octal | 365 | 352 | 375 | 3 | 10 | 0 | 1 | 423 | 123 | 137 |
Binary | 11110101 | 11101010 | 11111101 | 11 | 1000 | 0 | 1 | 100010011 | 1010011 | 1011111 |
Color Harmonies of #F5EAFD
Complementary color
Monochromatic Colors of #F5EAFD
Black with #F5EAFD
Text Example
Text Example
White with #F5EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EAFD; }
p { color: rgb(245,234,253); }
H1.HeaderClassName
{
color: #F5EAFD;
}
.AnyTagClassName
{
color: #F5EAFD;
}
</style>
background-color css
<style>
a { background-color: #F5EAFD; }
a { background-color: rgb(245,234,253); }
div.DivClassName
{
background-color: #F5EAFD;
}
.BgClassName
{
background-color: #F5EAFD;
}
</style>
border-color css
<style>
span { border-color: #F5EAFD; }
span { border-color: rgb(245,234,253); }
td.TdClassName
{
border-color: #F5EAFD;
}
.TagClassName
{
border-color: #F5EAFD;
}
</style>