Shades of Magnolia #F3E6FF
Tints of Magnolia #F3E6FF
RGB
CMYK
RGB Variations
Color information
#F3E6FF (or 0xF3E6FF) is known color: Magnolia. HEX triplet: F3, E6 and FF. RGB value is (243,230,255). Sum of RGB (Red+Green+Blue) = 243+230+255=728 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.38% from 728); Green value is 230 (90.23% from 255 or 31.59% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3E6FF is #0C1900. Grayscale: #ECECEC. Windows color (decimal): -792833 or 16770803. OLE color: 16770803.
HSL color Cylindrical-coordinate representation of color #F3E6FF: hue angle of 271.2º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3E6FF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 243 | 230 | 255 | - |
CMYK | 0.05 | 0.10 | 0 | 0 |
HSL | 271.2º | 1% | 0.95% | - |
HSV(B) | 271.2º | 0.1% | 1% | - |
XYZ | 83.31 | 82.87 | 106.21 | - |
YUV | 236.74 | 138.31 | 132.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 230 | 255 | 0.05 | 0.10 | 0 | 0 | 271.2 | 1 | 0.95 |
Hex | F3 | E6 | FF | 5 | A | 0 | 0 | 10F | 64 | 5F |
Octal | 363 | 346 | 377 | 5 | 12 | 0 | 0 | 417 | 144 | 137 |
Binary | 11110011 | 11100110 | 11111111 | 101 | 1010 | 0 | 0 | 100001111 | 1100100 | 1011111 |
Color Harmonies of #F3E6FF
Complementary color
Monochromatic Colors of #F3E6FF
Black with #F3E6FF
Text Example
Text Example
White with #F3E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E6FF; }
p { color: rgb(243,230,255); }
H1.HeaderClassName
{
color: #F3E6FF;
}
.AnyTagClassName
{
color: #F3E6FF;
}
</style>
background-color css
<style>
a { background-color: #F3E6FF; }
a { background-color: rgb(243,230,255); }
div.DivClassName
{
background-color: #F3E6FF;
}
.BgClassName
{
background-color: #F3E6FF;
}
</style>
border-color css
<style>
span { border-color: #F3E6FF; }
span { border-color: rgb(243,230,255); }
td.TdClassName
{
border-color: #F3E6FF;
}
.TagClassName
{
border-color: #F3E6FF;
}
</style>