Color Hex Logo

#fdadcc Color Hex

#FDADCC
(253,173,204)
0 Favorites   0 Comments

Color spaces of #fdadcc

RGB 253173204
HSL0.940.950.84
HSV337°32°99°
CMYK 0.000.320.19   0.01
XYZ66.350755.129464.2707
Yxy55.12940.35720.2968
Hunter Lab74.249229.57550.6525
CIE-Lab79.115733.5647-3.7773

#fdadcc color RGB value is (253,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11001100
Octal 375 255 314
Decimal 253 173 204
Hex FD AD CC

RGB Percentages of Color #fdadcc

%40.16
%27.46
%32.38

CMYK Percentages of Color #fdadcc

%0
%32
%19
%1

Triadic Colors of #fdadcc

#fdadcc #ccfdad #adccfd

Analogous Colors of #fdadcc

#fdadcc #fdb6ad #fdadf4

Monochromatic Colors of #fdadcc

#fdadcc

Complementary Color

#fdadcc #adfdde

#fdadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadcc Color CSS Codes

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

#fdadcc Text Font Color

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

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


#fdadcc Background Color

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

This div background color is #fdadcc


#fdadcc Border Color

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

This div border color is #fdadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadcc


Comments

No comments written yet.

Please login to write comment.