Color Hex Logo

#fcaacd Color Hex

#FCAACD
(252,170,205)
0 Favorites   0 Comments

Color spaces of #fcaacd

RGB 252170205
HSL0.930.930.83
HSV334°33°99°
CMYK 0.000.330.19   0.01
XYZ65.539153.852764.6979
Yxy53.85270.35600.2925
Hunter Lab73.384430.9944-0.9028
CIE-Lab78.375834.9384-5.4241

#fcaacd color RGB value is (252,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11001101
Octal 374 252 315
Decimal 252 170 205
Hex FC AA CD

RGB Percentages of Color #fcaacd

%40.19
%27.11
%32.70

CMYK Percentages of Color #fcaacd

%0
%33
%19
%1

Triadic Colors of #fcaacd

#fcaacd #cdfcaa #aacdfc

Analogous Colors of #fcaacd

#fcaacd #fcb0aa #fcaaf6

Monochromatic Colors of #fcaacd

#fcaacd

Complementary Color

#fcaacd #aafcd9

#fcaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaacd Color CSS Codes

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

#fcaacd Text Font Color

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

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


#fcaacd Background Color

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

This div background color is #fcaacd


#fcaacd Border Color

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

This div border color is #fcaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaacd


Comments

No comments written yet.

Please login to write comment.