Color Hex Logo

#fdafcf Color Hex

#FDAFCF
(253,175,207)
0 Favorites   0 Comments

Color spaces of #fdafcf

RGB 253175207
HSL0.930.950.84
HSV335°31°99°
CMYK 0.000.310.18   0.01
XYZ67.100556.047666.3132
Yxy56.04760.35420.2958
Hunter Lab74.864928.9736-0.1119
CIE-Lab79.640932.9656-4.6306

#fdafcf color RGB value is (253,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11001111
Octal 375 257 317
Decimal 253 175 207
Hex FD AF CF

RGB Percentages of Color #fdafcf

%39.84
%27.56
%32.60

CMYK Percentages of Color #fdafcf

%0
%31
%18
%1

Triadic Colors of #fdafcf

#fdafcf #cffdaf #afcffd

Analogous Colors of #fdafcf

#fdafcf #fdb6af #fdaff6

Monochromatic Colors of #fdafcf

#fdafcf

Complementary Color

#fdafcf #affddd

#fdafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafcf Color CSS Codes

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

#fdafcf Text Font Color

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

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


#fdafcf Background Color

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

This div background color is #fdafcf


#fdafcf Border Color

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

This div border color is #fdafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafcf

Related Colors


Comments

No comments written yet.

Please login to write comment.