Color Hex Logo

#fdaede Color Hex

#FDAEDE
(253,174,222)
0 Favorites   0 Comments

Color spaces of #fdaede

RGB 253174222
HSL0.900.950.84
HSV324°31°99°
CMYK 0.000.310.12   0.01
XYZ68.828956.428776.3714
Yxy56.42870.34140.2799
Hunter Lab75.119032.0949-7.6951
CIE-Lab79.857235.8237-12.4288

#fdaede color RGB value is (253,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11011110
Octal 375 256 336
Decimal 253 174 222
Hex FD AE DE

RGB Percentages of Color #fdaede

%38.98
%26.81
%34.21

CMYK Percentages of Color #fdaede

%0
%31
%12
%1

Triadic Colors of #fdaede

#fdaede #defdae #aedefd

Analogous Colors of #fdaede

#fdaede #fdaeb7 #f5aefd

Monochromatic Colors of #fdaede

#fdaede

Complementary Color

#fdaede #aefdcd

#fdaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaede Color CSS Codes

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

#fdaede Text Font Color

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

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


#fdaede Background Color

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

This div background color is #fdaede


#fdaede Border Color

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

This div border color is #fdaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaede


Comments

No comments written yet.

Please login to write comment.