Color Hex Logo

#fcbcdc Color Hex

#FCBCDC
(252,188,220)
0 Favorites   0 Comments

Color spaces of #fcbcdc

RGB 252188220
HSL0.920.910.86
HSV330°25°99°
CMYK 0.000.250.13   0.01
XYZ71.046461.829275.8998
Yxy61.82920.34030.2962
Hunter Lab78.631523.6759-2.1881
CIE-Lab82.822527.8131-6.9496

#fcbcdc color RGB value is (252,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11011100
Octal 374 274 334
Decimal 252 188 220
Hex FC BC DC

RGB Percentages of Color #fcbcdc

%38.18
%28.48
%33.33

CMYK Percentages of Color #fcbcdc

%0
%25
%13
%1

Triadic Colors of #fcbcdc

#fcbcdc #dcfcbc #bcdcfc

Analogous Colors of #fcbcdc

#fcbcdc #fcbcbc #fcbcfc

Monochromatic Colors of #fcbcdc

#fcbcdc

Complementary Color

#fcbcdc #bcfcdc

#fcbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcdc Color CSS Codes

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

#fcbcdc Text Font Color

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

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


#fcbcdc Background Color

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

This div background color is #fcbcdc


#fcbcdc Border Color

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

This div border color is #fcbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.