Color Hex Logo

#fcaccd Color Hex

#FCACCD
(252,172,205)
0 Favorites   0 Comments

Color spaces of #fcaccd

RGB 252172205
HSL0.930.930.83
HSV335°32°99°
CMYK 0.000.320.19   0.01
XYZ65.916954.608364.8239
Yxy54.60830.35560.2946
Hunter Lab73.897429.9024-0.2819
CIE-Lab78.815133.8918-4.7757

#fcaccd color RGB value is (252,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11001101
Octal 374 254 315
Decimal 252 172 205
Hex FC AC CD

RGB Percentages of Color #fcaccd

%40.06
%27.34
%32.59

CMYK Percentages of Color #fcaccd

%0
%32
%19
%1

Triadic Colors of #fcaccd

#fcaccd #cdfcac #accdfc

Analogous Colors of #fcaccd

#fcaccd #fcb3ac #fcacf5

Monochromatic Colors of #fcaccd

#fcaccd

Complementary Color

#fcaccd #acfcdb

#fcaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaccd Color CSS Codes

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

#fcaccd Text Font Color

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

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


#fcaccd Background Color

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

This div background color is #fcaccd


#fcaccd Border Color

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

This div border color is #fcaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaccd


Comments

No comments written yet.

Please login to write comment.