#FAF5FE

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

Shades of Magnolia #FAF5FE

Tints of Magnolia #FAF5FE

Color information

#FAF5FE (or 0xFAF5FE) is unknown color: approx Magnolia. HEX triplet: FA, F5 and FE. RGB value is (250,245,254). Sum of RGB (Red+Green+Blue) = 250+245+254=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 245 (96.09% from 255 or 32.71% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5FE is #050A01. Grayscale: #F7F7F7. Windows color (decimal): -330242 or 16709114. OLE color: 16709114.

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

Color convert

RGB250245254-
CMYK0.020.0400.00
HSL273.33º81.82%97.84%-
HSV(B)273.33º3.54%99.61%-
XYZ89.9792.78106.93-
YUV247.52131.66129.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.38%
GREEN value IS 245 (96.09% from 255) = 32.71%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=33.38%
G=32.71%
B=33.91%

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
Decimal2502452540.020.0400.00273.3381.8297.84
HexFAF5FE24001115262
Octal3723653762400421122142
Binary111110101111010111111110101000010001000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5FE; }

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

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

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

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

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

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

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

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