#F0E8FD

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

Shades of Magnolia #F0E8FD

Tints of Magnolia #F0E8FD

Color information

#F0E8FD (or 0xF0E8FD) is unknown color: approx Magnolia. HEX triplet: F0, E8 and FD. RGB value is (240,232,253). Sum of RGB (Red+Green+Blue) = 240+232+253=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 232 (91.02% from 255 or 32% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0E8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8FD is #0F1702. Grayscale: #ECECEC. Windows color (decimal): -988931 or 16640240. OLE color: 16640240.

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

Color convert

RGB240232253-
CMYK0.050.0800.01
HSL262.86º84%95.1%-
HSV(B)262.86º8.3%99.22%-
XYZ82.5283.33104.66-
YUV236.79137.15130.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.10%
GREEN value IS 232 (91.02% from 255) = 32%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=33.10%
G=32%
B=34.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402322530.050.0800.01262.868495.1
HexF0E8FD5801107545f
Octal36035037551001407124137
Binary11110000111010001111110110110000110000011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8FD; }

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

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

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

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

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

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

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

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