Color Hex Logo

#fcaacc Color Hex

#FCAACC
(252,170,204)
0 Favorites   0 Comments

Color spaces of #fcaacc

RGB 252170204
HSL0.930.930.83
HSV335°33°99°
CMYK 0.000.330.19   0.01
XYZ65.418753.804564.0641
Yxy53.80450.35690.2936
Hunter Lab73.351630.8303-0.4369
CIE-Lab78.347634.7891-4.9218

#fcaacc color RGB value is (252,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11001100
Octal 374 252 314
Decimal 252 170 204
Hex FC AA CC

RGB Percentages of Color #fcaacc

%40.26
%27.16
%32.59

CMYK Percentages of Color #fcaacc

%0
%33
%19
%1

Triadic Colors of #fcaacc

#fcaacc #ccfcaa #aaccfc

Analogous Colors of #fcaacc

#fcaacc #fcb1aa #fcaaf5

Monochromatic Colors of #fcaacc

#fcaacc

Complementary Color

#fcaacc #aafcda

#fcaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaacc Color CSS Codes

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

#fcaacc Text Font Color

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

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


#fcaacc Background Color

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

This div background color is #fcaacc


#fcaacc Border Color

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

This div border color is #fcaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaacc


Comments

No comments written yet.

Please login to write comment.