#F0EAF9

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

Shades of Magnolia #F0EAF9

Tints of Magnolia #F0EAF9

Color information

#F0EAF9 (or 0xF0EAF9) is unknown color: approx Magnolia. HEX triplet: F0, EA and F9. RGB value is (240,234,249). Sum of RGB (Red+Green+Blue) = 240+234+249=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0EAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAF9 is #0F1506. Grayscale: #EDEDED. Windows color (decimal): -988423 or 16378608. OLE color: 16378608.

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

Color convert

RGB240234249-
CMYK0.040.0600.02
HSL264º55.56%94.71%-
HSV(B)264º6.02%97.65%-
XYZ82.4684.21101.53-
YUV237.5134.49129.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.20%
GREEN value IS 234 (91.80% from 255) = 32.37%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=33.20%
G=32.37%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402342490.040.0600.0226455.5694.71
HexF0EAF94602108385f
Octal360352371460241070137
Binary1111000011101010111110011001100101000010001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAF9; }

 p { color: rgb(240,234,249); }

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

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

 a { background-color: rgb(240,234,249); }

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

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

 span { border-color: rgb(240,234,249); }

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