#F1EBF9

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

Shades of Magnolia #F1EBF9

Tints of Magnolia #F1EBF9

Color information

#F1EBF9 (or 0xF1EBF9) is unknown color: approx Magnolia. HEX triplet: F1, EB and F9. RGB value is (241,235,249). Sum of RGB (Red+Green+Blue) = 241+235+249=725 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.24% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1EBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EBF9 is #0E1406. Grayscale: #EEEEEE. Windows color (decimal): -922631 or 16378865. OLE color: 16378865.

HSL color Cylindrical-coordinate representation of color #F1EBF9: hue angle of 265.71º degrees, saturation: 0.54, 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 #F1EBF9 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241235249-
CMYK0.030.0600.02
HSL265.71º53.85%94.9%-
HSV(B)265.71º5.62%97.65%-
XYZ83.0884.96101.64-
YUV238.39133.99129.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.24%
GREEN value IS 235 (92.19% from 255) = 32.41%
BLUE value IS 249 (97.66% from 255) = 34.34%
R=33.24%
G=32.41%
B=34.34%

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
Decimal2412352490.030.0600.02265.7153.8594.9
HexF1EBF9360210a365f
Octal361353371360241266137
Binary111100011110101111111001111100101000010101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBF9; }

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

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

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

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

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

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

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

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