#FAF2FD

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

Shades of Magnolia #FAF2FD

Tints of Magnolia #FAF2FD

Color information

#FAF2FD (or 0xFAF2FD) is unknown color: approx Magnolia. HEX triplet: FA, F2 and FD. RGB value is (250,242,253). Sum of RGB (Red+Green+Blue) = 250+242+253=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 242 (94.92% from 255 or 32.48% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2FD is #050D02. Grayscale: #F5F5F5. Windows color (decimal): -331011 or 16642810. OLE color: 16642810.

HSL color Cylindrical-coordinate representation of color #FAF2FD: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAF2FD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250242253-
CMYK0.010.0400.01
HSL283.64º73.33%97.06%-
HSV(B)283.64º4.35%99.22%-
XYZ88.9190.92105.79-
YUV245.65132.15131.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.56%
GREEN value IS 242 (94.92% from 255) = 32.48%
BLUE value IS 253 (99.22% from 255) = 33.96%
R=33.56%
G=32.48%
B=33.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502422530.010.0400.01283.6473.3397.06
HexFAF2FD140111c4961
Octal3723623751401434111141
Binary11111010111100101111110111000110001110010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2FD; }

 p { color: rgb(250,242,253); }

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

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

 a { background-color: rgb(250,242,253); }

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

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

 span { border-color: rgb(250,242,253); }

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