Color Hex Logo

#fcccbb Color Hex

#FCCCBB
(252,204,187)
0 Favorites   0 Comments

Color spaces of #fcccbb

RGB 252204187
HSL0.040.920.86
HSV16°26°99°
CMYK 0.000.190.26   0.01
XYZ70.707467.469056.3099
Yxy67.46900.36360.3469
Hunter Lab82.13959.912416.8520
CIE-Lab85.740214.513814.8785

#fcccbb color RGB value is (252,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10111011
Octal 374 314 273
Decimal 252 204 187
Hex FC CC BB

RGB Percentages of Color #fcccbb

%39.19
%31.73
%29.08

CMYK Percentages of Color #fcccbb

%0
%19
%26
%1

Triadic Colors of #fcccbb

#fcccbb #bbfccc #ccbbfc

Analogous Colors of #fcccbb

#fcccbb #fcedbb #fcbbcb

Monochromatic Colors of #fcccbb

#fcccbb

Complementary Color

#fcccbb #bbebfc

#fcccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccbb Color CSS Codes

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

#fcccbb Text Font Color

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

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


#fcccbb Background Color

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

This div background color is #fcccbb


#fcccbb Border Color

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

This div border color is #fcccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccbb

Related Colors


Comments

No comments written yet.

Please login to write comment.