#F1E3FF

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

Shades of Magnolia #F1E3FF

Tints of Magnolia #F1E3FF

Color information

#F1E3FF (or 0xF1E3FF) is unknown color: approx Magnolia. HEX triplet: F1, E3 and FF. RGB value is (241,227,255). Sum of RGB (Red+Green+Blue) = 241+227+255=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 227 (89.06% from 255 or 31.40% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1E3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3FF is #0E1C00. Grayscale: #EAEAEA. Windows color (decimal): -924673 or 16770033. OLE color: 16770033.

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

Color convert

RGB241227255-
CMYK0.050.1100
HSL270º100%94.51%-
HSV(B)270º10.98%100%-
XYZ81.7980.86105.9-
YUV234.38139.64132.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.33%
GREEN value IS 227 (89.06% from 255) = 31.40%
BLUE value IS 255 (100% from 255) = 35.27%
R=33.33%
G=31.40%
B=35.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412272550.050.110027010094.51
HexF1E3FF5B0010e645f
Octal36134337751300416144137
Binary11110001111000111111111110110110010000111011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3FF; }

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

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

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

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

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

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

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

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