#FAF1FE

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

Shades of Magnolia #FAF1FE

Tints of Magnolia #FAF1FE

Color information

#FAF1FE (or 0xFAF1FE) is unknown color: approx Magnolia. HEX triplet: FA, F1 and FE. RGB value is (250,241,254). Sum of RGB (Red+Green+Blue) = 250+241+254=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 241 (94.53% from 255 or 32.35% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1FE is #050E01. Grayscale: #F5F5F5. Windows color (decimal): -331266 or 16708090. OLE color: 16708090.

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

Color convert

RGB250241254-
CMYK0.020.0500.00
HSL281.54º86.67%97.06%-
HSV(B)281.54º5.12%99.61%-
XYZ88.7790.39106.53-
YUV245.17132.98131.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.56%
GREEN value IS 241 (94.53% from 255) = 32.35%
BLUE value IS 254 (99.61% from 255) = 34.09%
R=33.56%
G=32.35%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2502412540.020.0500.00281.5486.6797.06
HexFAF1FE250011a5761
Octal3723613762500432127141
Binary111110101111000111111110101010010001101010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1FE; }

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

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

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

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

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

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

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

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