color codes Logo

#fdaab5 color codes

#FDAAB5
(253,170,181)
0 Favorites   0 Comments

Color spaces of #fdaab5

RGB 253170181
HSL0.980.950.83
HSV352°33°99°
CMYK 0.000.330.28   0.01
XYZ63.223252.968350.6077
Yxy52.96830.37900.3176
Hunter Lab72.779327.69869.7177
CIE-Lab77.856331.91206.8983

#fdaab5 color RGB value is (253,170,181).

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

The process color (four color CMYK) of #fdaab5 color code is 0.00, 0.33, 0.28, 0.01. Web safe color of #fdaab5 is #ff99cc. Color #fdaab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 10110101
Octal 375 252 265
Decimal 253 170 181
Hex FD AA B5

RGB Percentages of Color #fdaab5

%41.89
%28.15
%29.97

CMYK Percentages of Color #fdaab5

%0
%33
%28
%1

Triadic Colors of #fdaab5

#fdaab5 #b5fdaa #aab5fd

Analogous Colors of #fdaab5

#fdaab5 #fdc9aa #fdaadf

Monochromatic Colors of #fdaab5

#fdaab5

Complementary Color

#fdaab5 #aafdf2

#fdaab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaab5 Color CSS Codes

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

#fdaab5 Text Font Color

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

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


#fdaab5 Background Color

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

This div background color is #fdaab5


#fdaab5 Border Color

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

This div border color is #fdaab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaab5


Comments

No comments written yet.

Please login to write comment.