Shades of Magnolia #F3F0FF
Tints of Magnolia #F3F0FF
RGB
CMYK
RGB Variations
Color information
#F3F0FF (or 0xF3F0FF) is known color: Magnolia. HEX triplet: F3, F0 and FF. RGB value is (243,240,255). Sum of RGB (Red+Green+Blue) = 243+240+255=738 (97% of max value = 765). Red value is 243 (95.31% from 255 or 32.93% from 738); Green value is 240 (94.14% from 255 or 32.52% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F0FF is #0C0F00. Grayscale: #F2F2F2. Windows color (decimal): -790273 or 16773363. OLE color: 16773363.
HSL color Cylindrical-coordinate representation of color #F3F0FF: hue angle of 252º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F3F0FF is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 240 | 255 | - |
| CMYK | 0.05 | 0.06 | 0 | 0 |
| HSL | 252º | 1% | 0.97% | - |
| HSV(B) | 252º | 0.06% | 1% | - |
| XYZ | 86.17 | 88.59 | 107.17 | - |
| YUV | 242.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 255 | 0.05 | 0.06 | 0 | 0 | 252 | 1 | 0.97 |
| Hex | F3 | F0 | FF | 5 | 6 | 0 | 0 | FC | 64 | 61 |
| Octal | 363 | 360 | 377 | 5 | 6 | 0 | 0 | 374 | 144 | 141 |
| Binary | 11110011 | 11110000 | 11111111 | 101 | 110 | 0 | 0 | 11111100 | 1100100 | 1100001 |
Color Harmonies of #F3F0FF
Complementary color
Monochromatic Colors of #F3F0FF
Black with #F3F0FF
Text Example
Text Example
White with #F3F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0FF; }
p { color: rgb(243,240,255); }
H1.HeaderClassName
{
color: #F3F0FF;
}
.AnyTagClassName
{
color: #F3F0FF;
}
</style>
background-color css
<style>
a { background-color: #F3F0FF; }
a { background-color: rgb(243,240,255); }
div.DivClassName
{
background-color: #F3F0FF;
}
.BgClassName
{
background-color: #F3F0FF;
}
</style>
border-color css
<style>
span { border-color: #F3F0FF; }
span { border-color: rgb(243,240,255); }
td.TdClassName
{
border-color: #F3F0FF;
}
.TagClassName
{
border-color: #F3F0FF;
}
</style>