Color Hex Logo

#fcafcd Color Hex

#FCAFCD
(252,175,205)
0 Favorites   0 Comments

Color spaces of #fcafcd

RGB 252175205
HSL0.940.930.84
HSV337°31°99°
CMYK 0.000.310.19   0.01
XYZ66.494355.763265.0163
Yxy55.76320.35510.2978
Hunter Lab74.674828.26490.6509
CIE-Lab79.478932.3193-3.7976

#fcafcd color RGB value is (252,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11001101
Octal 374 257 315
Decimal 252 175 205
Hex FC AF CD

RGB Percentages of Color #fcafcd

%39.87
%27.69
%32.44

CMYK Percentages of Color #fcafcd

%0
%31
%19
%1

Triadic Colors of #fcafcd

#fcafcd #cdfcaf #afcdfc

Analogous Colors of #fcafcd

#fcafcd #fcb8af #fcaff4

Monochromatic Colors of #fcafcd

#fcafcd

Complementary Color

#fcafcd #affcde

#fcafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafcd Color CSS Codes

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

#fcafcd Text Font Color

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

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


#fcafcd Background Color

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

This div background color is #fcafcd


#fcafcd Border Color

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

This div border color is #fcafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafcd

Related Colors


Comments

No comments written yet.

Please login to write comment.