Color Hex Logo

#fcb3dc Color Hex

#FCB3DC
(252,179,220)
0 Favorites   0 Comments

Color spaces of #fcb3dc

RGB 252179220
HSL0.910.920.85
HSV326°29°99°
CMYK 0.000.290.13   0.01
XYZ69.183358.103075.2788
Yxy58.10300.34150.2868
Hunter Lab76.225328.6151-5.1960
CIE-Lab80.796032.5463-9.9586

#fcb3dc color RGB value is (252,179,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 11011100
Octal 374 263 334
Decimal 252 179 220
Hex FC B3 DC

RGB Percentages of Color #fcb3dc

%38.71
%27.50
%33.79

CMYK Percentages of Color #fcb3dc

%0
%29
%13
%1

Triadic Colors of #fcb3dc

#fcb3dc #dcfcb3 #b3dcfc

Analogous Colors of #fcb3dc

#fcb3dc #fcb3b8 #f8b3fc

Monochromatic Colors of #fcb3dc

#fcb3dc

Complementary Color

#fcb3dc #b3fcd3

#fcb3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb3dc Color CSS Codes

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

#fcb3dc Text Font Color

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

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


#fcb3dc Background Color

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

This div background color is #fcb3dc


#fcb3dc Border Color

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

This div border color is #fcb3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb3dc


Comments

No comments written yet.

Please login to write comment.