Color Hex Logo

#fcd7bc Color Hex

#FCD7BC
(252,215,188)
0 Favorites   0 Comments

Color spaces of #fcd7bc

RGB 252215188
HSL0.070.910.86
HSV25°25°99°
CMYK 0.000.150.25   0.01
XYZ73.522472.927257.7783
Yxy72.92720.36000.3571
Hunter Lab85.39744.233019.6637
CIE-Lab88.41308.927618.1032

#fcd7bc color RGB value is (252,215,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 10111100
Octal 374 327 274
Decimal 252 215 188
Hex FC D7 BC

RGB Percentages of Color #fcd7bc

%38.47
%32.82
%28.70

CMYK Percentages of Color #fcd7bc

%0
%15
%25
%1

Triadic Colors of #fcd7bc

#fcd7bc #bcfcd7 #d7bcfc

Analogous Colors of #fcd7bc

#fcd7bc #fcf7bc #fcbcc1

Monochromatic Colors of #fcd7bc

#fcd7bc

Complementary Color

#fcd7bc #bce1fc

#fcd7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd7bc Color CSS Codes

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

#fcd7bc Text Font Color

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

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


#fcd7bc Background Color

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

This div background color is #fcd7bc


#fcd7bc Border Color

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

This div border color is #fcd7bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,215,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 #fcd7bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd7bc


Comments

No comments written yet.

Please login to write comment.