Color Hex Logo

#fcfafb Color Hex

#FCFAFB
(252,250,251)
0 Favorites   0 Comments

Color spaces of #fcfafb

RGB 252250251
HSL0.920.250.98
HSV330°99°
CMYK 0.000.010.00   0.01
XYZ91.743196.0317104.9674
Yxy96.03170.31340.3280
Hunter Lab97.9958-4.38195.0890
CIE-Lab98.44480.8414-0.2546

#fcfafb color RGB value is (252,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11111011
Octal 374 372 373
Decimal 252 250 251
Hex FC FA FB

RGB Percentages of Color #fcfafb

%33.47
%33.20
%33.33

CMYK Percentages of Color #fcfafb

%0
%1
%0
%1

Triadic Colors of #fcfafb

#fcfafb #fbfcfa #fafbfc

Analogous Colors of #fcfafb

#fcfafb #fcfafa #fcfafc

Monochromatic Colors of #fcfafb

#fcfafb

Complementary Color

#fcfafb #fafcfb

#fcfafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfafb Color CSS Codes

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

#fcfafb Text Font Color

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

This sample text font color is #fcfafb
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.


#fcfafb Background Color

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

This div background color is #fcfafb


#fcfafb Border Color

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

This div border color is #fcfafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,250,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 #fcfafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfafb

Related Colors

#fcfafb Color Palettes


Comments

No comments written yet.

Please login to write comment.