#FCF9FD

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

Shades of Magnolia #FCF9FD

Tints of Magnolia #FCF9FD

Color information

#FCF9FD (or 0xFCF9FD) is unknown color: approx Magnolia. HEX triplet: FC, F9 and FD. RGB value is (252,249,253). Sum of RGB (Red+Green+Blue) = 252+249+253=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 249 (97.66% from 255 or 33.02% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FD is #030602. Grayscale: #FAFAFA. Windows color (decimal): -198147 or 16644604. OLE color: 16644604.

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

Color convert

RGB252249253-
CMYK0.000.0200.01
HSL285º50%98.43%-
HSV(B)285º1.58%99.22%-
XYZ91.7595.54106.53-
YUV250.35129.49129.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.42%
GREEN value IS 249 (97.66% from 255) = 33.02%
BLUE value IS 253 (99.22% from 255) = 33.55%
R=33.42%
G=33.02%
B=33.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522492530.000.0200.012855098.43
HexFCF9FD020111d3262
Octal374371375020143562142
Binary111111001111100111111101010011000111011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9FD; }

 p { color: rgb(252,249,253); }

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

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

 a { background-color: rgb(252,249,253); }

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

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

 span { border-color: rgb(252,249,253); }

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