Color Hex Logo

#fcadc0 Color Hex

#FCADC0
(252,173,192)
0 Favorites   0 Comments

Color spaces of #fcadc0

RGB 252173192
HSL0.960.930.83
HSV346°31°99°
CMYK 0.000.310.24   0.01
XYZ64.602954.388456.9622
Yxy54.38840.36720.3091
Hunter Lab73.748527.30435.8293
CIE-Lab78.687731.48062.1014

#fcadc0 color RGB value is (252,173,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11000000
Octal 374 255 300
Decimal 252 173 192
Hex FC AD C0

RGB Percentages of Color #fcadc0

%40.84
%28.04
%31.12

CMYK Percentages of Color #fcadc0

%0
%31
%24
%1

Triadic Colors of #fcadc0

#fcadc0 #c0fcad #adc0fc

Analogous Colors of #fcadc0

#fcadc0 #fcc2ad #fcade8

Monochromatic Colors of #fcadc0

#fcadc0

Complementary Color

#fcadc0 #adfce9

#fcadc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadc0 Color CSS Codes

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

#fcadc0 Text Font Color

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

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


#fcadc0 Background Color

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

This div background color is #fcadc0


#fcadc0 Border Color

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

This div border color is #fcadc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadc0


Comments

No comments written yet.

Please login to write comment.