Color Hex Logo

#fcfbed Color Hex

#FCFBED
(252,251,237)
0 Favorites   0 Comments

Color spaces of #fcfbed

RGB 252251237
HSL0.160.710.96
HSV56°99°
CMYK 0.000.000.06   0.01
XYZ89.928195.804293.8731
Yxy95.80420.32160.3426
Hunter Lab97.8796-7.290311.6527
CIE-Lab98.3544-2.04916.8109

#fcfbed color RGB value is (252,251,237).

#fcfbed hex color red value is 252, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fcfbed hue: 0.16 , saturation: 0.71 and the lightness value of fcfbed is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11101101
Octal 374 373 355
Decimal 252 251 237
Hex FC FB ED

RGB Percentages of Color #fcfbed

%34.05
%33.92
%32.03

CMYK Percentages of Color #fcfbed

%0
%0
%6
%1

Triadic Colors of #fcfbed

#fcfbed #edfcfb #fbedfc

Analogous Colors of #fcfbed

#fcfbed #f6fced #fcf4ed

Monochromatic Colors of #fcfbed

#fcfbed

Complementary Color

#fcfbed #edeefc

#fcfbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbed Color CSS Codes

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

#fcfbed Text Font Color

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

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


#fcfbed Background Color

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

This div background color is #fcfbed


#fcfbed Border Color

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

This div border color is #fcfbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbed

Related Colors


Comments

No comments written yet.

Please login to write comment.