Color Hex Logo

#fdadde Color Hex

#FDADDE
(253,173,222)
0 Favorites   0 Comments

Color spaces of #fdadde

RGB 253173222
HSL0.900.950.84
HSV323°32°99°
CMYK 0.000.320.12   0.01
XYZ68.636456.043776.3072
Yxy56.04370.34150.2788
Hunter Lab74.862332.6459-8.0307
CIE-Lab79.638736.3465-12.7557

#fdadde color RGB value is (253,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11011110
Octal 375 255 336
Decimal 253 173 222
Hex FD AD DE

RGB Percentages of Color #fdadde

%39.04
%26.70
%34.26

CMYK Percentages of Color #fdadde

%0
%32
%12
%1

Triadic Colors of #fdadde

#fdadde #defdad #addefd

Analogous Colors of #fdadde

#fdadde #fdadb6 #f4adfd

Monochromatic Colors of #fdadde

#fdadde

Complementary Color

#fdadde #adfdcc

#fdadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadde Color CSS Codes

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

#fdadde Text Font Color

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

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


#fdadde Background Color

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

This div background color is #fdadde


#fdadde Border Color

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

This div border color is #fdadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadde


Comments

No comments written yet.

Please login to write comment.