Color Hex Logo

#fcb1dc Color Hex

#FCB1DC
(252,177,220)
0 Favorites   0 Comments

Color spaces of #fcb1dc

RGB 252177220
HSL0.900.930.84
HSV326°30°99°
CMYK 0.000.300.13   0.01
XYZ68.785357.307075.1461
Yxy57.30700.34180.2848
Hunter Lab75.701429.7148-5.8641
CIE-Lab80.352033.5962-10.6202

#fcb1dc color RGB value is (252,177,220).

#fcb1dc hex color red value is 252, green value is 177 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fcb1dc hue: 0.90 , saturation: 0.93 and the lightness value of fcb1dc is 0.84.

The process color (four color CMYK) of #fcb1dc color hex is 0.00, 0.30, 0.13, 0.01. Web safe color of #fcb1dc is #ff99cc. Color #fcb1dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 11011100
Octal 374 261 334
Decimal 252 177 220
Hex FC B1 DC

RGB Percentages of Color #fcb1dc

%38.83
%27.27
%33.90

CMYK Percentages of Color #fcb1dc

%0
%30
%13
%1

Triadic Colors of #fcb1dc

#fcb1dc #dcfcb1 #b1dcfc

Analogous Colors of #fcb1dc

#fcb1dc #fcb1b7 #f7b1fc

Monochromatic Colors of #fcb1dc

#fcb1dc

Complementary Color

#fcb1dc #b1fcd1

#fcb1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb1dc Color CSS Codes

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

#fcb1dc Text Font Color

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

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


#fcb1dc Background Color

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

This div background color is #fcb1dc


#fcb1dc Border Color

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

This div border color is #fcb1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb1dc


Comments

No comments written yet.

Please login to write comment.