Color Hex Logo

#fdaeea Color Hex

#FDAEEA
(253,174,234)
0 Favorites   0 Comments

Color spaces of #fdaeea

RGB 253174234
HSL0.870.950.84
HSV314°31°99°
CMYK 0.000.310.08   0.01
XYZ70.495357.095385.1469
Yxy57.09530.33140.2684
Hunter Lab75.561434.2997-13.9183
CIE-Lab80.233237.7977-18.3415

#fdaeea color RGB value is (253,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11101010
Octal 375 256 352
Decimal 253 174 234
Hex FD AE EA

RGB Percentages of Color #fdaeea

%38.28
%26.32
%35.40

CMYK Percentages of Color #fdaeea

%0
%31
%8
%1

Triadic Colors of #fdaeea

#fdaeea #eafdae #aeeafd

Analogous Colors of #fdaeea

#fdaeea #fdaec3 #e9aefd

Monochromatic Colors of #fdaeea

#fdaeea

Complementary Color

#fdaeea #aefdc1

#fdaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaeea Color CSS Codes

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

#fdaeea Text Font Color

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

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


#fdaeea Background Color

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

This div background color is #fdaeea


#fdaeea Border Color

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

This div border color is #fdaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaeea


Comments

No comments written yet.

Please login to write comment.