#F1EFF9

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

Shades of Magnolia #F1EFF9

Tints of Magnolia #F1EFF9

Color information

#F1EFF9 (or 0xF1EFF9) is unknown color: approx Magnolia. HEX triplet: F1, EF and F9. RGB value is (241,239,249). Sum of RGB (Red+Green+Blue) = 241+239+249=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 249 (97.66% from 255 or 34.16% from 729); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1EFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFF9 is #0E1006. Grayscale: #F0F0F0. Windows color (decimal): -921607 or 16379889. OLE color: 16379889.

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

Color convert

RGB241239249-
CMYK0.030.0400.02
HSL252º45.45%95.69%-
HSV(B)252º4.02%97.65%-
XYZ84.2487.27102.03-
YUV240.74132.66128.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.06%
GREEN value IS 239 (93.75% from 255) = 32.78%
BLUE value IS 249 (97.66% from 255) = 34.16%
R=33.06%
G=32.78%
B=34.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412392490.030.0400.0225245.4595.69
HexF1EFF93402fc2d60
Octal361357371340237455140
Binary11110001111011111111100111100010111111001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFF9; }

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

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

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

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

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

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

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

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