#F6EFFE

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

Shades of Magnolia #F6EFFE

Tints of Magnolia #F6EFFE

Color information

#F6EFFE (or 0xF6EFFE) is unknown color: approx Magnolia. HEX triplet: F6, EF and FE. RGB value is (246,239,254). Sum of RGB (Red+Green+Blue) = 246+239+254=739 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.29% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EFFE is #091001. Grayscale: #F2F2F2. Windows color (decimal): -593922 or 16707574. OLE color: 16707574.

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

Color convert

RGB246239254-
CMYK0.030.0600.00
HSL268º88.24%96.67%-
HSV(B)268º5.91%99.61%-
XYZ86.7688.48106.27-
YUV242.8134.32130.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.29%
GREEN value IS 239 (93.75% from 255) = 32.34%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=33.29%
G=32.34%
B=34.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462392540.030.0600.0026888.2496.67
HexF6EFFE360010c5861
Octal3663573763600414130141
Binary111101101110111111111110111100010000110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFFE; }

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

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

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

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

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

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

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

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