Color Hex Logo

#fcb5dc Color Hex

#FCB5DC
(252,181,220)
0 Favorites   0 Comments

Color spaces of #fcb5dc

RGB 252181220
HSL0.910.920.85
HSV327°28°99°
CMYK 0.000.280.13   0.01
XYZ69.587058.910575.4134
Yxy58.91050.34130.2889
Hunter Lab76.753227.5160-4.5278
CIE-Lab81.242431.4955-9.2944

#fcb5dc color RGB value is (252,181,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 11011100
Octal 374 265 334
Decimal 252 181 220
Hex FC B5 DC

RGB Percentages of Color #fcb5dc

%38.59
%27.72
%33.69

CMYK Percentages of Color #fcb5dc

%0
%28
%13
%1

Triadic Colors of #fcb5dc

#fcb5dc #dcfcb5 #b5dcfc

Analogous Colors of #fcb5dc

#fcb5dc #fcb5b9 #f9b5fc

Monochromatic Colors of #fcb5dc

#fcb5dc

Complementary Color

#fcb5dc #b5fcd5

#fcb5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb5dc Color CSS Codes

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

#fcb5dc Text Font Color

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

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


#fcb5dc Background Color

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

This div background color is #fcb5dc


#fcb5dc Border Color

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

This div border color is #fcb5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb5dc

Related Colors


Comments

No comments written yet.

Please login to write comment.