Color Hex Logo

#fda4ad Color Hex

#FDA4AD
(253,164,173)
1 Favorites   0 Comments

Color spaces of #fda4ad

RGB 253164173
HSL0.980.960.82
HSV354°35°99°
CMYK 0.000.350.32   0.01
XYZ61.326350.450746.0409
Yxy50.45070.38860.3197
Hunter Lab71.028729.817111.2882
CIE-Lab76.345134.01639.1005

#fda4ad color RGB value is (253,164,173).

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

The process color (four color CMYK) of #fda4ad color hex is 0.00, 0.35, 0.32, 0.01. Web safe color of #fda4ad is #ff9999. Color #fda4ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 10101101
Octal 375 244 255
Decimal 253 164 173
Hex FD A4 AD

RGB Percentages of Color #fda4ad

%42.88
%27.80
%29.32

CMYK Percentages of Color #fda4ad

%0
%35
%32
%1

Triadic Colors of #fda4ad

#fda4ad #adfda4 #a4adfd

Analogous Colors of #fda4ad

#fda4ad #fdc8a4 #fda4da

Monochromatic Colors of #fda4ad

#fda4ad

Complementary Color

#fda4ad #a4fdf4

#fda4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda4ad Color CSS Codes

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

#fda4ad Text Font Color

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

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


#fda4ad Background Color

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

This div background color is #fda4ad


#fda4ad Border Color

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

This div border color is #fda4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda4ad


Comments

No comments written yet.

Please login to write comment.