#F6EFFC

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

Shades of Magnolia #F6EFFC

Tints of Magnolia #F6EFFC

Color information

#F6EFFC (or 0xF6EFFC) is unknown color: approx Magnolia. HEX triplet: F6, EF and FC. RGB value is (246,239,252). Sum of RGB (Red+Green+Blue) = 246+239+252=737 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.38% from 737); Green value is 239 (93.75% from 255 or 32.43% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6EFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EFFC is #091003. Grayscale: #F2F2F2. Windows color (decimal): -593924 or 16576502. OLE color: 16576502.

HSL color Cylindrical-coordinate representation of color #F6EFFC: hue angle of 272.31º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F6EFFC is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246239252-
CMYK0.020.0500.01
HSL272.31º68.42%96.27%-
HSV(B)272.31º5.16%98.82%-
XYZ86.4488.35104.59-
YUV242.58133.32130.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.38%
GREEN value IS 239 (93.75% from 255) = 32.43%
BLUE value IS 252 (98.83% from 255) = 34.19%
R=33.38%
G=32.43%
B=34.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462392520.020.0500.01272.3168.4296.27
HexF6EFFC25011104460
Octal3663573742501420104140
Binary111101101110111111111100101010110001000010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFFC; }

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

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

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

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

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

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

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

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