Color Hex Logo

#fdaeee Color Hex

#FDAEEE
(253,174,238)
0 Favorites   0 Comments

Color spaces of #fdaeee

RGB 253174238
HSL0.860.950.84
HSV311°31°99°
CMYK 0.000.310.06   0.01
XYZ71.076757.327888.2081
Yxy57.32780.32810.2647
Hunter Lab75.715135.0634-16.0722
CIE-Lab80.363638.4763-20.2989

#fdaeee color RGB value is (253,174,238).

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

The process color (four color CMYK) of #fdaeee color hex is 0.00, 0.31, 0.06, 0.01. Web safe color of #fdaeee is #ff99ff. Color #fdaeee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11101110
Octal 375 256 356
Decimal 253 174 238
Hex FD AE EE

RGB Percentages of Color #fdaeee

%38.05
%26.17
%35.79

CMYK Percentages of Color #fdaeee

%0
%31
%6
%1

Triadic Colors of #fdaeee

#fdaeee #eefdae #aeeefd

Analogous Colors of #fdaeee

#fdaeee #fdaec7 #e5aefd

Monochromatic Colors of #fdaeee

#fdaeee

Complementary Color

#fdaeee #aefdbd

#fdaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaeee Color CSS Codes

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

#fdaeee Text Font Color

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

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


#fdaeee Background Color

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

This div background color is #fdaeee


#fdaeee Border Color

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

This div border color is #fdaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaeee


Comments

No comments written yet.

Please login to write comment.