Color Hex Logo

#fcafcc Color Hex

#FCAFCC
(252,175,204)
0 Favorites   0 Comments

Color spaces of #fcafcc

RGB 252175204
HSL0.940.930.84
HSV337°31°99°
CMYK 0.000.310.19   0.01
XYZ66.373955.715064.3825
Yxy55.71500.35590.2988
Hunter Lab74.642528.10221.1094
CIE-Lab79.451332.1699-3.2959

#fcafcc color RGB value is (252,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11001100
Octal 374 257 314
Decimal 252 175 204
Hex FC AF CC

RGB Percentages of Color #fcafcc

%39.94
%27.73
%32.33

CMYK Percentages of Color #fcafcc

%0
%31
%19
%1

Triadic Colors of #fcafcc

#fcafcc #ccfcaf #afccfc

Analogous Colors of #fcafcc

#fcafcc #fcb9af #fcaff3

Monochromatic Colors of #fcafcc

#fcafcc

Complementary Color

#fcafcc #affcdf

#fcafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafcc Color CSS Codes

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

#fcafcc Text Font Color

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

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


#fcafcc Background Color

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

This div background color is #fcafcc


#fcafcc Border Color

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

This div border color is #fcafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafcc


Comments

No comments written yet.

Please login to write comment.