Color Hex Logo

#fdaabe Color Hex

#FDAABE
(253,170,190)
0 Favorites   0 Comments

Color spaces of #fdaabe

RGB 253170190
HSL0.960.950.83
HSV346°33°99°
CMYK 0.000.330.25   0.01
XYZ64.177053.349855.6302
Yxy53.34980.37060.3081
Hunter Lab73.040929.01635.9716
CIE-Lab78.081133.12702.3216

#fdaabe color RGB value is (253,170,190).

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

The process color (four color CMYK) of #fdaabe color hex is 0.00, 0.33, 0.25, 0.01. Web safe color of #fdaabe is #ff99cc. Color #fdaabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 10111110
Octal 375 252 276
Decimal 253 170 190
Hex FD AA BE

RGB Percentages of Color #fdaabe

%41.27
%27.73
%31.00

CMYK Percentages of Color #fdaabe

%0
%33
%25
%1

Triadic Colors of #fdaabe

#fdaabe #befdaa #aabefd

Analogous Colors of #fdaabe

#fdaabe #fdc0aa #fdaae8

Monochromatic Colors of #fdaabe

#fdaabe

Complementary Color

#fdaabe #aafde9

#fdaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaabe Color CSS Codes

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

#fdaabe Text Font Color

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

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


#fdaabe Background Color

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

This div background color is #fdaabe


#fdaabe Border Color

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

This div border color is #fdaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaabe


Comments

No comments written yet.

Please login to write comment.