Color Hex Logo

#fcfdfb Color Hex

#FCFDFB
(252,253,251)
1 Favorites   0 Comments

Color spaces of #fcfdfb

RGB 252253251
HSL0.250.330.99
HSV90°99°
CMYK 0.000.000.01   0.01
XYZ92.682897.9110105.2806
Yxy97.91100.31330.3309
Hunter Lab98.9500-5.96816.1817
CIE-Lab99.1866-0.67430.8280

#fcfdfb color RGB value is (252,253,251).

#fcfdfb hex color red value is 252, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fcfdfb hue: 0.25 , saturation: 0.33 and the lightness value of fcfdfb is 0.99.

The process color (four color CMYK) of #fcfdfb color hex is 0.00, 0.00, 0.01, 0.01. Web safe color of #fcfdfb is #ffffff. Color #fcfdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11111011
Octal 374 375 373
Decimal 252 253 251
Hex FC FD FB

Shades of #fcfdfb


Tints of #fcfdfb

All tints are identical with #fcfdfb

RGB Percentages of Color #fcfdfb

%33.33
%33.47
%33.20

CMYK Percentages of Color #fcfdfb

%0
%0
%1
%1

Triadic Colors of #fcfdfb

#fcfdfb #fbfcfd #fdfbfc

Analogous Colors of #fcfdfb

#fcfdfb #fbfdfb #fdfdfb

Monochromatic Colors of #fcfdfb

#fcfdfb

Complementary Color

#fcfdfb #fcfbfd

#fcfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdfb Color CSS Codes

.mybgcolor {background-color:#fcfdfb; } 
.myforecolor {color:#fcfdfb; }
.mybordercolor {border:3px solid #fcfdfb; }

#fcfdfb Text Font Color

<p style="color:#fcfdfb">Text here</p>

This sample text font color is #fcfdfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcfdfb Background Color

<div style="background-color:#fcfdfb">
Div content here</div>

This div background color is #fcfdfb


#fcfdfb Border Color

<div style="border:3px solid #fcfdfb">
Div here</div>

This div border color is #fcfdfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,253,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcfdfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcfdfb;
  -webkit-box-shadow: 1px 1px 3px 2px #fcfdfb;
  box-shadow:         1px 1px 3px 2px #fcfdfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,253,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcfdfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfdfb;
  -webkit-box-shadow: 1px 1px 3px 2px #fcfdfb;
  box-shadow:         1px 1px 3px 2px #fcfdfb;">
Div content here</div>

This div box has shadow with color #fcfdfb

Related Colors

#fcfdfb Color Palettes


Comments

No comments written yet.

Please login to write comment.