#FAF6FE

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

Shades of Magnolia #FAF6FE

Tints of Magnolia #FAF6FE

Color information

#FAF6FE (or 0xFAF6FE) is unknown color: approx Magnolia. HEX triplet: FA, F6 and FE. RGB value is (250,246,254). Sum of RGB (Red+Green+Blue) = 250+246+254=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 246 (96.48% from 255 or 32.8% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6FE is #050901. Grayscale: #F8F8F8. Windows color (decimal): -329986 or 16709370. OLE color: 16709370.

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

Color convert

RGB250246254-
CMYK0.020.0300.00
HSL270º80%98.04%-
HSV(B)270º3.15%99.61%-
XYZ90.2793.39107.03-
YUV248.11131.33129.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.33%
GREEN value IS 246 (96.48% from 255) = 32.8%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=33.33%
G=32.8%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502462540.020.0300.002708098.04
HexFAF6FE230010e5062
Octal3723663762300416120142
Binary11111010111101101111111010110010000111010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6FE; }

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

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

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

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

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

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

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

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