#F6F4FB

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

Shades of Magnolia #F6F4FB

Tints of Magnolia #F6F4FB

Color information

#F6F4FB (or 0xF6F4FB) is unknown color: approx Magnolia. HEX triplet: F6, F4 and FB. RGB value is (246,244,251). Sum of RGB (Red+Green+Blue) = 246+244+251=741 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.20% from 741); Green value is 244 (95.70% from 255 or 32.93% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6F4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F4FB is #090B04. Grayscale: #F5F5F5. Windows color (decimal): -592645 or 16512246. OLE color: 16512246.

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

Color convert

RGB246244251-
CMYK0.020.0300.02
HSL257.14º46.67%97.06%-
HSV(B)257.14º2.79%98.43%-
XYZ87.7791.26104.26-
YUV245.4131.16128.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.20%
GREEN value IS 244 (95.70% from 255) = 32.93%
BLUE value IS 251 (98.44% from 255) = 33.87%
R=33.20%
G=32.93%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462442510.020.0300.02257.1446.6797.06
HexF6F4FB23021012f61
Octal366364373230240157141
Binary11110110111101001111101110110101000000011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F4FB; }

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

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

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

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

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

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

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

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