#FAF7FF

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

Shades of Magnolia #FAF7FF

Tints of Magnolia #FAF7FF

Color information

#FAF7FF (or 0xFAF7FF) is unknown color: approx Magnolia. HEX triplet: FA, F7 and FF. RGB value is (250,247,255). Sum of RGB (Red+Green+Blue) = 250+247+255=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 247 (96.88% from 255 or 32.85% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7FF is #050800. Grayscale: #F8F8F8. Windows color (decimal): -329729 or 16775162. OLE color: 16775162.

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

Color convert

RGB250247255-
CMYK0.020.0300
HSL262.5º100%98.43%-
HSV(B)262.5º3.14%100%-
XYZ90.7494.07107.98-
YUV248.81131.49128.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.24%
GREEN value IS 247 (96.88% from 255) = 32.85%
BLUE value IS 255 (100% from 255) = 33.91%
R=33.24%
G=32.85%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502472550.020.0300262.510098.43
HexFAF7FF23001066462
Octal3723673772300406144142
Binary11111010111101111111111110110010000011011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7FF; }

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

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

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

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

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

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

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

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