Color Hex Logo

#fcbcd7 Color Hex

#FCBCD7
(252,188,215)
0 Favorites   0 Comments

Color spaces of #fcbcd7

RGB 252188215
HSL0.930.910.86
HSV335°25°99°
CMYK 0.000.250.15   0.01
XYZ70.393861.568272.4637
Yxy61.56820.34430.3012
Hunter Lab78.465422.82350.1708
CIE-Lab82.683327.0197-4.4722

#fcbcd7 color RGB value is (252,188,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11010111
Octal 374 274 327
Decimal 252 188 215
Hex FC BC D7

RGB Percentages of Color #fcbcd7

%38.47
%28.70
%32.82

CMYK Percentages of Color #fcbcd7

%0
%25
%15
%1

Triadic Colors of #fcbcd7

#fcbcd7 #d7fcbc #bcd7fc

Analogous Colors of #fcbcd7

#fcbcd7 #fcc1bc #fcbcf7

Monochromatic Colors of #fcbcd7

#fcbcd7

Complementary Color

#fcbcd7 #bcfce1

#fcbcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcd7 Color CSS Codes

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

#fcbcd7 Text Font Color

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

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


#fcbcd7 Background Color

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

This div background color is #fcbcd7


#fcbcd7 Border Color

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

This div border color is #fcbcd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,188,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcbcd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcd7


Comments

No comments written yet.

Please login to write comment.