#FAF6FC

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

Shades of Magnolia #FAF6FC

Tints of Magnolia #FAF6FC

Color information

#FAF6FC (or 0xFAF6FC) is unknown color: approx Magnolia. HEX triplet: FA, F6 and FC. RGB value is (250,246,252). Sum of RGB (Red+Green+Blue) = 250+246+252=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 246 (96.48% from 255 or 32.89% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAF6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6FC is #050903. Grayscale: #F7F7F7. Windows color (decimal): -329988 or 16578298. OLE color: 16578298.

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

Color convert

RGB250246252-
CMYK0.010.0200.01
HSL280º50%97.65%-
HSV(B)280º2.38%98.82%-
XYZ89.9593.26105.36-
YUV247.88130.33129.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.42%
GREEN value IS 246 (96.48% from 255) = 32.89%
BLUE value IS 252 (98.83% from 255) = 33.69%
R=33.42%
G=32.89%
B=33.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502462520.010.0200.012805097.65
HexFAF6FC12011183262
Octal372366374120143062142
Binary111110101111011011111100110011000110001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6FC; }

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

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

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

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

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

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

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

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