Color Hex Logo

#fcd2bb Color Hex

#FCD2BB
(252,210,187)
0 Favorites   0 Comments

Color spaces of #fcd2bb

RGB 252210187
HSL0.060.920.86
HSV21°26°99°
CMYK 0.000.170.26   0.01
XYZ72.161170.376556.7944
Yxy70.37650.36200.3531
Hunter Lab83.89076.733418.5839
CIE-Lab87.181211.386616.9038

#fcd2bb color RGB value is (252,210,187).

#fcd2bb hex color red value is 252, green value is 210 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcd2bb hue: 0.06 , saturation: 0.92 and the lightness value of fcd2bb is 0.86.

The process color (four color CMYK) of #fcd2bb color hex is 0.00, 0.17, 0.26, 0.01. Web safe color of #fcd2bb is #ffcccc. Color #fcd2bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 10111011
Octal 374 322 273
Decimal 252 210 187
Hex FC D2 BB

RGB Percentages of Color #fcd2bb

%38.83
%32.36
%28.81

CMYK Percentages of Color #fcd2bb

%0
%17
%26
%1

Triadic Colors of #fcd2bb

#fcd2bb #bbfcd2 #d2bbfc

Analogous Colors of #fcd2bb

#fcd2bb #fcf3bb #fcbbc5

Monochromatic Colors of #fcd2bb

#fcd2bb

Complementary Color

#fcd2bb #bbe5fc

#fcd2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd2bb Color CSS Codes

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

#fcd2bb Text Font Color

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

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


#fcd2bb Background Color

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

This div background color is #fcd2bb


#fcd2bb Border Color

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

This div border color is #fcd2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd2bb

Related Colors


Comments

No comments written yet.

Please login to write comment.