#FAF7FC

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

Shades of Magnolia #FAF7FC

Tints of Magnolia #FAF7FC

Color information

#FAF7FC (or 0xFAF7FC) is unknown color: approx Magnolia. HEX triplet: FA, F7 and FC. RGB value is (250,247,252). Sum of RGB (Red+Green+Blue) = 250+247+252=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 247 (96.88% from 255 or 32.98% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7FC is #050803. Grayscale: #F8F8F8. Windows color (decimal): -329732 or 16578554. OLE color: 16578554.

HSL color Cylindrical-coordinate representation of color #FAF7FC: hue angle of 276º degrees, saturation: 0.45, 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 #FAF7FC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250247252-
CMYK0.010.0200.01
HSL276º45.45%97.84%-
HSV(B)276º1.98%98.82%-
XYZ90.2693.87105.46-
YUV248.47129.99129.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.38%
GREEN value IS 247 (96.88% from 255) = 32.98%
BLUE value IS 252 (98.83% from 255) = 33.64%
R=33.38%
G=32.98%
B=33.64%

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
Decimal2502472520.010.0200.0127645.4597.84
HexFAF7FC12011142d62
Octal372367374120142455142
Binary111110101111011111111100110011000101001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7FC; }

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

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

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

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

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

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

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

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