Color Hex Logo

#fcfefb Color Hex

#FCFEFB
(252,254,251)
0 Favorites   1 Comments

Color spaces of #fcfefb

RGB 252254251
HSL0.280.600.99
HSV100°100°
CMYK 0.010.000.01   0.00
XYZ92.999398.5441105.3861
Yxy98.54410.31320.3319
Hunter Lab99.2694-6.49596.5453
CIE-Lab99.4343-1.17841.1891

#fcfefb color RGB value is (252,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11111011
Octal 374 376 373
Decimal 252 254 251
Hex FC FE FB

Shades of #fcfefb


Tints of #fcfefb

All tints are identical with #fcfefb

RGB Percentages of Color #fcfefb

%33.29
%33.55
%33.16

CMYK Percentages of Color #fcfefb

%1
%0
%1
%0

Triadic Colors of #fcfefb

#fcfefb #fbfcfe #fefbfc

Analogous Colors of #fcfefb

#fcfefb #fbfefc #fefefb

Monochromatic Colors of #fcfefb

#fcfefb

Complementary Color

#fcfefb #fdfbfe

#fcfefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfefb Color CSS Codes

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

#fcfefb Text Font Color

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

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


#fcfefb Background Color

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

This div background color is #fcfefb


#fcfefb Border Color

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

This div border color is #fcfefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfefb

Related Colors


Comments

30 Dec 2020, 15:12 Zacapea

Can you spot the difference with #ffffff to this colour?

Please login to write comment.