#F1E8FB

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

Shades of Magnolia #F1E8FB

Tints of Magnolia #F1E8FB

Color information

#F1E8FB (or 0xF1E8FB) is unknown color: approx Magnolia. HEX triplet: F1, E8 and FB. RGB value is (241,232,251). Sum of RGB (Red+Green+Blue) = 241+232+251=724 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.29% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1E8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E8FB is #0E1704. Grayscale: #ECECEC. Windows color (decimal): -923397 or 16509169. OLE color: 16509169.

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

Color convert

RGB241232251-
CMYK0.040.0800.02
HSL268.42º70.37%94.71%-
HSV(B)268.42º7.57%98.43%-
XYZ82.5483.38103.01-
YUV236.86135.98130.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.29%
GREEN value IS 232 (91.02% from 255) = 32.04%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=33.29%
G=32.04%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412322510.040.0800.02268.4270.3794.71
HexF1E8FB480210c465f
Octal36135037341002414106137
Binary111100011110100011111011100100001010000110010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E8FB; }

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

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

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

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

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

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

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

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