#FAF2FF

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

Shades of Magnolia #FAF2FF

Tints of Magnolia #FAF2FF

Color information

#FAF2FF (or 0xFAF2FF) is unknown color: approx Magnolia. HEX triplet: FA, F2 and FF. RGB value is (250,242,255). Sum of RGB (Red+Green+Blue) = 250+242+255=747 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.47% from 747); Green value is 242 (94.92% from 255 or 32.40% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2FF is #050D00. Grayscale: #F5F5F5. Windows color (decimal): -331009 or 16773882. OLE color: 16773882.

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

Color convert

RGB250242255-
CMYK0.020.0500
HSL276.92º100%97.45%-
HSV(B)276.92º5.1%100%-
XYZ89.2391.05107.48-
YUV245.87133.15130.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.47%
GREEN value IS 242 (94.92% from 255) = 32.40%
BLUE value IS 255 (100% from 255) = 34.14%
R=33.47%
G=32.40%
B=34.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502422550.020.0500276.9210097.45
HexFAF2FF25001156461
Octal3723623772500425144141
Binary111110101111001011111111101010010001010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2FF; }

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

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

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

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

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

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

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

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