Color Hex Logo

#fdadc0 Color Hex

#FDADC0
(253,173,192)
0 Favorites   0 Comments

Color spaces of #fdadc0

RGB 253173192
HSL0.960.950.84
HSV346°32°99°
CMYK 0.000.320.24   0.01
XYZ64.966054.575656.9792
Yxy54.57560.36800.3092
Hunter Lab73.875327.69135.9830
CIE-Lab78.796231.83492.2725

#fdadc0 color RGB value is (253,173,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11000000
Octal 375 255 300
Decimal 253 173 192
Hex FD AD C0

RGB Percentages of Color #fdadc0

%40.94
%27.99
%31.07

CMYK Percentages of Color #fdadc0

%0
%32
%24
%1

Triadic Colors of #fdadc0

#fdadc0 #c0fdad #adc0fd

Analogous Colors of #fdadc0

#fdadc0 #fdc2ad #fdade8

Monochromatic Colors of #fdadc0

#fdadc0

Complementary Color

#fdadc0 #adfdea

#fdadc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadc0 Color CSS Codes

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

#fdadc0 Text Font Color

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

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


#fdadc0 Background Color

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

This div background color is #fdadc0


#fdadc0 Border Color

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

This div border color is #fdadc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadc0


Comments

No comments written yet.

Please login to write comment.