#F1E9F9

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

Shades of Magnolia #F1E9F9

Tints of Magnolia #F1E9F9

Color information

#F1E9F9 (or 0xF1E9F9) is unknown color: approx Magnolia. HEX triplet: F1, E9 and F9. RGB value is (241,233,249). Sum of RGB (Red+Green+Blue) = 241+233+249=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1E9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E9F9 is #0E1606. Grayscale: #EDEDED. Windows color (decimal): -923143 or 16378353. OLE color: 16378353.

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

Color convert

RGB241233249-
CMYK0.030.0600.02
HSL270º57.14%94.51%-
HSV(B)270º6.43%97.65%-
XYZ82.5183.82101.45-
YUV237.22134.65130.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.33%
GREEN value IS 233 (91.41% from 255) = 32.23%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=33.33%
G=32.23%
B=34.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412332490.030.0600.0227057.1494.51
HexF1E9F9360210e395f
Octal361351371360241671137
Binary111100011110100111111001111100101000011101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E9F9; }

 p { color: rgb(241,233,249); }

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

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

 a { background-color: rgb(241,233,249); }

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

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

 span { border-color: rgb(241,233,249); }

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