Color Hex Logo

#fd97ae Color Hex

#FD97AE
(253,151,174)
0 Favorites   0 Comments

Color spaces of #fd97ae

RGB 253151174
HSL0.960.960.79
HSV346°40°99°
CMYK 0.000.400.31   0.01
XYZ59.214646.071945.8162
Yxy46.07190.39190.3049
Hunter Lab67.876336.93817.4929
CIE-Lab73.592240.86514.5987

#fd97ae color RGB value is (253,151,174).

#fd97ae hex color red value is 253, green value is 151 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fd97ae hue: 0.96 , saturation: 0.96 and the lightness value of fd97ae is 0.79.

The process color (four color CMYK) of #fd97ae color hex is 0.00, 0.40, 0.31, 0.01. Web safe color of #fd97ae is #ff9999. Color #fd97ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010111 10101110
Octal 375 227 256
Decimal 253 151 174
Hex FD 97 AE

RGB Percentages of Color #fd97ae

%43.77
%26.12
%30.10

CMYK Percentages of Color #fd97ae

%0
%40
%31
%1

Triadic Colors of #fd97ae

#fd97ae #aefd97 #97aefd

Analogous Colors of #fd97ae

#fd97ae #fdb397 #fd97e1

Monochromatic Colors of #fd97ae

#fd97ae

Complementary Color

#fd97ae #97fde6

#fd97ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd97ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd97ae Color CSS Codes

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

#fd97ae Text Font Color

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

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


#fd97ae Background Color

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

This div background color is #fd97ae


#fd97ae Border Color

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

This div border color is #fd97ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd97ae


Comments

No comments written yet.

Please login to write comment.