Color Hex Logo

#fcabde Color Hex

#FCABDE
(252,171,222)
0 Favorites   0 Comments

Color spaces of #fcabde

RGB 252171222
HSL0.900.930.83
HSV322°32°99°
CMYK 0.000.320.12   0.01
XYZ67.892655.095276.1633
Yxy55.09520.34090.2767
Hunter Lab74.226133.3733-8.8791
CIE-Lab79.096137.0590-13.5795

#fcabde color RGB value is (252,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11011110
Octal 374 253 336
Decimal 252 171 222
Hex FC AB DE

RGB Percentages of Color #fcabde

%39.07
%26.51
%34.42

CMYK Percentages of Color #fcabde

%0
%32
%12
%1

Triadic Colors of #fcabde

#fcabde #defcab #abdefc

Analogous Colors of #fcabde

#fcabde #fcabb6 #f2abfc

Monochromatic Colors of #fcabde

#fcabde

Complementary Color

#fcabde #abfcc9

#fcabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabde Color CSS Codes

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

#fcabde Text Font Color

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

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


#fcabde Background Color

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

This div background color is #fcabde


#fcabde Border Color

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

This div border color is #fcabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabde

Related Colors


Comments

No comments written yet.

Please login to write comment.