Color Hex Logo

#fcbcdd Color Hex

#FCBCDD
(252,188,221)
0 Favorites   0 Comments

Color spaces of #fcbcdd

RGB 252188221
HSL0.910.910.86
HSV329°25°99°
CMYK 0.000.250.12   0.01
XYZ71.179261.882376.5995
Yxy61.88230.33950.2952
Hunter Lab78.665323.8489-2.6673
CIE-Lab82.850827.9738-7.4441

#fcbcdd color RGB value is (252,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11011101
Octal 374 274 335
Decimal 252 188 221
Hex FC BC DD

RGB Percentages of Color #fcbcdd

%38.12
%28.44
%33.43

CMYK Percentages of Color #fcbcdd

%0
%25
%12
%1

Triadic Colors of #fcbcdd

#fcbcdd #ddfcbc #bcddfc

Analogous Colors of #fcbcdd

#fcbcdd #fcbcbd #fbbcfc

Monochromatic Colors of #fcbcdd

#fcbcdd

Complementary Color

#fcbcdd #bcfcdb

#fcbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcdd Color CSS Codes

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

#fcbcdd Text Font Color

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

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


#fcbcdd Background Color

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

This div background color is #fcbcdd


#fcbcdd Border Color

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

This div border color is #fcbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.