#FAF9FB

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

Shades of Magnolia #FAF9FB

Tints of Magnolia #FAF9FB

Color information

#FAF9FB (or 0xFAF9FB) is unknown color: approx Magnolia. HEX triplet: FA, F9 and FB. RGB value is (250,249,251). Sum of RGB (Red+Green+Blue) = 250+249+251=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 251 (98.44% from 255 or 33.47% from 750); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9FB is #050604. Grayscale: #F9F9F9. Windows color (decimal): -329221 or 16513530. OLE color: 16513530.

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

Color convert

RGB250249251-
CMYK0.000.0100.02
HSL270º20%98.04%-
HSV(B)270º0.8%98.43%-
XYZ90.7195.04104.83-
YUV249.53128.83128.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.33%
GREEN value IS 249 (97.66% from 255) = 33.2%
BLUE value IS 251 (98.44% from 255) = 33.47%
R=33.33%
G=33.2%
B=33.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502492510.000.0100.022702098.04
HexFAF9FB010210e1462
Octal372371373010241624142
Binary11111010111110011111101101010100001110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9FB; }

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

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

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

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

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

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

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

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