#FAF9FC

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

Shades of Magnolia #FAF9FC

Tints of Magnolia #FAF9FC

Color information

#FAF9FC (or 0xFAF9FC) is unknown color: approx Magnolia. HEX triplet: FA, F9 and FC. RGB value is (250,249,252). Sum of RGB (Red+Green+Blue) = 250+249+252=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9FC is #050603. Grayscale: #F9F9F9. Windows color (decimal): -329220 or 16579066. OLE color: 16579066.

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

Color convert

RGB250249252-
CMYK0.010.0100.01
HSL260º33.33%98.24%-
HSV(B)260º1.19%98.82%-
XYZ90.8795.1105.66-
YUV249.64129.33128.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.29%
GREEN value IS 249 (97.66% from 255) = 33.16%
BLUE value IS 252 (98.83% from 255) = 33.56%
R=33.29%
G=33.16%
B=33.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502492520.010.0100.0126033.3398.24
HexFAF9FC11011042162
Octal372371374110140441142
Binary11111010111110011111110011011000001001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9FC; }

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

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

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

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

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

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

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

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