#F0ECF9

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

Shades of Magnolia #F0ECF9

Tints of Magnolia #F0ECF9

Color information

#F0ECF9 (or 0xF0ECF9) is unknown color: approx Magnolia. HEX triplet: F0, EC and F9. RGB value is (240,236,249). Sum of RGB (Red+Green+Blue) = 240+236+249=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0ECF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECF9 is #0F1306. Grayscale: #EEEEEE. Windows color (decimal): -987911 or 16379120. OLE color: 16379120.

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

Color convert

RGB240236249-
CMYK0.040.0500.02
HSL258.46º52%95.1%-
HSV(B)258.46º5.22%97.65%-
XYZ83.0385.36101.72-
YUV238.68133.83128.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.10%
GREEN value IS 236 (92.58% from 255) = 32.55%
BLUE value IS 249 (97.66% from 255) = 34.34%
R=33.10%
G=32.55%
B=34.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402362490.040.0500.02258.465295.1
HexF0ECF94502102345f
Octal360354371450240264137
Binary1111000011101100111110011001010101000000101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ECF9; }

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

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

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

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

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

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

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

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