Color Hex Logo

#fcabd9 Color Hex

#FCABD9
(252,171,217)
0 Favorites   0 Comments

Color spaces of #fcabd9

RGB 252171217
HSL0.910.930.83
HSV326°32°99°
CMYK 0.000.320.14   0.01
XYZ67.232254.831072.6856
Yxy54.83100.34520.2815
Hunter Lab74.048032.4860-6.3656
CIE-Lab78.943836.2614-11.0976

#fcabd9 color RGB value is (252,171,217).

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

The process color (four color CMYK) of #fcabd9 color hex is 0.00, 0.32, 0.14, 0.01. Web safe color of #fcabd9 is #ff99cc. Color #fcabd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11011001
Octal 374 253 331
Decimal 252 171 217
Hex FC AB D9

RGB Percentages of Color #fcabd9

%39.38
%26.72
%33.91

CMYK Percentages of Color #fcabd9

%0
%32
%14
%1

Triadic Colors of #fcabd9

#fcabd9 #d9fcab #abd9fc

Analogous Colors of #fcabd9

#fcabd9 #fcabb1 #f7abfc

Monochromatic Colors of #fcabd9

#fcabd9

Complementary Color

#fcabd9 #abfcce

#fcabd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabd9 Color CSS Codes

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

#fcabd9 Text Font Color

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

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


#fcabd9 Background Color

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

This div background color is #fcabd9


#fcabd9 Border Color

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

This div border color is #fcabd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabd9


Comments

No comments written yet.

Please login to write comment.