#F1E1FE

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

Shades of Magnolia #F1E1FE

Tints of Magnolia #F1E1FE

Color information

#F1E1FE (or 0xF1E1FE) is unknown color: approx Magnolia. HEX triplet: F1, E1 and FE. RGB value is (241,225,254). Sum of RGB (Red+Green+Blue) = 241+225+254=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 225 (88.28% from 255 or 31.25% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1E1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1FE is #0E1E01. Grayscale: #E8E8E8. Windows color (decimal): -925186 or 16703985. OLE color: 16703985.

HSL color Cylindrical-coordinate representation of color #F1E1FE: hue angle of 273.1º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E1FE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241225254-
CMYK0.050.1100.00
HSL273.1º93.55%93.92%-
HSV(B)273.1º11.42%99.61%-
XYZ81.0979.71104.88-
YUV233.09139.8133.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.47%
GREEN value IS 225 (88.28% from 255) = 31.25%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=33.47%
G=31.25%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412252540.050.1100.00273.193.5593.92
HexF1E1FE5B001115e5e
Octal36134137651300421136136
Binary11110001111000011111111010110110010001000110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1FE; }

 p { color: rgb(241,225,254); }

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

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

 a { background-color: rgb(241,225,254); }

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

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

 span { border-color: rgb(241,225,254); }

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