Color Hex Logo

#fdadce Color Hex

#FDADCE
(253,173,206)
0 Favorites   0 Comments

Color spaces of #fdadce

RGB 253173206
HSL0.930.950.84
HSV335°32°99°
CMYK 0.000.320.19   0.01
XYZ66.592255.226065.5424
Yxy55.22600.35540.2948
Hunter Lab74.314229.9022-0.2717
CIE-Lab79.171333.8629-4.7809

#fdadce color RGB value is (253,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11001110
Octal 375 255 316
Decimal 253 173 206
Hex FD AD CE

RGB Percentages of Color #fdadce

%40.03
%27.37
%32.59

CMYK Percentages of Color #fdadce

%0
%32
%19
%1

Triadic Colors of #fdadce

#fdadce #cefdad #adcefd

Analogous Colors of #fdadce

#fdadce #fdb4ad #fdadf6

Monochromatic Colors of #fdadce

#fdadce

Complementary Color

#fdadce #adfddc

#fdadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadce Color CSS Codes

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

#fdadce Text Font Color

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

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


#fdadce Background Color

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

This div background color is #fdadce


#fdadce Border Color

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

This div border color is #fdadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadce


Comments

No comments written yet.

Please login to write comment.