#FAF8FD

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

Shades of Magnolia #FAF8FD

Tints of Magnolia #FAF8FD

Color information

#FAF8FD (or 0xFAF8FD) is unknown color: approx Magnolia. HEX triplet: FA, F8 and FD. RGB value is (250,248,253). Sum of RGB (Red+Green+Blue) = 250+248+253=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 248 (97.27% from 255 or 33.02% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FD is #050702. Grayscale: #F9F9F9. Windows color (decimal): -329475 or 16644346. OLE color: 16644346.

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

Color convert

RGB250248253-
CMYK0.010.0200.01
HSL264º55.56%98.24%-
HSV(B)264º1.98%99.22%-
XYZ90.7294.55106.4-
YUV249.17130.16128.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.29%
GREEN value IS 248 (97.27% from 255) = 33.02%
BLUE value IS 253 (99.22% from 255) = 33.69%
R=33.29%
G=33.02%
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
Decimal2502482530.010.0200.0126455.5698.24
HexFAF8FD12011083862
Octal372370375120141070142
Binary111110101111100011111101110011000010001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8FD; }

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

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

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

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

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

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

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

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