Color Hex Logo

#fcc7bc Color Hex

#FCC7BC
(252,199,188)
0 Favorites   0 Comments

Color spaces of #fcc7bc

RGB 252199188
HSL0.030.910.86
HSV10°25°99°
CMYK 0.000.210.25   0.01
XYZ69.645465.173156.4859
Yxy65.17310.36410.3407
Hunter Lab80.729912.714115.0263
CIE-Lab84.572917.266012.6987

#fcc7bc color RGB value is (252,199,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 10111100
Octal 374 307 274
Decimal 252 199 188
Hex FC C7 BC

RGB Percentages of Color #fcc7bc

%39.44
%31.14
%29.42

CMYK Percentages of Color #fcc7bc

%0
%21
%25
%1

Triadic Colors of #fcc7bc

#fcc7bc #bcfcc7 #c7bcfc

Analogous Colors of #fcc7bc

#fcc7bc #fce7bc #fcbcd1

Monochromatic Colors of #fcc7bc

#fcc7bc

Complementary Color

#fcc7bc #bcf1fc

#fcc7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc7bc Color CSS Codes

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

#fcc7bc Text Font Color

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

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


#fcc7bc Background Color

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

This div background color is #fcc7bc


#fcc7bc Border Color

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

This div border color is #fcc7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc7bc


Comments

No comments written yet.

Please login to write comment.