#F6EAFE

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

Shades of Magnolia #F6EAFE

Tints of Magnolia #F6EAFE

Color information

#F6EAFE (or 0xF6EAFE) is unknown color: approx Magnolia. HEX triplet: F6, EA and FE. RGB value is (246,234,254). Sum of RGB (Red+Green+Blue) = 246+234+254=734 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.51% from 734); Green value is 234 (91.80% from 255 or 31.88% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EAFE is #091501. Grayscale: #EFEFEF. Windows color (decimal): -595202 or 16706294. OLE color: 16706294.

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

Color convert

RGB246234254-
CMYK0.030.0800.00
HSL276º90.91%95.69%-
HSV(B)276º7.87%99.61%-
XYZ85.3285.59105.79-
YUV239.87135.98132.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.51%
GREEN value IS 234 (91.80% from 255) = 31.88%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=33.51%
G=31.88%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462342540.030.0800.0027690.9195.69
HexF6EAFE38001145b60
Octal36635237631000424133140
Binary1111011011101010111111101110000010001010010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EAFE; }

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

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

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

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

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

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

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

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