#F0E7FD

Color #F0E7FD Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #F0E7FD

Tints of Magnolia #F0E7FD

Color information

#F0E7FD (or 0xF0E7FD) is unknown color: approx Magnolia. HEX triplet: F0, E7 and FD. RGB value is (240,231,253). Sum of RGB (Red+Green+Blue) = 240+231+253=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 231 (90.62% from 255 or 31.91% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0E7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7FD is #0F1802. Grayscale: #ECECEC. Windows color (decimal): -989187 or 16639984. OLE color: 16639984.

HSL color Cylindrical-coordinate representation of color #F0E7FD: hue angle of 264.55º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E7FD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240231253-
CMYK0.050.0900.01
HSL264.55º84.62%94.9%-
HSV(B)264.55º8.7%99.22%-
XYZ82.2482.77104.57-
YUV236.2137.48130.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 33.15%
GREEN value IS 231 (90.62% from 255) = 31.91%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=33.15%
G=31.91%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402312530.050.0900.01264.5584.6294.9
HexF0E7FD5901109555f
Octal36034737551101411125137
Binary11110000111001111111110110110010110000100110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7FD; }

 p { color: rgb(240,231,253); }

 H1.HeaderClassName
 {
   color: #F0E7FD;
 }
 .AnyTagClassName
 {
   color: #F0E7FD;
 }
</style>
background-color css

<style>
 a { background-color: #F0E7FD; }

 a { background-color: rgb(240,231,253); }

 div.DivClassName
 {
   background-color: #F0E7FD;
 }
 .BgClassName
 {
   background-color: #F0E7FD;
 }
</style>
border-color css

<style>
 span { border-color: #F0E7FD; }

 span { border-color: rgb(240,231,253); }

 td.TdClassName
 {
   border-color: #F0E7FD;
 }
 .TagClassName
 {
   border-color: #F0E7FD;
 }
</style>