Color Hex Logo

#fdaae8 Color Hex

#FDAAE8
(253,170,232)
0 Favorites   0 Comments

Color spaces of #fdaae8

RGB 253170232
HSL0.880.950.83
HSV315°33°99°
CMYK 0.000.330.08   0.01
XYZ69.448255.458383.3881
Yxy55.45830.33340.2662
Hunter Lab74.470336.1392-14.2607
CIE-Lab79.304539.5485-18.6651

#fdaae8 color RGB value is (253,170,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11101000
Octal 375 252 350
Decimal 253 170 232
Hex FD AA E8

RGB Percentages of Color #fdaae8

%38.63
%25.95
%35.42

CMYK Percentages of Color #fdaae8

%0
%33
%8
%1

Triadic Colors of #fdaae8

#fdaae8 #e8fdaa #aae8fd

Analogous Colors of #fdaae8

#fdaae8 #fdaabf #e9aafd

Monochromatic Colors of #fdaae8

#fdaae8

Complementary Color

#fdaae8 #aafdbf

#fdaae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaae8 Color CSS Codes

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

#fdaae8 Text Font Color

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

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


#fdaae8 Background Color

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

This div background color is #fdaae8


#fdaae8 Border Color

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

This div border color is #fdaae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaae8


Comments

No comments written yet.

Please login to write comment.