#F1EDFF

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

Shades of Magnolia #F1EDFF

Tints of Magnolia #F1EDFF

Color information

#F1EDFF (or 0xF1EDFF) is unknown color: approx Magnolia. HEX triplet: F1, ED and FF. RGB value is (241,237,255). Sum of RGB (Red+Green+Blue) = 241+237+255=733 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.88% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDFF is #0E1200. Grayscale: #F0F0F0. Windows color (decimal): -922113 or 16772593. OLE color: 16772593.

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

Color convert

RGB241237255-
CMYK0.050.0700
HSL253.33º100%96.47%-
HSV(B)253.33º7.06%100%-
XYZ84.6186.49106.84-
YUV240.25136.33128.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.88%
GREEN value IS 237 (92.97% from 255) = 32.33%
BLUE value IS 255 (100% from 255) = 34.79%
R=32.88%
G=32.33%
B=34.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412372550.050.0700253.3310096.47
HexF1EDFF5700fd6460
Octal3613553775700375144140
Binary111100011110110111111111101111001111110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDFF; }

 p { color: rgb(241,237,255); }

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

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

 a { background-color: rgb(241,237,255); }

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

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

 span { border-color: rgb(241,237,255); }

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