#F6E8FF

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

Shades of Magnolia #F6E8FF

Tints of Magnolia #F6E8FF

Color information

#F6E8FF (or 0xF6E8FF) is unknown color: approx Magnolia. HEX triplet: F6, E8 and FF. RGB value is (246,232,255). Sum of RGB (Red+Green+Blue) = 246+232+255=733 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.56% from 733); Green value is 232 (91.02% from 255 or 31.65% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6E8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E8FF is #091700. Grayscale: #EEEEEE. Windows color (decimal): -595713 or 16771318. OLE color: 16771318.

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

Color convert

RGB246232255-
CMYK0.040.0900
HSL276.52º100%95.49%-
HSV(B)276.52º9.02%100%-
XYZ84.9184.53106.45-
YUV238.81137.14133.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.56%
GREEN value IS 232 (91.02% from 255) = 31.65%
BLUE value IS 255 (100% from 255) = 34.79%
R=33.56%
G=31.65%
B=34.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462322550.040.0900276.5210095.49
HexF6E8FF4900115645f
Octal36635037741100425144137
Binary11110110111010001111111110010010010001010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E8FF; }

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

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

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

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

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

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

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

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