Color Hex Logo

#fcb4dc Color Hex

#FCB4DC
(252,180,220)
0 Favorites   0 Comments

Color spaces of #fcb4dc

RGB 252180220
HSL0.910.920.85
HSV327°29°99°
CMYK 0.000.290.13   0.01
XYZ69.384458.505375.3458
Yxy58.50530.34140.2879
Hunter Lab76.488828.0654-4.8619
CIE-Lab81.018932.0209-9.6268

#fcb4dc color RGB value is (252,180,220).

#fcb4dc hex color red value is 252, green value is 180 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fcb4dc hue: 0.91 , saturation: 0.92 and the lightness value of fcb4dc is 0.85.

The process color (four color CMYK) of #fcb4dc color hex is 0.00, 0.29, 0.13, 0.01. Web safe color of #fcb4dc is #ffcccc. Color #fcb4dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 11011100
Octal 374 264 334
Decimal 252 180 220
Hex FC B4 DC

RGB Percentages of Color #fcb4dc

%38.65
%27.61
%33.74

CMYK Percentages of Color #fcb4dc

%0
%29
%13
%1

Triadic Colors of #fcb4dc

#fcb4dc #dcfcb4 #b4dcfc

Analogous Colors of #fcb4dc

#fcb4dc #fcb4b8 #f8b4fc

Monochromatic Colors of #fcb4dc

#fcb4dc

Complementary Color

#fcb4dc #b4fcd4

#fcb4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb4dc Color CSS Codes

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

#fcb4dc Text Font Color

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

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


#fcb4dc Background Color

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

This div background color is #fcb4dc


#fcb4dc Border Color

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

This div border color is #fcb4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb4dc


Comments

No comments written yet.

Please login to write comment.