#F2EEFA

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

Shades of Magnolia #F2EEFA

Tints of Magnolia #F2EEFA

Color information

#F2EEFA (or 0xF2EEFA) is unknown color: approx Magnolia. HEX triplet: F2, EE and FA. RGB value is (242,238,250). Sum of RGB (Red+Green+Blue) = 242+238+250=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2EEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEFA is #0D1105. Grayscale: #F0F0F0. Windows color (decimal): -856326 or 16445170. OLE color: 16445170.

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

Color convert

RGB242238250-
CMYK0.030.0500.02
HSL260º54.55%95.69%-
HSV(B)260º4.8%98.04%-
XYZ84.4586.93102.77-
YUV240.56133.33129.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.15%
GREEN value IS 238 (93.36% from 255) = 32.60%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=33.15%
G=32.60%
B=34.25%

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
Decimal2422382500.030.0500.0226054.5595.69
HexF2EEFA35021043760
Octal362356372350240467140
Binary111100101110111011111010111010101000001001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEFA; }

 p { color: rgb(242,238,250); }

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

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

 a { background-color: rgb(242,238,250); }

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

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

 span { border-color: rgb(242,238,250); }

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