#F6EFFA

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

Shades of Magnolia #F6EFFA

Tints of Magnolia #F6EFFA

Color information

#F6EFFA (or 0xF6EFFA) is unknown color: approx Magnolia. HEX triplet: F6, EF and FA. RGB value is (246,239,250). Sum of RGB (Red+Green+Blue) = 246+239+250=735 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.47% from 735); Green value is 239 (93.75% from 255 or 32.52% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6EFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EFFA is #091005. Grayscale: #F2F2F2. Windows color (decimal): -593926 or 16445430. OLE color: 16445430.

HSL color Cylindrical-coordinate representation of color #F6EFFA: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6EFFA is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246239250-
CMYK0.020.0400.02
HSL278.18º52.38%95.88%-
HSV(B)278.18º4.4%98.04%-
XYZ86.1388.23102.93-
YUV242.35132.32130.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.47%
GREEN value IS 239 (93.75% from 255) = 32.52%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=33.47%
G=32.52%
B=34.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462392500.020.0400.02278.1852.3895.88
HexF6EFFA24021163460
Octal366357372240242664140
Binary111101101110111111111010101000101000101101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFFA; }

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

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

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

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

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

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

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

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