Shades of Magnolia #F2F1F5
Tints of Magnolia #F2F1F5
RGB
CMYK
RGB Variations
Color information
#F2F1F5 (or 0xF2F1F5) is known color: Magnolia. HEX triplet: F2, F1 and F5. RGB value is (242,241,245). Sum of RGB (Red+Green+Blue) = 242+241+245=728 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.24% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 245 (96.09% from 255 or 33.65% from 728); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2F1F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1F5 is #0D0E0A. Grayscale: #F1F1F1. Windows color (decimal): -855563 or 16118258. OLE color: 16118258.
HSL color Cylindrical-coordinate representation of color #F2F1F5: hue angle of 255º degrees, saturation: 0.17, 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 #F2F1F5 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 241 | 245 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.04 |
| HSL | 255º | 0.17% | 0.95% | - |
| HSV(B) | 255º | 0.02% | 0.96% | - |
| XYZ | 84.55 | 88.38 | 98.99 | - |
| YUV | 241.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 245 | 0.01 | 0.02 | 0 | 0.04 | 255 | 0.17 | 0.95 |
| Hex | F2 | F1 | F5 | 1 | 2 | 0 | 4 | FF | 11 | 5F |
| Octal | 362 | 361 | 365 | 1 | 2 | 0 | 4 | 377 | 21 | 137 |
| Binary | 11110010 | 11110001 | 11110101 | 1 | 10 | 0 | 100 | 11111111 | 10001 | 1011111 |
Color Harmonies of #F2F1F5
Complementary color
Monochromatic Colors of #F2F1F5
Black with #F2F1F5
Text Example
Text Example
White with #F2F1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1F5; }
p { color: rgb(242,241,245); }
H1.HeaderClassName
{
color: #F2F1F5;
}
.AnyTagClassName
{
color: #F2F1F5;
}
</style>
background-color css
<style>
a { background-color: #F2F1F5; }
a { background-color: rgb(242,241,245); }
div.DivClassName
{
background-color: #F2F1F5;
}
.BgClassName
{
background-color: #F2F1F5;
}
</style>
border-color css
<style>
span { border-color: #F2F1F5; }
span { border-color: rgb(242,241,245); }
td.TdClassName
{
border-color: #F2F1F5;
}
.TagClassName
{
border-color: #F2F1F5;
}
</style>