Color Hex Logo

#fcadc8 Color Hex

#FCADC8
(252,173,200)
0 Favorites   0 Comments

Color spaces of #fcadc8

RGB 252173200
HSL0.940.930.83
HSV339°31°99°
CMYK 0.000.310.21   0.01
XYZ65.513854.752761.7590
Yxy54.75270.35990.3008
Hunter Lab73.995128.54912.3109
CIE-Lab78.898632.6279-1.9371

#fcadc8 color RGB value is (252,173,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11001000
Octal 374 255 310
Decimal 252 173 200
Hex FC AD C8

RGB Percentages of Color #fcadc8

%40.32
%27.68
%32.00

CMYK Percentages of Color #fcadc8

%0
%31
%21
%1

Triadic Colors of #fcadc8

#fcadc8 #c8fcad #adc8fc

Analogous Colors of #fcadc8

#fcadc8 #fcbaad #fcadf0

Monochromatic Colors of #fcadc8

#fcadc8

Complementary Color

#fcadc8 #adfce1

#fcadc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadc8 Color CSS Codes

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

#fcadc8 Text Font Color

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

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


#fcadc8 Background Color

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

This div background color is #fcadc8


#fcadc8 Border Color

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

This div border color is #fcadc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadc8

Related Colors


Comments

No comments written yet.

Please login to write comment.