Shades of Magnolia #F2EFF5
Tints of Magnolia #F2EFF5
RGB
CMYK
RGB Variations
Color information
#F2EFF5 (or 0xF2EFF5) is known color: Magnolia. HEX triplet: F2, EF and F5. RGB value is (242,239,245). Sum of RGB (Red+Green+Blue) = 242+239+245=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 245 (96.09% from 255 or 33.75% from 726); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2EFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFF5 is #0D100A. Grayscale: #F0F0F0. Windows color (decimal): -856075 or 16117746. OLE color: 16117746.
HSL color Cylindrical-coordinate representation of color #F2EFF5: hue angle of 270º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2EFF5 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 239 | 245 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.04 |
| HSL | 270º | 0.23% | 0.95% | - |
| HSV(B) | 270º | 0.02% | 0.96% | - |
| XYZ | 83.97 | 87.2 | 98.79 | - |
| YUV | 240.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 245 | 0.01 | 0.02 | 0 | 0.04 | 270 | 0.23 | 0.95 |
| Hex | F2 | EF | F5 | 1 | 2 | 0 | 4 | 10E | 17 | 5F |
| Octal | 362 | 357 | 365 | 1 | 2 | 0 | 4 | 416 | 27 | 137 |
| Binary | 11110010 | 11101111 | 11110101 | 1 | 10 | 0 | 100 | 100001110 | 10111 | 1011111 |
Color Harmonies of #F2EFF5
Complementary color
Monochromatic Colors of #F2EFF5
Black with #F2EFF5
Text Example
Text Example
White with #F2EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFF5; }
p { color: rgb(242,239,245); }
H1.HeaderClassName
{
color: #F2EFF5;
}
.AnyTagClassName
{
color: #F2EFF5;
}
</style>
background-color css
<style>
a { background-color: #F2EFF5; }
a { background-color: rgb(242,239,245); }
div.DivClassName
{
background-color: #F2EFF5;
}
.BgClassName
{
background-color: #F2EFF5;
}
</style>
border-color css
<style>
span { border-color: #F2EFF5; }
span { border-color: rgb(242,239,245); }
td.TdClassName
{
border-color: #F2EFF5;
}
.TagClassName
{
border-color: #F2EFF5;
}
</style>