Color Hex Logo

#fcdebf Color Hex

#FCDEBF
(252,222,191)
0 Favorites   0 Comments

Color spaces of #fcdebf

RGB 252222191
HSL0.080.910.87
HSV30°24°99°
CMYK 0.000.120.24   0.01
XYZ75.670176.699660.1065
Yxy76.69960.35610.3610
Hunter Lab87.57830.966920.6131
CIE-Lab90.18325.723819.0090

#fcdebf color RGB value is (252,222,191).

#fcdebf hex color red value is 252, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fcdebf hue: 0.08 , saturation: 0.91 and the lightness value of fcdebf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 10111111
Octal 374 336 277
Decimal 252 222 191
Hex FC DE BF

RGB Percentages of Color #fcdebf

%37.89
%33.38
%28.72

CMYK Percentages of Color #fcdebf

%0
%12
%24
%1

Triadic Colors of #fcdebf

#fcdebf #bffcde #debffc

Analogous Colors of #fcdebf

#fcdebf #fcfcbf #fcc0bf

Monochromatic Colors of #fcdebf

#fcdebf

Complementary Color

#fcdebf #bfddfc

#fcdebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdebf Color CSS Codes

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

#fcdebf Text Font Color

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

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


#fcdebf Background Color

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

This div background color is #fcdebf


#fcdebf Border Color

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

This div border color is #fcdebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdebf

Related Colors

#fcdebf Color Palettes


Comments

No comments written yet.

Please login to write comment.