Color Hex Logo

#fcfbde Color Hex

#FCFBDE
(252,251,222)
0 Favorites   0 Comments

Color spaces of #fcfbde

RGB 252251222
HSL0.160.830.93
HSV58°12°99°
CMYK 0.000.000.12   0.01
XYZ87.826994.963782.8081
Yxy94.96370.33070.3575
Hunter Lab97.4493-9.661917.8325
CIE-Lab98.0190-4.456614.0265

#fcfbde color RGB value is (252,251,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11011110
Octal 374 373 336
Decimal 252 251 222
Hex FC FB DE

RGB Percentages of Color #fcfbde

%34.76
%34.62
%30.62

CMYK Percentages of Color #fcfbde

%0
%0
%12
%1

Triadic Colors of #fcfbde

#fcfbde #defcfb #fbdefc

Analogous Colors of #fcfbde

#fcfbde #eefcde #fcecde

Monochromatic Colors of #fcfbde

#fcfbde

Complementary Color

#fcfbde #dedffc

#fcfbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbde Color CSS Codes

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

#fcfbde Text Font Color

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

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


#fcfbde Background Color

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

This div background color is #fcfbde


#fcfbde Border Color

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

This div border color is #fcfbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbde

Related Colors

#fcfbde Color Palettes


Comments

No comments written yet.

Please login to write comment.