#FCFBFD

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

Shades of Magnolia #FCFBFD

Tints of Magnolia #FCFBFD

Color information

#FCFBFD (or 0xFCFBFD) is unknown color: approx Magnolia. HEX triplet: FC, FB and FD. RGB value is (252,251,253). Sum of RGB (Red+Green+Blue) = 252+251+253=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 251 (98.44% from 255 or 33.20% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBFD is #030402. Grayscale: #FBFBFB. Windows color (decimal): -197635 or 16645116. OLE color: 16645116.

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

Color convert

RGB252251253-
CMYK0.000.0100.01
HSL270º33.33%98.82%-
HSV(B)270º0.79%99.22%-
XYZ92.3796.78106.74-
YUV251.53128.83128.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.33%
GREEN value IS 251 (98.44% from 255) = 33.20%
BLUE value IS 253 (99.22% from 255) = 33.47%
R=33.33%
G=33.20%
B=33.47%

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
Decimal2522512530.000.0100.0127033.3398.82
HexFCFBFD010110e2163
Octal374373375010141641143
Binary11111100111110111111110101011000011101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBFD; }

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

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

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

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

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

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

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

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