#F2EDFF

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

Shades of Magnolia #F2EDFF

Tints of Magnolia #F2EDFF

Color information

#F2EDFF (or 0xF2EDFF) is unknown color: approx Magnolia. HEX triplet: F2, ED and FF. RGB value is (242,237,255). Sum of RGB (Red+Green+Blue) = 242+237+255=734 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.97% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDFF is #0D1200. Grayscale: #F0F0F0. Windows color (decimal): -856577 or 16772594. OLE color: 16772594.

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

Color convert

RGB242237255-
CMYK0.050.0700
HSL256.67º100%96.47%-
HSV(B)256.67º7.06%100%-
XYZ84.9586.67106.86-
YUV240.55136.16129.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.97%
GREEN value IS 237 (92.97% from 255) = 32.29%
BLUE value IS 255 (100% from 255) = 34.74%
R=32.97%
G=32.29%
B=34.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422372550.050.0700256.6710096.47
HexF2EDFF57001016460
Octal3623553775700401144140
Binary1111001011101101111111111011110010000000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDFF; }

 p { color: rgb(242,237,255); }

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

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

 a { background-color: rgb(242,237,255); }

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

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

 span { border-color: rgb(242,237,255); }

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