#F2ECFD

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

Shades of Magnolia #F2ECFD

Tints of Magnolia #F2ECFD

Color information

#F2ECFD (or 0xF2ECFD) is unknown color: approx Magnolia. HEX triplet: F2, EC and FD. RGB value is (242,236,253). Sum of RGB (Red+Green+Blue) = 242+236+253=731 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.11% from 731); Green value is 236 (92.58% from 255 or 32.28% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECFD is #0D1302. Grayscale: #EFEFEF. Windows color (decimal): -856835 or 16641266. OLE color: 16641266.

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

Color convert

RGB242236253-
CMYK0.040.0700.01
HSL261.18º80.95%95.88%-
HSV(B)261.18º6.72%99.22%-
XYZ84.3485.96105.08-
YUV239.73135.49129.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.11%
GREEN value IS 236 (92.58% from 255) = 32.28%
BLUE value IS 253 (99.22% from 255) = 34.61%
R=33.11%
G=32.28%
B=34.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422362530.040.0700.01261.1880.9595.88
HexF2ECFD47011055160
Octal3623543754701405121140
Binary1111001011101100111111011001110110000010110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECFD; }

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

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

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

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

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

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

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

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