Shades of Magnolia #F7EAFE
Tints of Magnolia #F7EAFE
RGB
CMYK
RGB Variations
Color information
#F7EAFE (or 0xF7EAFE) is known color: Magnolia. HEX triplet: F7, EA and FE. RGB value is (247,234,254). Sum of RGB (Red+Green+Blue) = 247+234+254=735 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.61% from 735); Green value is 234 (91.80% from 255 or 31.84% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EAFE is #081501. Grayscale: #F0F0F0. Windows color (decimal): -529666 or 16706295. OLE color: 16706295.
HSL color Cylindrical-coordinate representation of color #F7EAFE: hue angle of 279º 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 #F7EAFE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 234 | 254 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.00 |
| HSL | 279º | 0.91% | 0.96% | - |
| HSV(B) | 279º | 0.08% | 1% | - |
| XYZ | 85.67 | 85.78 | 105.81 | - |
| YUV | 240.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 234 | 254 | 0.03 | 0.08 | 0 | 0.00 | 279 | 0.91 | 0.96 |
| Hex | F7 | EA | FE | 3 | 8 | 0 | 0 | 117 | 5B | 60 |
| Octal | 367 | 352 | 376 | 3 | 10 | 0 | 0 | 427 | 133 | 140 |
| Binary | 11110111 | 11101010 | 11111110 | 11 | 1000 | 0 | 0 | 100010111 | 1011011 | 1100000 |
Color Harmonies of #F7EAFE
Complementary color
Monochromatic Colors of #F7EAFE
Black with #F7EAFE
Text Example
Text Example
White with #F7EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EAFE; }
p { color: rgb(247,234,254); }
H1.HeaderClassName
{
color: #F7EAFE;
}
.AnyTagClassName
{
color: #F7EAFE;
}
</style>
background-color css
<style>
a { background-color: #F7EAFE; }
a { background-color: rgb(247,234,254); }
div.DivClassName
{
background-color: #F7EAFE;
}
.BgClassName
{
background-color: #F7EAFE;
}
</style>
border-color css
<style>
span { border-color: #F7EAFE; }
span { border-color: rgb(247,234,254); }
td.TdClassName
{
border-color: #F7EAFE;
}
.TagClassName
{
border-color: #F7EAFE;
}
</style>