#F2ECFC

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

Shades of Magnolia #F2ECFC

Tints of Magnolia #F2ECFC

Color information

#F2ECFC (or 0xF2ECFC) is unknown color: approx Magnolia. HEX triplet: F2, EC and FC. RGB value is (242,236,252). Sum of RGB (Red+Green+Blue) = 242+236+252=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2ECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECFC is #0D1303. Grayscale: #EFEFEF. Windows color (decimal): -856836 or 16575730. OLE color: 16575730.

HSL color Cylindrical-coordinate representation of color #F2ECFC: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2ECFC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242236252-
CMYK0.040.0600.01
HSL262.5º72.73%95.69%-
HSV(B)262.5º6.35%98.82%-
XYZ84.1885.9104.24-
YUV239.62134.99129.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.15%
GREEN value IS 236 (92.58% from 255) = 32.33%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=33.15%
G=32.33%
B=34.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422362520.040.0600.01262.572.7395.69
HexF2ECFC46011064960
Octal3623543744601406111140
Binary1111001011101100111111001001100110000011010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECFC; }

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

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

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

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

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

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

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

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