#F1ECFE

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

Shades of Magnolia #F1ECFE

Tints of Magnolia #F1ECFE

Color information

#F1ECFE (or 0xF1ECFE) is unknown color: approx Magnolia. HEX triplet: F1, EC and FE. RGB value is (241,236,254). Sum of RGB (Red+Green+Blue) = 241+236+254=731 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.97% from 731); Green value is 236 (92.58% from 255 or 32.28% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1ECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECFE is #0E1301. Grayscale: #EFEFEF. Windows color (decimal): -922370 or 16706801. OLE color: 16706801.

HSL color Cylindrical-coordinate representation of color #F1ECFE: hue angle of 256.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1ECFE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241236254-
CMYK0.050.0700.00
HSL256.67º90%96.08%-
HSV(B)256.67º7.09%99.61%-
XYZ84.1685.85105.9-
YUV239.55136.16129.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.97%
GREEN value IS 236 (92.58% from 255) = 32.28%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=32.97%
G=32.28%
B=34.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412362540.050.0700.00256.679096.08
HexF1ECFE57001015a60
Octal3613543765700401132140
Binary1111000111101100111111101011110010000000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECFE; }

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

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

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

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

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

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

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

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