Shades of Magnolia #F0DFFF
Tints of Magnolia #F0DFFF
RGB
CMYK
RGB Variations
Color information
#F0DFFF (or 0xF0DFFF) is known color: Magnolia. HEX triplet: F0, DF and FF. RGB value is (240,223,255). Sum of RGB (Red+Green+Blue) = 240+223+255=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0DFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFFF is #0F2000. Grayscale: #E7E7E7. Windows color (decimal): -991233 or 16769008. OLE color: 16769008.
HSL color Cylindrical-coordinate representation of color #F0DFFF: hue angle of 271.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DFFF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 223 | 255 | - |
| CMYK | 0.06 | 0.13 | 0 | 0 |
| HSL | 271.88º | 1% | 0.94% | - |
| HSV(B) | 271.88º | 0.13% | 1% | - |
| XYZ | 80.37 | 78.52 | 105.53 | - |
| YUV | 231.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 255 | 0.06 | 0.13 | 0 | 0 | 271.88 | 1 | 0.94 |
| Hex | F0 | DF | FF | 6 | D | 0 | 0 | 110 | 64 | 5E |
| Octal | 360 | 337 | 377 | 6 | 15 | 0 | 0 | 420 | 144 | 136 |
| Binary | 11110000 | 11011111 | 11111111 | 110 | 1101 | 0 | 0 | 100010000 | 1100100 | 1011110 |
Color Harmonies of #F0DFFF
Complementary color
Monochromatic Colors of #F0DFFF
Black with #F0DFFF
Text Example
Text Example
White with #F0DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFFF; }
p { color: rgb(240,223,255); }
H1.HeaderClassName
{
color: #F0DFFF;
}
.AnyTagClassName
{
color: #F0DFFF;
}
</style>
background-color css
<style>
a { background-color: #F0DFFF; }
a { background-color: rgb(240,223,255); }
div.DivClassName
{
background-color: #F0DFFF;
}
.BgClassName
{
background-color: #F0DFFF;
}
</style>
border-color css
<style>
span { border-color: #F0DFFF; }
span { border-color: rgb(240,223,255); }
td.TdClassName
{
border-color: #F0DFFF;
}
.TagClassName
{
border-color: #F0DFFF;
}
</style>