Color Hex Logo

#fdadc1 Color Hex

#FDADC1
(253,173,193)
0 Favorites   0 Comments

Color spaces of #fdadc1

RGB 253173193
HSL0.960.950.84
HSV345°32°99°
CMYK 0.000.320.24   0.01
XYZ65.077254.620057.5649
Yxy54.62000.36710.3081
Hunter Lab73.905327.84355.5527
CIE-Lab78.821931.97531.7664

#fdadc1 color RGB value is (253,173,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11000001
Octal 375 255 301
Decimal 253 173 193
Hex FD AD C1

RGB Percentages of Color #fdadc1

%40.87
%27.95
%31.18

CMYK Percentages of Color #fdadc1

%0
%32
%24
%1

Triadic Colors of #fdadc1

#fdadc1 #c1fdad #adc1fd

Analogous Colors of #fdadc1

#fdadc1 #fdc1ad #fdade9

Monochromatic Colors of #fdadc1

#fdadc1

Complementary Color

#fdadc1 #adfde9

#fdadc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadc1 Color CSS Codes

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

#fdadc1 Text Font Color

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

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


#fdadc1 Background Color

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

This div background color is #fdadc1


#fdadc1 Border Color

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

This div border color is #fdadc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadc1


Comments

No comments written yet.

Please login to write comment.