#F1EBFB

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

Shades of Magnolia #F1EBFB

Tints of Magnolia #F1EBFB

Color information

#F1EBFB (or 0xF1EBFB) is unknown color: approx Magnolia. HEX triplet: F1, EB and FB. RGB value is (241,235,251). Sum of RGB (Red+Green+Blue) = 241+235+251=727 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.15% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1EBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EBFB is #0E1404. Grayscale: #EEEEEE. Windows color (decimal): -922629 or 16509937. OLE color: 16509937.

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

Color convert

RGB241235251-
CMYK0.040.0600.02
HSL262.5º66.67%95.29%-
HSV(B)262.5º6.37%98.43%-
XYZ83.485.08103.29-
YUV238.62134.99129.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.15%
GREEN value IS 235 (92.19% from 255) = 32.32%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=33.15%
G=32.32%
B=34.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412352510.040.0600.02262.566.6795.29
HexF1EBFB4602106435f
Octal3613533734602406103137
Binary11110001111010111111101110011001010000011010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBFB; }

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

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

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

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

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

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

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

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