#F6E8FE

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

Shades of Magnolia #F6E8FE

Tints of Magnolia #F6E8FE

Color information

#F6E8FE (or 0xF6E8FE) is unknown color: approx Magnolia. HEX triplet: F6, E8 and FE. RGB value is (246,232,254). Sum of RGB (Red+Green+Blue) = 246+232+254=732 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.61% from 732); Green value is 232 (91.02% from 255 or 31.69% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6E8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E8FE is #091701. Grayscale: #EEEEEE. Windows color (decimal): -595714 or 16705782. OLE color: 16705782.

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

Color convert

RGB246232254-
CMYK0.030.0900.00
HSL278.18º91.67%95.29%-
HSV(B)278.18º8.66%99.61%-
XYZ84.7584.46105.6-
YUV238.69136.64133.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.61%
GREEN value IS 232 (91.02% from 255) = 31.69%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=33.61%
G=31.69%
B=34.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462322540.030.0900.00278.1891.6795.29
HexF6E8FE39001165c5f
Octal36635037631100426134137
Binary1111011011101000111111101110010010001011010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E8FE; }

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

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

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

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

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

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

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

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