#F6F2FB

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

Shades of Magnolia #F6F2FB

Tints of Magnolia #F6F2FB

Color information

#F6F2FB (or 0xF6F2FB) is unknown color: approx Magnolia. HEX triplet: F6, F2 and FB. RGB value is (246,242,251). Sum of RGB (Red+Green+Blue) = 246+242+251=739 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.29% from 739); Green value is 242 (94.92% from 255 or 32.75% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6F2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2FB is #090D04. Grayscale: #F4F4F4. Windows color (decimal): -593157 or 16511734. OLE color: 16511734.

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

Color convert

RGB246242251-
CMYK0.020.0400.02
HSL266.67º52.94%96.67%-
HSV(B)266.67º3.59%98.43%-
XYZ87.1790.06104.06-
YUV244.22131.83129.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.29%
GREEN value IS 242 (94.92% from 255) = 32.75%
BLUE value IS 251 (98.44% from 255) = 33.96%
R=33.29%
G=32.75%
B=33.96%

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
Decimal2462422510.020.0400.02266.6752.9496.67
HexF6F2FB240210b3561
Octal366362373240241365141
Binary111101101111001011111011101000101000010111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F2FB; }

 p { color: rgb(246,242,251); }

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

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

 a { background-color: rgb(246,242,251); }

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

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

 span { border-color: rgb(246,242,251); }

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