#F1EDFE

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

Shades of Magnolia #F1EDFE

Tints of Magnolia #F1EDFE

Color information

#F1EDFE (or 0xF1EDFE) is unknown color: approx Magnolia. HEX triplet: F1, ED and FE. RGB value is (241,237,254). Sum of RGB (Red+Green+Blue) = 241+237+254=732 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.92% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDFE is #0E1201. Grayscale: #F0F0F0. Windows color (decimal): -922114 or 16707057. OLE color: 16707057.

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

Color convert

RGB241237254-
CMYK0.050.0700.00
HSL254.12º89.47%96.27%-
HSV(B)254.12º6.69%99.61%-
XYZ84.4586.42106-
YUV240.13135.83128.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.92%
GREEN value IS 237 (92.97% from 255) = 32.38%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=32.92%
G=32.38%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412372540.050.0700.00254.1289.4796.27
HexF1EDFE5700fe5960
Octal3613553765700376131140
Binary111100011110110111111110101111001111111010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDFE; }

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

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

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

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

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

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

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

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