#F7F6FA

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

Shades of Magnolia #F7F6FA

Tints of Magnolia #F7F6FA

Color information

#F7F6FA (or 0xF7F6FA) is unknown color: approx Magnolia. HEX triplet: F7, F6 and FA. RGB value is (247,246,250). Sum of RGB (Red+Green+Blue) = 247+246+250=743 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.24% from 743); Green value is 246 (96.48% from 255 or 33.11% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7F6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F6FA is #080905. Grayscale: #F6F6F6. Windows color (decimal): -526598 or 16447223. OLE color: 16447223.

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

Color convert

RGB247246250-
CMYK0.010.0200.02
HSL255º28.57%97.25%-
HSV(B)255º1.6%98.04%-
XYZ88.5792.59103.65-
YUV246.76129.83128.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.24%
GREEN value IS 246 (96.48% from 255) = 33.11%
BLUE value IS 250 (98.05% from 255) = 33.65%
R=33.24%
G=33.11%
B=33.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472462500.010.0200.0225528.5797.25
HexF7F6FA1202ff1d61
Octal367366372120237735141
Binary11110111111101101111101011001011111111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F6FA; }

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

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

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

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

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

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

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

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