#F0ECFE

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

Shades of Magnolia #F0ECFE

Tints of Magnolia #F0ECFE

Color information

#F0ECFE (or 0xF0ECFE) is unknown color: approx Magnolia. HEX triplet: F0, EC and FE. RGB value is (240,236,254). Sum of RGB (Red+Green+Blue) = 240+236+254=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0ECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECFE is #0F1301. Grayscale: #EFEFEF. Windows color (decimal): -987906 or 16706800. OLE color: 16706800.

HSL color Cylindrical-coordinate representation of color #F0ECFE: hue angle of 253.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0ECFE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240236254-
CMYK0.060.0700.00
HSL253.33º90%96.08%-
HSV(B)253.33º7.09%99.61%-
XYZ83.8285.67105.88-
YUV239.25136.33128.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.88%
GREEN value IS 236 (92.58% from 255) = 32.33%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=32.88%
G=32.33%
B=34.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402362540.060.0700.00253.339096.08
HexF0ECFE6700fd5a60
Octal3603543766700375132140
Binary111100001110110011111110110111001111110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ECFE; }

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

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

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

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

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

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

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

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