#F1E2FF

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

Shades of Magnolia #F1E2FF

Tints of Magnolia #F1E2FF

Color information

#F1E2FF (or 0xF1E2FF) is unknown color: approx Magnolia. HEX triplet: F1, E2 and FF. RGB value is (241,226,255). Sum of RGB (Red+Green+Blue) = 241+226+255=722 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.38% from 722); Green value is 226 (88.67% from 255 or 31.30% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2FF is #0E1D00. Grayscale: #E9E9E9. Windows color (decimal): -924929 or 16769777. OLE color: 16769777.

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

Color convert

RGB241226255-
CMYK0.050.1100
HSL271.03º100%94.31%-
HSV(B)271.03º11.37%100%-
XYZ81.5280.31105.81-
YUV233.79139.97133.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.38%
GREEN value IS 226 (88.67% from 255) = 31.30%
BLUE value IS 255 (100% from 255) = 35.32%
R=33.38%
G=31.30%
B=35.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412262550.050.1100271.0310094.31
HexF1E2FF5B0010f645e
Octal36134237751300417144136
Binary11110001111000101111111110110110010000111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2FF; }

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

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

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

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

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

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

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

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