#FAF8FC

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

Shades of Magnolia #FAF8FC

Tints of Magnolia #FAF8FC

Color information

#FAF8FC (or 0xFAF8FC) is unknown color: approx Magnolia. HEX triplet: FA, F8 and FC. RGB value is (250,248,252). Sum of RGB (Red+Green+Blue) = 250+248+252=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 248 (97.27% from 255 or 33.07% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAF8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FC is #050703. Grayscale: #F9F9F9. Windows color (decimal): -329476 or 16578810. OLE color: 16578810.

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

Color convert

RGB250248252-
CMYK0.010.0200.01
HSL270º40%98.04%-
HSV(B)270º1.59%98.82%-
XYZ90.5694.49105.56-
YUV249.05129.66128.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.33%
GREEN value IS 248 (97.27% from 255) = 33.07%
BLUE value IS 252 (98.83% from 255) = 33.6%
R=33.33%
G=33.07%
B=33.6%

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
Decimal2502482520.010.0200.012704098.04
HexFAF8FC120110e2862
Octal372370374120141650142
Binary111110101111100011111100110011000011101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8FC; }

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

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

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

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

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

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

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

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