#F6F3FE

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

Shades of Magnolia #F6F3FE

Tints of Magnolia #F6F3FE

Color information

#F6F3FE (or 0xF6F3FE) is unknown color: approx Magnolia. HEX triplet: F6, F3 and FE. RGB value is (246,243,254). Sum of RGB (Red+Green+Blue) = 246+243+254=743 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.11% from 743); Green value is 243 (95.31% from 255 or 32.71% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6F3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F3FE is #090C01. Grayscale: #F5F5F5. Windows color (decimal): -592898 or 16708598. OLE color: 16708598.

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

Color convert

RGB246243254-
CMYK0.030.0400.00
HSL256.36º84.62%97.45%-
HSV(B)256.36º4.33%99.61%-
XYZ87.9590.85106.67-
YUV245.15132.99128.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.11%
GREEN value IS 243 (95.31% from 255) = 32.71%
BLUE value IS 254 (99.61% from 255) = 34.19%
R=33.11%
G=32.71%
B=34.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462432540.030.0400.00256.3684.6297.45
HexF6F3FE34001005561
Octal3663633763400400125141
Binary111101101111001111111110111000010000000010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F3FE; }

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

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

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

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

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

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

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

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