#F1EEFA

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

Shades of Magnolia #F1EEFA

Tints of Magnolia #F1EEFA

Color information

#F1EEFA (or 0xF1EEFA) is unknown color: approx Magnolia. HEX triplet: F1, EE and FA. RGB value is (241,238,250). Sum of RGB (Red+Green+Blue) = 241+238+250=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1EEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEFA is #0E1105. Grayscale: #F0F0F0. Windows color (decimal): -921862 or 16445169. OLE color: 16445169.

HSL color Cylindrical-coordinate representation of color #F1EEFA: hue angle of 255º 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 #F1EEFA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241238250-
CMYK0.040.0500.02
HSL255º54.55%95.69%-
HSV(B)255º4.8%98.04%-
XYZ84.1186.75102.75-
YUV240.26133.49128.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.06%
GREEN value IS 238 (93.36% from 255) = 32.65%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=33.06%
G=32.65%
B=34.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412382500.040.0500.0225554.5595.69
HexF1EEFA4502ff3760
Octal361356372450237767140
Binary111100011110111011111010100101010111111111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEFA; }

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

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

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

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

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

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

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

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