Color Hex Logo

#fdaedb Color Hex

#FDAEDB
(253,174,219)
0 Favorites   0 Comments

Color spaces of #fdaedb

RGB 253174219
HSL0.910.950.84
HSV326°31°99°
CMYK 0.000.310.13   0.01
XYZ68.430256.269274.2722
Yxy56.26920.34390.2828
Hunter Lab75.012831.5637-6.1957
CIE-Lab79.766835.3447-10.9414

#fdaedb color RGB value is (253,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11011011
Octal 375 256 333
Decimal 253 174 219
Hex FD AE DB

RGB Percentages of Color #fdaedb

%39.16
%26.93
%33.90

CMYK Percentages of Color #fdaedb

%0
%31
%13
%1

Triadic Colors of #fdaedb

#fdaedb #dbfdae #aedbfd

Analogous Colors of #fdaedb

#fdaedb #fdaeb4 #f8aefd

Monochromatic Colors of #fdaedb

#fdaedb

Complementary Color

#fdaedb #aefdd0

#fdaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaedb Color CSS Codes

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

#fdaedb Text Font Color

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

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


#fdaedb Background Color

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

This div background color is #fdaedb


#fdaedb Border Color

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

This div border color is #fdaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaedb


Comments

No comments written yet.

Please login to write comment.