#FAF3FF

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

Shades of Magnolia #FAF3FF

Tints of Magnolia #FAF3FF

Color information

#FAF3FF (or 0xFAF3FF) is unknown color: approx Magnolia. HEX triplet: FA, F3 and FF. RGB value is (250,243,255). Sum of RGB (Red+Green+Blue) = 250+243+255=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 243 (95.31% from 255 or 32.49% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3FF is #050C00. Grayscale: #F6F6F6. Windows color (decimal): -330753 or 16774138. OLE color: 16774138.

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

Color convert

RGB250243255-
CMYK0.020.0500
HSL275º100%97.65%-
HSV(B)275º4.71%100%-
XYZ89.5291.65107.58-
YUV246.46132.82130.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.42%
GREEN value IS 243 (95.31% from 255) = 32.49%
BLUE value IS 255 (100% from 255) = 34.09%
R=33.42%
G=32.49%
B=34.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502432550.020.050027510097.65
HexFAF3FF25001136462
Octal3723633772500423144142
Binary111110101111001111111111101010010001001111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3FF; }

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

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

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

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

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

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

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

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