Color Hex Logo

#fcb7dc Color Hex

#FCB7DC
(252,183,220)
0 Favorites   0 Comments

Color spaces of #fcb7dc

RGB 252183220
HSL0.910.920.85
HSV328°27°99°
CMYK 0.000.270.13   0.01
XYZ69.996659.729775.5499
Yxy59.72970.34100.2910
Hunter Lab77.285026.4178-3.8594
CIE-Lab81.691030.4440-8.6275

#fcb7dc color RGB value is (252,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 11011100
Octal 374 267 334
Decimal 252 183 220
Hex FC B7 DC

RGB Percentages of Color #fcb7dc

%38.47
%27.94
%33.59

CMYK Percentages of Color #fcb7dc

%0
%27
%13
%1

Triadic Colors of #fcb7dc

#fcb7dc #dcfcb7 #b7dcfc

Analogous Colors of #fcb7dc

#fcb7dc #fcb7ba #fab7fc

Monochromatic Colors of #fcb7dc

#fcb7dc

Complementary Color

#fcb7dc #b7fcd7

#fcb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb7dc Color CSS Codes

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

#fcb7dc Text Font Color

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

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


#fcb7dc Background Color

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

This div background color is #fcb7dc


#fcb7dc Border Color

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

This div border color is #fcb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb7dc

Related Colors


Comments

No comments written yet.

Please login to write comment.