Color Hex Logo

#fcabcd Color Hex

#FCABCD
(252,171,205)
0 Favorites   0 Comments

Color spaces of #fcabcd

RGB 252171205
HSL0.930.930.83
HSV335°32°99°
CMYK 0.000.320.19   0.01
XYZ65.727254.229064.7607
Yxy54.22900.35580.2936
Hunter Lab73.640330.4484-0.5925
CIE-Lab78.595134.4153-5.1003

#fcabcd color RGB value is (252,171,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11001101
Octal 374 253 315
Decimal 252 171 205
Hex FC AB CD

RGB Percentages of Color #fcabcd

%40.13
%27.23
%32.64

CMYK Percentages of Color #fcabcd

%0
%32
%19
%1

Triadic Colors of #fcabcd

#fcabcd #cdfcab #abcdfc

Analogous Colors of #fcabcd

#fcabcd #fcb2ab #fcabf6

Monochromatic Colors of #fcabcd

#fcabcd

Complementary Color

#fcabcd #abfcda

#fcabcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabcd Color CSS Codes

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

#fcabcd Text Font Color

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

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


#fcabcd Background Color

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

This div background color is #fcabcd


#fcabcd Border Color

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

This div border color is #fcabcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabcd


Comments

No comments written yet.

Please login to write comment.