Color Hex Logo

#fcadcc Color Hex

#FCADCC
(252,173,204)
0 Favorites   0 Comments

Color spaces of #fcadcc

RGB 252173204
HSL0.930.930.83
HSV336°31°99°
CMYK 0.000.310.19   0.01
XYZ65.987554.942264.2537
Yxy54.94220.35630.2967
Hunter Lab74.123029.19310.4904
CIE-Lab79.008033.2185-3.9484

#fcadcc color RGB value is (252,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11001100
Octal 374 255 314
Decimal 252 173 204
Hex FC AD CC

RGB Percentages of Color #fcadcc

%40.06
%27.50
%32.43

CMYK Percentages of Color #fcadcc

%0
%31
%19
%1

Triadic Colors of #fcadcc

#fcadcc #ccfcad #adccfc

Analogous Colors of #fcadcc

#fcadcc #fcb6ad #fcadf4

Monochromatic Colors of #fcadcc

#fcadcc

Complementary Color

#fcadcc #adfcdd

#fcadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadcc Color CSS Codes

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

#fcadcc Text Font Color

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

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


#fcadcc Background Color

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

This div background color is #fcadcc


#fcadcc Border Color

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

This div border color is #fcadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadcc

Related Colors


Comments

No comments written yet.

Please login to write comment.