#FAF9FE

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

Shades of Magnolia #FAF9FE

Tints of Magnolia #FAF9FE

Color information

#FAF9FE (or 0xFAF9FE) is unknown color: approx Magnolia. HEX triplet: FA, F9 and FE. RGB value is (250,249,254). Sum of RGB (Red+Green+Blue) = 250+249+254=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 249 (97.66% from 255 or 33.07% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9FE is #050601. Grayscale: #F9F9F9. Windows color (decimal): -329218 or 16710138. OLE color: 16710138.

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

Color convert

RGB250249254-
CMYK0.020.0200.00
HSL252º71.43%98.63%-
HSV(B)252º1.97%99.61%-
XYZ91.1995.23107.34-
YUV249.87130.33128.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.20%
GREEN value IS 249 (97.66% from 255) = 33.07%
BLUE value IS 254 (99.61% from 255) = 33.73%
R=33.20%
G=33.07%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502492540.020.0200.0025271.4398.63
HexFAF9FE2200fc4763
Octal3723713762200374107143
Binary1111101011111001111111101010001111110010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9FE; }

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

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

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

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

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

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

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

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