#FAF3FE

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

Shades of Magnolia #FAF3FE

Tints of Magnolia #FAF3FE

Color information

#FAF3FE (or 0xFAF3FE) is unknown color: approx Magnolia. HEX triplet: FA, F3 and FE. RGB value is (250,243,254). Sum of RGB (Red+Green+Blue) = 250+243+254=747 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.47% from 747); Green value is 243 (95.31% from 255 or 32.53% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3FE is #050C01. Grayscale: #F6F6F6. Windows color (decimal): -330754 or 16708602. OLE color: 16708602.

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

Color convert

RGB250243254-
CMYK0.020.0400.00
HSL278.18º84.62%97.45%-
HSV(B)278.18º4.33%99.61%-
XYZ89.3691.58106.73-
YUV246.35132.32130.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.47%
GREEN value IS 243 (95.31% from 255) = 32.53%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=33.47%
G=32.53%
B=34.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502432540.020.0400.00278.1884.6297.45
HexFAF3FE24001165561
Octal3723633762400426125141
Binary111110101111001111111110101000010001011010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3FE; }

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

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

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

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

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

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

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

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