Color Hex Logo

#fca1bd Color Hex

#FCA1BD
(252,161,189)
0 Favorites   0 Comments

Color spaces of #fca1bd

RGB 252161189
HSL0.950.940.81
HSV342°36°99°
CMYK 0.000.360.25   0.01
XYZ62.075149.859354.4962
Yxy49.85930.37300.2996
Hunter Lab70.611133.35213.6690
CIE-Lab75.982837.3291-0.2022

#fca1bd color RGB value is (252,161,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 10111101
Octal 374 241 275
Decimal 252 161 189
Hex FC A1 BD

RGB Percentages of Color #fca1bd

%41.86
%26.74
%31.40

CMYK Percentages of Color #fca1bd

%0
%36
%25
%1

Triadic Colors of #fca1bd

#fca1bd #bdfca1 #a1bdfc

Analogous Colors of #fca1bd

#fca1bd #fcb3a1 #fca1eb

Monochromatic Colors of #fca1bd

#fca1bd

Complementary Color

#fca1bd #a1fce0

#fca1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca1bd Color CSS Codes

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

#fca1bd Text Font Color

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

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


#fca1bd Background Color

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

This div background color is #fca1bd


#fca1bd Border Color

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

This div border color is #fca1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca1bd

Related Colors


Comments

No comments written yet.

Please login to write comment.