Color Hex Logo

#fcbdd7 Color Hex

#FCBDD7
(252,189,215)
0 Favorites   0 Comments

Color spaces of #fcbdd7

RGB 252189215
HSL0.930.910.86
HSV335°25°99°
CMYK 0.000.250.15   0.01
XYZ70.608261.996972.5351
Yxy61.99690.34420.3022
Hunter Lab78.738122.27770.4976
CIE-Lab82.911826.4935-4.1356

#fcbdd7 color RGB value is (252,189,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11010111
Octal 374 275 327
Decimal 252 189 215
Hex FC BD D7

RGB Percentages of Color #fcbdd7

%38.41
%28.81
%32.77

CMYK Percentages of Color #fcbdd7

%0
%25
%15
%1

Triadic Colors of #fcbdd7

#fcbdd7 #d7fcbd #bdd7fc

Analogous Colors of #fcbdd7

#fcbdd7 #fcc3bd #fcbdf7

Monochromatic Colors of #fcbdd7

#fcbdd7

Complementary Color

#fcbdd7 #bdfce2

#fcbdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdd7 Color CSS Codes

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

#fcbdd7 Text Font Color

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

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


#fcbdd7 Background Color

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

This div background color is #fcbdd7


#fcbdd7 Border Color

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

This div border color is #fcbdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdd7

Related Colors


Comments

No comments written yet.

Please login to write comment.