Color Hex Logo

#fca9bd Color Hex

#FCA9BD
(252,169,189)
0 Favorites   0 Comments

Color spaces of #fca9bd

RGB 252169189
HSL0.960.930.83
HSV346°33°99°
CMYK 0.000.330.25   0.01
XYZ63.518252.745554.9772
Yxy52.74550.37090.3080
Hunter Lab72.626129.01905.9564
CIE-Lab77.724533.15782.3349

#fca9bd color RGB value is (252,169,189).

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

The process color (four color CMYK) of #fca9bd color hex is 0.00, 0.33, 0.25, 0.01. Web safe color of #fca9bd is #ff99cc. Color #fca9bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 10111101
Octal 374 251 275
Decimal 252 169 189
Hex FC A9 BD

RGB Percentages of Color #fca9bd

%41.31
%27.70
%30.98

CMYK Percentages of Color #fca9bd

%0
%33
%25
%1

Triadic Colors of #fca9bd

#fca9bd #bdfca9 #a9bdfc

Analogous Colors of #fca9bd

#fca9bd #fcbfa9 #fca9e7

Monochromatic Colors of #fca9bd

#fca9bd

Complementary Color

#fca9bd #a9fce8

#fca9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca9bd Color CSS Codes

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

#fca9bd Text Font Color

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

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


#fca9bd Background Color

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

This div background color is #fca9bd


#fca9bd Border Color

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

This div border color is #fca9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca9bd


Comments

No comments written yet.

Please login to write comment.