Shades of Magnolia #F5EAFE
Tints of Magnolia #F5EAFE
RGB
CMYK
RGB Variations
Color information
#F5EAFE (or 0xF5EAFE) is known color: Magnolia. HEX triplet: F5, EA and FE. RGB value is (245,234,254). Sum of RGB (Red+Green+Blue) = 245+234+254=733 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.42% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EAFE is #0A1501. Grayscale: #EFEFEF. Windows color (decimal): -660738 or 16706293. OLE color: 16706293.
HSL color Cylindrical-coordinate representation of color #F5EAFE: hue angle of 273º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5EAFE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 245 | 234 | 254 | - |
CMYK | 0.04 | 0.08 | 0 | 0.00 |
HSL | 273º | 0.91% | 0.96% | - |
HSV(B) | 273º | 0.08% | 1% | - |
XYZ | 84.97 | 85.41 | 105.77 | - |
YUV | 239.57 | 136.14 | 131.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 234 | 254 | 0.04 | 0.08 | 0 | 0.00 | 273 | 0.91 | 0.96 |
Hex | F5 | EA | FE | 4 | 8 | 0 | 0 | 111 | 5B | 60 |
Octal | 365 | 352 | 376 | 4 | 10 | 0 | 0 | 421 | 133 | 140 |
Binary | 11110101 | 11101010 | 11111110 | 100 | 1000 | 0 | 0 | 100010001 | 1011011 | 1100000 |
Color Harmonies of #F5EAFE
Complementary color
Monochromatic Colors of #F5EAFE
Black with #F5EAFE
Text Example
Text Example
White with #F5EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EAFE; }
p { color: rgb(245,234,254); }
H1.HeaderClassName
{
color: #F5EAFE;
}
.AnyTagClassName
{
color: #F5EAFE;
}
</style>
background-color css
<style>
a { background-color: #F5EAFE; }
a { background-color: rgb(245,234,254); }
div.DivClassName
{
background-color: #F5EAFE;
}
.BgClassName
{
background-color: #F5EAFE;
}
</style>
border-color css
<style>
span { border-color: #F5EAFE; }
span { border-color: rgb(245,234,254); }
td.TdClassName
{
border-color: #F5EAFE;
}
.TagClassName
{
border-color: #F5EAFE;
}
</style>