Color Hex Logo

#fcabdd Color Hex

#FCABDD
(252,171,221)
0 Favorites   0 Comments

Color spaces of #fcabdd

RGB 252171221
HSL0.900.930.83
HSV323°32°99°
CMYK 0.000.320.12   0.01
XYZ67.758955.041775.4594
Yxy55.04170.34180.2776
Hunter Lab74.190133.1940-8.3713
CIE-Lab79.065336.8982-13.0839

#fcabdd color RGB value is (252,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11011101
Octal 374 253 335
Decimal 252 171 221
Hex FC AB DD

RGB Percentages of Color #fcabdd

%39.13
%26.55
%34.32

CMYK Percentages of Color #fcabdd

%0
%32
%12
%1

Triadic Colors of #fcabdd

#fcabdd #ddfcab #abddfc

Analogous Colors of #fcabdd

#fcabdd #fcabb5 #f3abfc

Monochromatic Colors of #fcabdd

#fcabdd

Complementary Color

#fcabdd #abfcca

#fcabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabdd Color CSS Codes

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

#fcabdd Text Font Color

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

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


#fcabdd Background Color

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

This div background color is #fcabdd


#fcabdd Border Color

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

This div border color is #fcabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabdd


Comments

No comments written yet.

Please login to write comment.