#FAF4FF

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

Shades of Magnolia #FAF4FF

Tints of Magnolia #FAF4FF

Color information

#FAF4FF (or 0xFAF4FF) is unknown color: approx Magnolia. HEX triplet: FA, F4 and FF. RGB value is (250,244,255). Sum of RGB (Red+Green+Blue) = 250+244+255=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 244 (95.70% from 255 or 32.58% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4FF is #050B00. Grayscale: #F7F7F7. Windows color (decimal): -330497 or 16774394. OLE color: 16774394.

HSL color Cylindrical-coordinate representation of color #FAF4FF: hue angle of 272.73º 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 #FAF4FF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250244255-
CMYK0.020.0400
HSL272.73º100%97.84%-
HSV(B)272.73º4.31%100%-
XYZ89.8392.25107.68-
YUV247.05132.49130.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.38%
GREEN value IS 244 (95.70% from 255) = 32.58%
BLUE value IS 255 (100% from 255) = 34.05%
R=33.38%
G=32.58%
B=34.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502442550.020.0400272.7310097.84
HexFAF4FF24001116462
Octal3723643772400421144142
Binary111110101111010011111111101000010001000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4FF; }

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

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

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

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

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

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

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

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