Color Hex Logo

#fdaade Color Hex

#FDAADE
(253,170,222)
0 Favorites   0 Comments

Color spaces of #fdaade

RGB 253170222
HSL0.900.950.83
HSV322°33°99°
CMYK 0.000.330.12   0.01
XYZ68.067654.906076.1176
Yxy54.90600.34190.2758
Hunter Lab74.098634.2991-9.0365
CIE-Lab78.987137.9125-13.7319

#fdaade color RGB value is (253,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11011110
Octal 375 252 336
Decimal 253 170 222
Hex FD AA DE

RGB Percentages of Color #fdaade

%39.22
%26.36
%34.42

CMYK Percentages of Color #fdaade

%0
%33
%12
%1

Triadic Colors of #fdaade

#fdaade #defdaa #aadefd

Analogous Colors of #fdaade

#fdaade #fdaab5 #f3aafd

Monochromatic Colors of #fdaade

#fdaade

Complementary Color

#fdaade #aafdc9

#fdaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaade Color CSS Codes

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

#fdaade Text Font Color

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

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


#fdaade Background Color

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

This div background color is #fdaade


#fdaade Border Color

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

This div border color is #fdaade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,170,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 #fdaade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaade

Related Colors


Comments

No comments written yet.

Please login to write comment.