Color Hex Logo

#fca5bd Color Hex

#FCA5BD
(252,165,189)
0 Favorites   0 Comments

Color spaces of #fca5bd

RGB 252165189
HSL0.950.940.82
HSV343°35°99°
CMYK 0.000.350.25   0.01
XYZ62.785351.279854.7330
Yxy51.27980.37200.3038
Hunter Lab71.609931.18584.8103
CIE-Lab76.848235.24721.0602

#fca5bd color RGB value is (252,165,189).

#fca5bd hex color red value is 252, green value is 165 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fca5bd hue: 0.95 , saturation: 0.94 and the lightness value of fca5bd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 10111101
Octal 374 245 275
Decimal 252 165 189
Hex FC A5 BD

RGB Percentages of Color #fca5bd

%41.58
%27.23
%31.19

CMYK Percentages of Color #fca5bd

%0
%35
%25
%1

Triadic Colors of #fca5bd

#fca5bd #bdfca5 #a5bdfc

Analogous Colors of #fca5bd

#fca5bd #fcb9a5 #fca5e9

Monochromatic Colors of #fca5bd

#fca5bd

Complementary Color

#fca5bd #a5fce4

#fca5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca5bd Color CSS Codes

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

#fca5bd Text Font Color

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

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


#fca5bd Background Color

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

This div background color is #fca5bd


#fca5bd Border Color

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

This div border color is #fca5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca5bd


Comments

No comments written yet.

Please login to write comment.