#F1ECFC

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

Shades of Magnolia #F1ECFC

Tints of Magnolia #F1ECFC

Color information

#F1ECFC (or 0xF1ECFC) is unknown color: approx Magnolia. HEX triplet: F1, EC and FC. RGB value is (241,236,252). Sum of RGB (Red+Green+Blue) = 241+236+252=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1ECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECFC is #0E1303. Grayscale: #EFEFEF. Windows color (decimal): -922372 or 16575729. OLE color: 16575729.

HSL color Cylindrical-coordinate representation of color #F1ECFC: hue angle of 258.75º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1ECFC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241236252-
CMYK0.040.0600.01
HSL258.75º72.73%95.69%-
HSV(B)258.75º6.35%98.82%-
XYZ83.8485.72104.22-
YUV239.32135.16129.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.06%
GREEN value IS 236 (92.58% from 255) = 32.37%
BLUE value IS 252 (98.83% from 255) = 34.57%
R=33.06%
G=32.37%
B=34.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412362520.040.0600.01258.7572.7395.69
HexF1ECFC46011034960
Octal3613543744601403111140
Binary1111000111101100111111001001100110000001110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECFC; }

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

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

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

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

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

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

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

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