Color Hex Logo

#fcccbf Color Hex

#FCCCBF
(252,204,191)
0 Favorites   0 Comments

Color spaces of #fcccbf

RGB 252204191
HSL0.040.910.87
HSV13°24°99°
CMYK 0.000.190.24   0.01
XYZ71.141767.642858.5970
Yxy67.64280.36040.3427
Hunter Lab82.245210.472415.3295
CIE-Lab85.827515.063312.8843

#fcccbf color RGB value is (252,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10111111
Octal 374 314 277
Decimal 252 204 191
Hex FC CC BF

RGB Percentages of Color #fcccbf

%38.95
%31.53
%29.52

CMYK Percentages of Color #fcccbf

%0
%19
%24
%1

Triadic Colors of #fcccbf

#fcccbf #bffccc #ccbffc

Analogous Colors of #fcccbf

#fcccbf #fcebbf #fcbfd1

Monochromatic Colors of #fcccbf

#fcccbf

Complementary Color

#fcccbf #bfeffc

#fcccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccbf Color CSS Codes

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

#fcccbf Text Font Color

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

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


#fcccbf Background Color

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

This div background color is #fcccbf


#fcccbf Border Color

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

This div border color is #fcccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccbf


Comments

No comments written yet.

Please login to write comment.