Color Hex Logo

#fcadcf Color Hex

#FCADCF
(252,173,207)
0 Favorites   0 Comments

Color spaces of #fcadcf

RGB 252173207
HSL0.930.930.83
HSV334°31°99°
CMYK 0.000.310.18   0.01
XYZ66.350955.087666.1674
Yxy55.08760.35370.2936
Hunter Lab74.221029.6857-0.9018
CIE-Lab79.091733.6688-5.4532

#fcadcf color RGB value is (252,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11001111
Octal 374 255 317
Decimal 252 173 207
Hex FC AD CF

RGB Percentages of Color #fcadcf

%39.87
%27.37
%32.75

CMYK Percentages of Color #fcadcf

%0
%31
%18
%1

Triadic Colors of #fcadcf

#fcadcf #cffcad #adcffc

Analogous Colors of #fcadcf

#fcadcf #fcb3ad #fcadf7

Monochromatic Colors of #fcadcf

#fcadcf

Complementary Color

#fcadcf #adfcda

#fcadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadcf Color CSS Codes

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

#fcadcf Text Font Color

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

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


#fcadcf Background Color

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

This div background color is #fcadcf


#fcadcf Border Color

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

This div border color is #fcadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadcf


Comments

No comments written yet.

Please login to write comment.