#FCFAFD

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

Shades of Magnolia #FCFAFD

Tints of Magnolia #FCFAFD

Color information

#FCFAFD (or 0xFCFAFD) is unknown color: approx Magnolia. HEX triplet: FC, FA and FD. RGB value is (252,250,253). Sum of RGB (Red+Green+Blue) = 252+250+253=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 250 (98.05% from 255 or 33.11% from 755); Blue value is 253 (99.22% from 255 or 33.51% from 755); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFD is #030502. Grayscale: #FAFAFA. Windows color (decimal): -197891 or 16644860. OLE color: 16644860.

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

Color convert

RGB252250253-
CMYK0.000.0100.01
HSL280º42.86%98.63%-
HSV(B)280º1.19%99.22%-
XYZ92.0696.16106.64-
YUV250.94129.16128.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 33.11%
BLUE value IS 253 (99.22% from 255) = 33.51%
R=33.38%
G=33.11%
B=33.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522502530.000.0100.0128042.8698.63
HexFCFAFD01011182b63
Octal374372375010143053143
Binary11111100111110101111110101011000110001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAFD; }

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

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

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

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

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

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

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

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