#F6ECFF

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

Shades of Magnolia #F6ECFF

Tints of Magnolia #F6ECFF

Color information

#F6ECFF (or 0xF6ECFF) is unknown color: approx Magnolia. HEX triplet: F6, EC and FF. RGB value is (246,236,255). Sum of RGB (Red+Green+Blue) = 246+236+255=737 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.38% from 737); Green value is 236 (92.58% from 255 or 32.02% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6ECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6ECFF is #091300. Grayscale: #F1F1F1. Windows color (decimal): -594689 or 16772342. OLE color: 16772342.

HSL color Cylindrical-coordinate representation of color #F6ECFF: hue angle of 271.58º 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 #F6ECFF is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB246236255-
CMYK0.040.0700
HSL271.58º100%96.27%-
HSV(B)271.58º7.45%100%-
XYZ86.0586.8106.83-
YUV241.16135.81131.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.38%
GREEN value IS 236 (92.58% from 255) = 32.02%
BLUE value IS 255 (100% from 255) = 34.60%
R=33.38%
G=32.02%
B=34.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462362550.040.0700271.5810096.27
HexF6ECFF47001106460
Octal3663543774700420144140
Binary1111011011101100111111111001110010001000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ECFF; }

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

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

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

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

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

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

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

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