#F0E9FA

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

Shades of Magnolia #F0E9FA

Tints of Magnolia #F0E9FA

Color information

#F0E9FA (or 0xF0E9FA) is unknown color: approx Magnolia. HEX triplet: F0, E9 and FA. RGB value is (240,233,250). Sum of RGB (Red+Green+Blue) = 240+233+250=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E9FA is #0F1605. Grayscale: #ECECEC. Windows color (decimal): -988678 or 16443888. OLE color: 16443888.

HSL color Cylindrical-coordinate representation of color #F0E9FA: hue angle of 264.71º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E9FA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240233250-
CMYK0.040.0700.02
HSL264.71º62.96%94.71%-
HSV(B)264.71º6.8%98.04%-
XYZ82.3383.71102.26-
YUV237.03135.32130.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.20%
GREEN value IS 233 (91.41% from 255) = 32.23%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=33.20%
G=32.23%
B=34.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402332500.040.0700.02264.7162.9694.71
HexF0E9FA47021093f5f
Octal360351372470241177137
Binary1111000011101001111110101001110101000010011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E9FA; }

 p { color: rgb(240,233,250); }

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

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

 a { background-color: rgb(240,233,250); }

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

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

 span { border-color: rgb(240,233,250); }

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