Color Hex Logo

#fcd8bc Color Hex

#FCD8BC
(252,216,188)
0 Favorites   0 Comments

Color spaces of #fcd8bc

RGB 252216188
HSL0.070.910.86
HSV26°25°99°
CMYK 0.000.140.25   0.01
XYZ73.777973.438057.8634
Yxy73.43800.35980.3581
Hunter Lab85.69603.707419.9536
CIE-Lab88.65628.410318.4431

#fcd8bc color RGB value is (252,216,188).

#fcd8bc hex color red value is 252, green value is 216 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fcd8bc hue: 0.07 , saturation: 0.91 and the lightness value of fcd8bc is 0.86.

The process color (four color CMYK) of #fcd8bc color hex is 0.00, 0.14, 0.25, 0.01. Web safe color of #fcd8bc is #ffcccc. Color #fcd8bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 10111100
Octal 374 330 274
Decimal 252 216 188
Hex FC D8 BC

RGB Percentages of Color #fcd8bc

%38.41
%32.93
%28.66

CMYK Percentages of Color #fcd8bc

%0
%14
%25
%1

Triadic Colors of #fcd8bc

#fcd8bc #bcfcd8 #d8bcfc

Analogous Colors of #fcd8bc

#fcd8bc #fcf8bc #fcbcc0

Monochromatic Colors of #fcd8bc

#fcd8bc

Complementary Color

#fcd8bc #bce0fc

#fcd8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd8bc Color CSS Codes

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

#fcd8bc Text Font Color

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

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


#fcd8bc Background Color

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

This div background color is #fcd8bc


#fcd8bc Border Color

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

This div border color is #fcd8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd8bc


Comments

No comments written yet.

Please login to write comment.