Shades of Magnolia #F3F0FA
Tints of Magnolia #F3F0FA
RGB
CMYK
RGB Variations
Color information
#F3F0FA (or 0xF3F0FA) is known color: Magnolia. HEX triplet: F3, F0 and FA. RGB value is (243,240,250). Sum of RGB (Red+Green+Blue) = 243+240+250=733 (97% of max value = 765). Red value is 243 (95.31% from 255 or 33.15% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F0FA is #0C0F05. Grayscale: #F2F2F2. Windows color (decimal): -790278 or 16445683. OLE color: 16445683.
HSL color Cylindrical-coordinate representation of color #F3F0FA: hue angle of 258º degrees, saturation: 0.5, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F3F0FA is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 240 | 250 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.02 |
| HSL | 258º | 0.5% | 0.96% | - |
| HSV(B) | 258º | 0.04% | 0.98% | - |
| XYZ | 85.38 | 88.28 | 102.98 | - |
| YUV | 242.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 250 | 0.03 | 0.04 | 0 | 0.02 | 258 | 0.5 | 0.96 |
| Hex | F3 | F0 | FA | 3 | 4 | 0 | 2 | 102 | 32 | 60 |
| Octal | 363 | 360 | 372 | 3 | 4 | 0 | 2 | 402 | 62 | 140 |
| Binary | 11110011 | 11110000 | 11111010 | 11 | 100 | 0 | 10 | 100000010 | 110010 | 1100000 |
Color Harmonies of #F3F0FA
Complementary color
Monochromatic Colors of #F3F0FA
Black with #F3F0FA
Text Example
Text Example
White with #F3F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0FA; }
p { color: rgb(243,240,250); }
H1.HeaderClassName
{
color: #F3F0FA;
}
.AnyTagClassName
{
color: #F3F0FA;
}
</style>
background-color css
<style>
a { background-color: #F3F0FA; }
a { background-color: rgb(243,240,250); }
div.DivClassName
{
background-color: #F3F0FA;
}
.BgClassName
{
background-color: #F3F0FA;
}
</style>
border-color css
<style>
span { border-color: #F3F0FA; }
span { border-color: rgb(243,240,250); }
td.TdClassName
{
border-color: #F3F0FA;
}
.TagClassName
{
border-color: #F3F0FA;
}
</style>