Shades of Magnolia #F6E9FF
Tints of Magnolia #F6E9FF
RGB
CMYK
RGB Variations
Color information
#F6E9FF (or 0xF6E9FF) is known color: Magnolia. HEX triplet: F6, E9 and FF. RGB value is (246,233,255). Sum of RGB (Red+Green+Blue) = 246+233+255=734 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.51% from 734); Green value is 233 (91.41% from 255 or 31.74% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6E9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E9FF is #091600. Grayscale: #EFEFEF. Windows color (decimal): -595457 or 16771574. OLE color: 16771574.
HSL color Cylindrical-coordinate representation of color #F6E9FF: hue angle of 275.45º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6E9FF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 233 | 255 | - |
| CMYK | 0.04 | 0.09 | 0 | 0 |
| HSL | 275.45º | 1% | 0.96% | - |
| HSV(B) | 275.45º | 0.09% | 1% | - |
| XYZ | 85.19 | 85.09 | 106.54 | - |
| YUV | 239.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 255 | 0.04 | 0.09 | 0 | 0 | 275.45 | 1 | 0.96 |
| Hex | F6 | E9 | FF | 4 | 9 | 0 | 0 | 113 | 64 | 60 |
| Octal | 366 | 351 | 377 | 4 | 11 | 0 | 0 | 423 | 144 | 140 |
| Binary | 11110110 | 11101001 | 11111111 | 100 | 1001 | 0 | 0 | 100010011 | 1100100 | 1100000 |
Color Harmonies of #F6E9FF
Complementary color
Monochromatic Colors of #F6E9FF
Black with #F6E9FF
Text Example
Text Example
White with #F6E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E9FF; }
p { color: rgb(246,233,255); }
H1.HeaderClassName
{
color: #F6E9FF;
}
.AnyTagClassName
{
color: #F6E9FF;
}
</style>
background-color css
<style>
a { background-color: #F6E9FF; }
a { background-color: rgb(246,233,255); }
div.DivClassName
{
background-color: #F6E9FF;
}
.BgClassName
{
background-color: #F6E9FF;
}
</style>
border-color css
<style>
span { border-color: #F6E9FF; }
span { border-color: rgb(246,233,255); }
td.TdClassName
{
border-color: #F6E9FF;
}
.TagClassName
{
border-color: #F6E9FF;
}
</style>