#F1E4FE

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

Shades of Magnolia #F1E4FE

Tints of Magnolia #F1E4FE

Color information

#F1E4FE (or 0xF1E4FE) is unknown color: approx Magnolia. HEX triplet: F1, E4 and FE. RGB value is (241,228,254). Sum of RGB (Red+Green+Blue) = 241+228+254=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 228 (89.45% from 255 or 31.54% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E4FE is #0E1B01. Grayscale: #EAEAEA. Windows color (decimal): -924418 or 16704753. OLE color: 16704753.

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

Color convert

RGB241228254-
CMYK0.050.1000.00
HSL270º92.86%94.51%-
HSV(B)270º10.24%99.61%-
XYZ81.9181.34105.15-
YUV234.85138.81132.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.33%
GREEN value IS 228 (89.45% from 255) = 31.54%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=33.33%
G=31.54%
B=35.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412282540.050.1000.0027092.8694.51
HexF1E4FE5A0010e5d5f
Octal36134437651200416135137
Binary11110001111001001111111010110100010000111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4FE; }

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

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

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

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

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

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

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

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