Color Hex Logo

#fcafad Color Hex

#FCAFAD
(252,175,173)
0 Favorites   0 Comments

Color spaces of #fcafad

RGB 252175173
HSL0.000.930.83
HSV31°99°
CMYK 0.000.310.31   0.01
XYZ63.017754.372546.7087
Yxy54.37250.38400.3313
Hunter Lab73.737723.508614.0595
CIE-Lab78.678427.894812.4012

#fcafad color RGB value is (252,175,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10101101
Octal 374 257 255
Decimal 252 175 173
Hex FC AF AD

RGB Percentages of Color #fcafad

%42.00
%29.17
%28.83

CMYK Percentages of Color #fcafad

%0
%31
%31
%1

Triadic Colors of #fcafad

#fcafad #adfcaf #afadfc

Analogous Colors of #fcafad

#fcafad #fcd7ad #fcadd3

Monochromatic Colors of #fcafad

#fcafad

Complementary Color

#fcafad #adfafc

#fcafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafad Color CSS Codes

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

#fcafad Text Font Color

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

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


#fcafad Background Color

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

This div background color is #fcafad


#fcafad Border Color

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

This div border color is #fcafad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafad


Comments

No comments written yet.

Please login to write comment.