Shades of Magnolia #F5F2FF
Tints of Magnolia #F5F2FF
RGB
CMYK
RGB Variations
Color information
#F5F2FF (or 0xF5F2FF) is known color: Magnolia. HEX triplet: F5, F2 and FF. RGB value is (245,242,255). Sum of RGB (Red+Green+Blue) = 245+242+255=742 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.02% from 742); Green value is 242 (94.92% from 255 or 32.61% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2FF is #0A0D00. Grayscale: #F4F4F4. Windows color (decimal): -658689 or 16773877. OLE color: 16773877.
HSL color Cylindrical-coordinate representation of color #F5F2FF: hue angle of 253.85º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F5F2FF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 242 | 255 | - |
| CMYK | 0.04 | 0.05 | 0 | 0 |
| HSL | 253.85º | 1% | 0.97% | - |
| HSV(B) | 253.85º | 0.05% | 1% | - |
| XYZ | 87.46 | 90.14 | 107.4 | - |
| YUV | 244.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 255 | 0.04 | 0.05 | 0 | 0 | 253.85 | 1 | 0.97 |
| Hex | F5 | F2 | FF | 4 | 5 | 0 | 0 | FE | 64 | 61 |
| Octal | 365 | 362 | 377 | 4 | 5 | 0 | 0 | 376 | 144 | 141 |
| Binary | 11110101 | 11110010 | 11111111 | 100 | 101 | 0 | 0 | 11111110 | 1100100 | 1100001 |
Color Harmonies of #F5F2FF
Complementary color
Monochromatic Colors of #F5F2FF
Black with #F5F2FF
Text Example
Text Example
White with #F5F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2FF; }
p { color: rgb(245,242,255); }
H1.HeaderClassName
{
color: #F5F2FF;
}
.AnyTagClassName
{
color: #F5F2FF;
}
</style>
background-color css
<style>
a { background-color: #F5F2FF; }
a { background-color: rgb(245,242,255); }
div.DivClassName
{
background-color: #F5F2FF;
}
.BgClassName
{
background-color: #F5F2FF;
}
</style>
border-color css
<style>
span { border-color: #F5F2FF; }
span { border-color: rgb(245,242,255); }
td.TdClassName
{
border-color: #F5F2FF;
}
.TagClassName
{
border-color: #F5F2FF;
}
</style>