#FAF3FD

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

Shades of Magnolia #FAF3FD

Tints of Magnolia #FAF3FD

Color information

#FAF3FD (or 0xFAF3FD) is unknown color: approx Magnolia. HEX triplet: FA, F3 and FD. RGB value is (250,243,253). Sum of RGB (Red+Green+Blue) = 250+243+253=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 243 (95.31% from 255 or 32.57% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAF3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3FD is #050C02. Grayscale: #F6F6F6. Windows color (decimal): -330755 or 16643066. OLE color: 16643066.

HSL color Cylindrical-coordinate representation of color #FAF3FD: hue angle of 282º degrees, saturation: 0.71, 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 #FAF3FD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250243253-
CMYK0.010.0400.01
HSL282º71.43%97.25%-
HSV(B)282º3.95%99.22%-
XYZ89.291.52105.89-
YUV246.23131.82130.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.51%
GREEN value IS 243 (95.31% from 255) = 32.57%
BLUE value IS 253 (99.22% from 255) = 33.91%
R=33.51%
G=32.57%
B=33.91%

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
Decimal2502432530.010.0400.0128271.4397.25
HexFAF3FD140111a4761
Octal3723633751401432107141
Binary11111010111100111111110111000110001101010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3FD; }

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

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

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

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

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

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

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

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