Shades of Magnolia #F2EAFE
Tints of Magnolia #F2EAFE
RGB
CMYK
RGB Variations
Color information
#F2EAFE (or 0xF2EAFE) is known color: Magnolia. HEX triplet: F2, EA and FE. RGB value is (242,234,254). Sum of RGB (Red+Green+Blue) = 242+234+254=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 234 (91.80% from 255 or 32.05% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAFE is #0D1501. Grayscale: #EEEEEE. Windows color (decimal): -857346 or 16706290. OLE color: 16706290.
HSL color Cylindrical-coordinate representation of color #F2EAFE: hue angle of 264º 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 #F2EAFE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 234 | 254 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.00 |
| HSL | 264º | 0.91% | 0.96% | - |
| HSV(B) | 264º | 0.08% | 1% | - |
| XYZ | 83.93 | 84.88 | 105.73 | - |
| YUV | 238.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 254 | 0.05 | 0.08 | 0 | 0.00 | 264 | 0.91 | 0.96 |
| Hex | F2 | EA | FE | 5 | 8 | 0 | 0 | 108 | 5B | 60 |
| Octal | 362 | 352 | 376 | 5 | 10 | 0 | 0 | 410 | 133 | 140 |
| Binary | 11110010 | 11101010 | 11111110 | 101 | 1000 | 0 | 0 | 100001000 | 1011011 | 1100000 |
Color Harmonies of #F2EAFE
Complementary color
Monochromatic Colors of #F2EAFE
Black with #F2EAFE
Text Example
Text Example
White with #F2EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAFE; }
p { color: rgb(242,234,254); }
H1.HeaderClassName
{
color: #F2EAFE;
}
.AnyTagClassName
{
color: #F2EAFE;
}
</style>
background-color css
<style>
a { background-color: #F2EAFE; }
a { background-color: rgb(242,234,254); }
div.DivClassName
{
background-color: #F2EAFE;
}
.BgClassName
{
background-color: #F2EAFE;
}
</style>
border-color css
<style>
span { border-color: #F2EAFE; }
span { border-color: rgb(242,234,254); }
td.TdClassName
{
border-color: #F2EAFE;
}
.TagClassName
{
border-color: #F2EAFE;
}
</style>