#FAF6FF

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

Shades of Magnolia #FAF6FF

Tints of Magnolia #FAF6FF

Color information

#FAF6FF (or 0xFAF6FF) is unknown color: approx Magnolia. HEX triplet: FA, F6 and FF. RGB value is (250,246,255). Sum of RGB (Red+Green+Blue) = 250+246+255=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 246 (96.48% from 255 or 32.76% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6FF is #050900. Grayscale: #F8F8F8. Windows color (decimal): -329985 or 16774906. OLE color: 16774906.

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

Color convert

RGB250246255-
CMYK0.020.0400
HSL266.67º100%98.24%-
HSV(B)266.67º3.53%100%-
XYZ90.4393.46107.88-
YUV248.22131.83129.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.29%
GREEN value IS 246 (96.48% from 255) = 32.76%
BLUE value IS 255 (100% from 255) = 33.95%
R=33.29%
G=32.76%
B=33.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502462550.020.0400266.6710098.24
HexFAF6FF240010b6462
Octal3723663772400413144142
Binary111110101111011011111111101000010000101111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6FF; }

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

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

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

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

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

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

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

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