#F6EDFF

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

Shades of Magnolia #F6EDFF

Tints of Magnolia #F6EDFF

Color information

#F6EDFF (or 0xF6EDFF) is unknown color: approx Magnolia. HEX triplet: F6, ED and FF. RGB value is (246,237,255). Sum of RGB (Red+Green+Blue) = 246+237+255=738 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.33% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EDFF is #091200. Grayscale: #F1F1F1. Windows color (decimal): -594433 or 16772598. OLE color: 16772598.

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

Color convert

RGB246237255-
CMYK0.040.0700
HSL270º100%96.47%-
HSV(B)270º7.06%100%-
XYZ86.3487.38106.92-
YUV241.74135.48131.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.33%
GREEN value IS 237 (92.97% from 255) = 32.11%
BLUE value IS 255 (100% from 255) = 34.55%
R=33.33%
G=32.11%
B=34.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462372550.040.070027010096.47
HexF6EDFF470010e6460
Octal3663553774700416144140
Binary1111011011101101111111111001110010000111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDFF; }

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

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

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

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

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

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

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

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