Shades of Magnolia #F2EAFB
Tints of Magnolia #F2EAFB
RGB
CMYK
RGB Variations
Color information
#F2EAFB (or 0xF2EAFB) is known color: Magnolia. HEX triplet: F2, EA and FB. RGB value is (242,234,251). Sum of RGB (Red+Green+Blue) = 242+234+251=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2EAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAFB is #0D1504. Grayscale: #EEEEEE. Windows color (decimal): -857349 or 16509682. OLE color: 16509682.
HSL color Cylindrical-coordinate representation of color #F2EAFB: hue angle of 268.24º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2EAFB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 234 | 251 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.02 |
| HSL | 268.24º | 0.68% | 0.95% | - |
| HSV(B) | 268.24º | 0.07% | 0.98% | - |
| XYZ | 83.45 | 84.69 | 103.21 | - |
| YUV | 238.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 251 | 0.04 | 0.07 | 0 | 0.02 | 268.24 | 0.68 | 0.95 |
| Hex | F2 | EA | FB | 4 | 7 | 0 | 2 | 10C | 44 | 5F |
| Octal | 362 | 352 | 373 | 4 | 7 | 0 | 2 | 414 | 104 | 137 |
| Binary | 11110010 | 11101010 | 11111011 | 100 | 111 | 0 | 10 | 100001100 | 1000100 | 1011111 |
Color Harmonies of #F2EAFB
Complementary color
Monochromatic Colors of #F2EAFB
Black with #F2EAFB
Text Example
Text Example
White with #F2EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAFB; }
p { color: rgb(242,234,251); }
H1.HeaderClassName
{
color: #F2EAFB;
}
.AnyTagClassName
{
color: #F2EAFB;
}
</style>
background-color css
<style>
a { background-color: #F2EAFB; }
a { background-color: rgb(242,234,251); }
div.DivClassName
{
background-color: #F2EAFB;
}
.BgClassName
{
background-color: #F2EAFB;
}
</style>
border-color css
<style>
span { border-color: #F2EAFB; }
span { border-color: rgb(242,234,251); }
td.TdClassName
{
border-color: #F2EAFB;
}
.TagClassName
{
border-color: #F2EAFB;
}
</style>