Color Hex Logo

#fda7af Color Hex

#FDA7AF
(253,167,175)
0 Favorites   0 Comments

Color spaces of #fda7af

RGB 253167175
HSL0.980.960.82
HSV354°34°99°
CMYK 0.000.340.31   0.01
XYZ62.064651.615247.2490
Yxy51.61520.38570.3207
Hunter Lab71.843728.476711.2977
CIE-Lab77.050232.70409.0145

#fda7af color RGB value is (253,167,175).

#fda7af hex color red value is 253, green value is 167 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fda7af hue: 0.98 , saturation: 0.96 and the lightness value of fda7af is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 10101111
Octal 375 247 257
Decimal 253 167 175
Hex FD A7 AF

RGB Percentages of Color #fda7af

%42.52
%28.07
%29.41

CMYK Percentages of Color #fda7af

%0
%34
%31
%1

Triadic Colors of #fda7af

#fda7af #affda7 #a7affd

Analogous Colors of #fda7af

#fda7af #fdcaa7 #fda7da

Monochromatic Colors of #fda7af

#fda7af

Complementary Color

#fda7af #a7fdf5

#fda7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda7af Color CSS Codes

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

#fda7af Text Font Color

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

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


#fda7af Background Color

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

This div background color is #fda7af


#fda7af Border Color

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

This div border color is #fda7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda7af

Related Colors


Comments

No comments written yet.

Please login to write comment.