#F2EDF9

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

Shades of Magnolia #F2EDF9

Tints of Magnolia #F2EDF9

Color information

#F2EDF9 (or 0xF2EDF9) is unknown color: approx Magnolia. HEX triplet: F2, ED and F9. RGB value is (242,237,249). Sum of RGB (Red+Green+Blue) = 242+237+249=728 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.24% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2EDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDF9 is #0D1206. Grayscale: #EFEFEF. Windows color (decimal): -856583 or 16379378. OLE color: 16379378.

HSL color Cylindrical-coordinate representation of color #F2EDF9: hue angle of 265º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2EDF9 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242237249-
CMYK0.030.0500.02
HSL265º50%95.29%-
HSV(B)265º4.82%97.65%-
XYZ8486.29101.85-
YUV239.86133.16129.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.24%
GREEN value IS 237 (92.97% from 255) = 32.55%
BLUE value IS 249 (97.66% from 255) = 34.20%
R=33.24%
G=32.55%
B=34.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422372490.030.0500.022655095.29
HexF2EDF93502109325f
Octal362355371350241162137
Binary111100101110110111111001111010101000010011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDF9; }

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

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

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

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

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

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

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

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