#FAF8FF

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

Shades of Magnolia #FAF8FF

Tints of Magnolia #FAF8FF

Color information

#FAF8FF (or 0xFAF8FF) is unknown color: approx Magnolia. HEX triplet: FA, F8 and FF. RGB value is (250,248,255). Sum of RGB (Red+Green+Blue) = 250+248+255=753 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.20% from 753); Green value is 248 (97.27% from 255 or 32.93% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FF is #050700. Grayscale: #F9F9F9. Windows color (decimal): -329473 or 16775418. OLE color: 16775418.

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

Color convert

RGB250248255-
CMYK0.020.0300
HSL257.14º100%98.63%-
HSV(B)257.14º2.75%100%-
XYZ91.0494.68108.08-
YUV249.4131.16128.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.20%
GREEN value IS 248 (97.27% from 255) = 32.93%
BLUE value IS 255 (100% from 255) = 33.86%
R=33.20%
G=32.93%
B=33.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502482550.020.0300257.1410098.63
HexFAF8FF23001016463
Octal3723703772300401144143
Binary11111010111110001111111110110010000000111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8FF; }

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

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

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

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

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

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

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

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