Color Hex Logo

#fcbdd9 Color Hex

#FCBDD9
(252,189,217)
0 Favorites   0 Comments

Color spaces of #fcbdd9

RGB 252189217
HSL0.930.910.86
HSV333°25°99°
CMYK 0.000.250.14   0.01
XYZ70.866962.100473.8971
Yxy62.10040.34260.3002
Hunter Lab78.803822.6153-0.4357
CIE-Lab82.966826.8088-5.1272

#fcbdd9 color RGB value is (252,189,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11011001
Octal 374 275 331
Decimal 252 189 217
Hex FC BD D9

RGB Percentages of Color #fcbdd9

%38.30
%28.72
%32.98

CMYK Percentages of Color #fcbdd9

%0
%25
%14
%1

Triadic Colors of #fcbdd9

#fcbdd9 #d9fcbd #bdd9fc

Analogous Colors of #fcbdd9

#fcbdd9 #fcc1bd #fcbdf9

Monochromatic Colors of #fcbdd9

#fcbdd9

Complementary Color

#fcbdd9 #bdfce0

#fcbdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdd9 Color CSS Codes

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

#fcbdd9 Text Font Color

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

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


#fcbdd9 Background Color

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

This div background color is #fcbdd9


#fcbdd9 Border Color

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

This div border color is #fcbdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdd9


Comments

No comments written yet.

Please login to write comment.