Color Hex Logo

#fcbccd Color Hex

#FCBCCD
(252,188,205)
0 Favorites   0 Comments

Color spaces of #fcbccd

RGB 252188205
HSL0.960.910.86
HSV344°25°99°
CMYK 0.000.250.19   0.01
XYZ69.147561.069765.9008
Yxy61.06970.35260.3114
Hunter Lab78.147121.18614.7042
CIE-Lab82.416225.48510.5065

#fcbccd color RGB value is (252,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11001101
Octal 374 274 315
Decimal 252 188 205
Hex FC BC CD

RGB Percentages of Color #fcbccd

%39.07
%29.15
%31.78

CMYK Percentages of Color #fcbccd

%0
%25
%19
%1

Triadic Colors of #fcbccd

#fcbccd #cdfcbc #bccdfc

Analogous Colors of #fcbccd

#fcbccd #fccbbc #fcbced

Monochromatic Colors of #fcbccd

#fcbccd

Complementary Color

#fcbccd #bcfceb

#fcbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbccd Color CSS Codes

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

#fcbccd Text Font Color

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

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


#fcbccd Background Color

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

This div background color is #fcbccd


#fcbccd Border Color

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

This div border color is #fcbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbccd

Related Colors


Comments

No comments written yet.

Please login to write comment.