Color Hex Logo

#fdadcf Color Hex

#FDADCF
(253,173,207)
0 Favorites   0 Comments

Color spaces of #fdadcf

RGB 253173207
HSL0.930.950.84
HSV335°32°99°
CMYK 0.000.320.18   0.01
XYZ66.714155.274866.1844
Yxy55.27480.35450.2937
Hunter Lab74.347030.0668-0.7376
CIE-Lab79.199334.0129-5.2822

#fdadcf color RGB value is (253,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11001111
Octal 375 255 317
Decimal 253 173 207
Hex FD AD CF

RGB Percentages of Color #fdadcf

%39.97
%27.33
%32.70

CMYK Percentages of Color #fdadcf

%0
%32
%18
%1

Triadic Colors of #fdadcf

#fdadcf #cffdad #adcffd

Analogous Colors of #fdadcf

#fdadcf #fdb3ad #fdadf7

Monochromatic Colors of #fdadcf

#fdadcf

Complementary Color

#fdadcf #adfddb

#fdadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadcf Color CSS Codes

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

#fdadcf Text Font Color

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

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


#fdadcf Background Color

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

This div background color is #fdadcf


#fdadcf Border Color

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

This div border color is #fdadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadcf

Related Colors


Comments

No comments written yet.

Please login to write comment.