#F1ECFB

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

Shades of Magnolia #F1ECFB

Tints of Magnolia #F1ECFB

Color information

#F1ECFB (or 0xF1ECFB) is unknown color: approx Magnolia. HEX triplet: F1, EC and FB. RGB value is (241,236,251). Sum of RGB (Red+Green+Blue) = 241+236+251=728 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.10% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1ECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECFB is #0E1304. Grayscale: #EFEFEF. Windows color (decimal): -922373 or 16510193. OLE color: 16510193.

HSL color Cylindrical-coordinate representation of color #F1ECFB: hue angle of 260º degrees, saturation: 0.65, 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 #F1ECFB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241236251-
CMYK0.040.0600.02
HSL260º65.22%95.49%-
HSV(B)260º5.98%98.43%-
XYZ83.6885.66103.39-
YUV239.2134.66129.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.10%
GREEN value IS 236 (92.58% from 255) = 32.42%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=33.10%
G=32.42%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412362510.040.0600.0226065.2295.49
HexF1ECFB4602104415f
Octal3613543734602404101137
Binary11110001111011001111101110011001010000010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECFB; }

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

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

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

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

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

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

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

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