#F1E8FD

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

Shades of Magnolia #F1E8FD

Tints of Magnolia #F1E8FD

Color information

#F1E8FD (or 0xF1E8FD) is unknown color: approx Magnolia. HEX triplet: F1, E8 and FD. RGB value is (241,232,253). Sum of RGB (Red+Green+Blue) = 241+232+253=726 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.20% from 726); Green value is 232 (91.02% from 255 or 31.96% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1E8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E8FD is #0E1702. Grayscale: #EDEDED. Windows color (decimal): -923395 or 16640241. OLE color: 16640241.

HSL color Cylindrical-coordinate representation of color #F1E8FD: hue angle of 265.71º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1E8FD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241232253-
CMYK0.050.0800.01
HSL265.71º84%95.1%-
HSV(B)265.71º8.3%99.22%-
XYZ82.8683.51104.68-
YUV237.08136.98130.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.20%
GREEN value IS 232 (91.02% from 255) = 31.96%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=33.20%
G=31.96%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412322530.050.0800.01265.718495.1
HexF1E8FD580110a545f
Octal36135037551001412124137
Binary11110001111010001111110110110000110000101010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E8FD; }

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

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

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

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

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

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

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

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