Color Hex Logo

#fcb4bd Color Hex

#FCB4BD
(252,180,189)
0 Favorites   0 Comments

Color spaces of #fcb4bd

RGB 252180189
HSL0.980.920.85
HSV353°29°99°
CMYK 0.000.290.25   0.01
XYZ65.651457.012155.6883
Yxy57.01210.36810.3197
Hunter Lab75.506423.06649.1262
CIE-Lab80.186427.38615.8958

#fcb4bd color RGB value is (252,180,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 10111101
Octal 374 264 275
Decimal 252 180 189
Hex FC B4 BD

RGB Percentages of Color #fcb4bd

%40.58
%28.99
%30.43

CMYK Percentages of Color #fcb4bd

%0
%29
%25
%1

Triadic Colors of #fcb4bd

#fcb4bd #bdfcb4 #b4bdfc

Analogous Colors of #fcb4bd

#fcb4bd #fccfb4 #fcb4e1

Monochromatic Colors of #fcb4bd

#fcb4bd

Complementary Color

#fcb4bd #b4fcf3

#fcb4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb4bd Color CSS Codes

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

#fcb4bd Text Font Color

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

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


#fcb4bd Background Color

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

This div background color is #fcb4bd


#fcb4bd Border Color

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

This div border color is #fcb4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb4bd


Comments

No comments written yet.

Please login to write comment.