#F1EEFB

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

Shades of Magnolia #F1EEFB

Tints of Magnolia #F1EEFB

Color information

#F1EEFB (or 0xF1EEFB) is unknown color: approx Magnolia. HEX triplet: F1, EE and FB. RGB value is (241,238,251). Sum of RGB (Red+Green+Blue) = 241+238+251=730 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.01% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1EEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEFB is #0E1104. Grayscale: #F0F0F0. Windows color (decimal): -921861 or 16510705. OLE color: 16510705.

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

Color convert

RGB241238251-
CMYK0.040.0500.02
HSL253.85º61.9%95.88%-
HSV(B)253.85º5.18%98.43%-
XYZ84.2686.81103.58-
YUV240.38133.99128.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.01%
GREEN value IS 238 (93.36% from 255) = 32.60%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=33.01%
G=32.60%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412382510.040.0500.02253.8561.995.88
HexF1EEFB4502fe3e60
Octal361356373450237676140
Binary111100011110111011111011100101010111111101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEFB; }

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

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

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

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

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

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

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

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