#F1E5FB

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

Shades of Magnolia #F1E5FB

Tints of Magnolia #F1E5FB

Color information

#F1E5FB (or 0xF1E5FB) is unknown color: approx Magnolia. HEX triplet: F1, E5 and FB. RGB value is (241,229,251). Sum of RGB (Red+Green+Blue) = 241+229+251=721 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.43% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1E5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5FB is #0E1A04. Grayscale: #EBEBEB. Windows color (decimal): -924165 or 16508401. OLE color: 16508401.

HSL color Cylindrical-coordinate representation of color #F1E5FB: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E5FB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241229251-
CMYK0.040.0900.02
HSL272.73º73.33%94.12%-
HSV(B)272.73º8.76%98.43%-
XYZ81.7181.7102.73-
YUV235.1136.98132.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.43%
GREEN value IS 229 (89.84% from 255) = 31.76%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=33.43%
G=31.76%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412292510.040.0900.02272.7373.3394.12
HexF1E5FB4902111495e
Octal36134537341102421111136
Binary111100011110010111111011100100101010001000110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5FB; }

 p { color: rgb(241,229,251); }

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

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

 a { background-color: rgb(241,229,251); }

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

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

 span { border-color: rgb(241,229,251); }

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