#F1ECFF

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

Shades of Magnolia #F1ECFF

Tints of Magnolia #F1ECFF

Color information

#F1ECFF (or 0xF1ECFF) is unknown color: approx Magnolia. HEX triplet: F1, EC and FF. RGB value is (241,236,255). Sum of RGB (Red+Green+Blue) = 241+236+255=732 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.92% from 732); Green value is 236 (92.58% from 255 or 32.24% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1ECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECFF is #0E1300. Grayscale: #EFEFEF. Windows color (decimal): -922369 or 16772337. OLE color: 16772337.

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

Color convert

RGB241236255-
CMYK0.050.0700
HSL255.79º100%96.27%-
HSV(B)255.79º7.45%100%-
XYZ84.3285.91106.75-
YUV239.66136.66128.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.92%
GREEN value IS 236 (92.58% from 255) = 32.24%
BLUE value IS 255 (100% from 255) = 34.84%
R=32.92%
G=32.24%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412362550.050.0700255.7910096.27
HexF1ECFF57001006460
Octal3613543775700400144140
Binary1111000111101100111111111011110010000000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECFF; }

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

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

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

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

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

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

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

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