#F1EAF9

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

Shades of Magnolia #F1EAF9

Tints of Magnolia #F1EAF9

Color information

#F1EAF9 (or 0xF1EAF9) is unknown color: approx Magnolia. HEX triplet: F1, EA and F9. RGB value is (241,234,249). Sum of RGB (Red+Green+Blue) = 241+234+249=724 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.29% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1EAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EAF9 is #0E1506. Grayscale: #EDEDED. Windows color (decimal): -922887 or 16378609. OLE color: 16378609.

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

Color convert

RGB241234249-
CMYK0.030.0600.02
HSL268º55.56%94.71%-
HSV(B)268º6.02%97.65%-
XYZ82.884.39101.55-
YUV237.8134.32130.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.29%
GREEN value IS 234 (91.80% from 255) = 32.32%
BLUE value IS 249 (97.66% from 255) = 34.39%
R=33.29%
G=32.32%
B=34.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412342490.030.0600.0226855.5694.71
HexF1EAF9360210c385f
Octal361352371360241470137
Binary111100011110101011111001111100101000011001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAF9; }

 p { color: rgb(241,234,249); }

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

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

 a { background-color: rgb(241,234,249); }

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

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

 span { border-color: rgb(241,234,249); }

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