Color Hex Logo

#fcb6dc Color Hex

#FCB6DC
(252,182,220)
0 Favorites   0 Comments

Color spaces of #fcb6dc

RGB 252182220
HSL0.910.920.85
HSV327°28°99°
CMYK 0.000.280.13   0.01
XYZ69.791159.318775.4814
Yxy59.31870.34110.2899
Hunter Lab77.018626.9667-4.1936
CIE-Lab81.466530.9697-8.9612

#fcb6dc color RGB value is (252,182,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 11011100
Octal 374 266 334
Decimal 252 182 220
Hex FC B6 DC

RGB Percentages of Color #fcb6dc

%38.53
%27.83
%33.64

CMYK Percentages of Color #fcb6dc

%0
%28
%13
%1

Triadic Colors of #fcb6dc

#fcb6dc #dcfcb6 #b6dcfc

Analogous Colors of #fcb6dc

#fcb6dc #fcb6b9 #f9b6fc

Monochromatic Colors of #fcb6dc

#fcb6dc

Complementary Color

#fcb6dc #b6fcd6

#fcb6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb6dc Color CSS Codes

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

#fcb6dc Text Font Color

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

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


#fcb6dc Background Color

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

This div background color is #fcb6dc


#fcb6dc Border Color

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

This div border color is #fcb6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb6dc

Related Colors


Comments

No comments written yet.

Please login to write comment.