#F2ECFE

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

Shades of Magnolia #F2ECFE

Tints of Magnolia #F2ECFE

Color information

#F2ECFE (or 0xF2ECFE) is unknown color: approx Magnolia. HEX triplet: F2, EC and FE. RGB value is (242,236,254). Sum of RGB (Red+Green+Blue) = 242+236+254=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 236 (92.58% from 255 or 32.24% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2ECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECFE is #0D1301. Grayscale: #EFEFEF. Windows color (decimal): -856834 or 16706802. OLE color: 16706802.

HSL color Cylindrical-coordinate representation of color #F2ECFE: hue angle of 260º 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 #F2ECFE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242236254-
CMYK0.050.0700.00
HSL260º90%96.08%-
HSV(B)260º7.09%99.61%-
XYZ84.586.02105.92-
YUV239.85135.99129.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.06%
GREEN value IS 236 (92.58% from 255) = 32.24%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=33.06%
G=32.24%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422362540.050.0700.002609096.08
HexF2ECFE57001045a60
Octal3623543765700404132140
Binary1111001011101100111111101011110010000010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECFE; }

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

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

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

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

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

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

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

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