Color Hex Logo

#fdcacf Color Hex

#FDCACF
(253,202,207)
0 Favorites   0 Comments

Color spaces of #fdcacf

RGB 253202207
HSL0.980.930.89
HSV354°20°99°
CMYK 0.000.200.18   0.01
XYZ72.891067.628768.2434
Yxy67.62870.34920.3239
Hunter Lab82.236714.30048.3644
CIE-Lab85.820418.78464.3946

#fdcacf color RGB value is (253,202,207).

#fdcacf hex color red value is 253, green value is 202 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fdcacf hue: 0.98 , saturation: 0.93 and the lightness value of fdcacf is 0.89.

The process color (four color CMYK) of #fdcacf color hex is 0.00, 0.20, 0.18, 0.01. Web safe color of #fdcacf is #ffcccc. Color #fdcacf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11001111
Octal 375 312 317
Decimal 253 202 207
Hex FD CA CF

RGB Percentages of Color #fdcacf

%38.22
%30.51
%31.27

CMYK Percentages of Color #fdcacf

%0
%20
%18
%1

Triadic Colors of #fdcacf

#fdcacf #cffdca #cacffd

Analogous Colors of #fdcacf

#fdcacf #fddfca #fdcae9

Monochromatic Colors of #fdcacf

#fdcacf

Complementary Color

#fdcacf #cafdf8

#fdcacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcacf Color CSS Codes

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

#fdcacf Text Font Color

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

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


#fdcacf Background Color

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

This div background color is #fdcacf


#fdcacf Border Color

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

This div border color is #fdcacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcacf


Comments

No comments written yet.

Please login to write comment.