Color Hex Logo

#fda79f Color Hex

#FDA79F
(253,167,159)
0 Favorites   0 Comments

Color spaces of #fda79f

RGB 253167159
HSL0.010.960.81
HSV37°99°
CMYK 0.000.340.37   0.01
XYZ60.584751.023339.4562
Yxy51.02330.40110.3378
Hunter Lab71.430626.393317.2513
CIE-Lab76.693130.767517.2281

#fda79f color RGB value is (253,167,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 10011111
Octal 375 247 237
Decimal 253 167 159
Hex FD A7 9F

RGB Percentages of Color #fda79f

%43.70
%28.84
%27.46

CMYK Percentages of Color #fda79f

%0
%34
%37
%1

Triadic Colors of #fda79f

#fda79f #9ffda7 #a79ffd

Analogous Colors of #fda79f

#fda79f #fdd69f #fd9fc6

Monochromatic Colors of #fda79f

#fda79f

Complementary Color

#fda79f #9ff5fd

#fda79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda79f Color CSS Codes

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

#fda79f Text Font Color

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

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


#fda79f Background Color

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

This div background color is #fda79f


#fda79f Border Color

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

This div border color is #fda79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda79f

Related Colors


Comments

No comments written yet.

Please login to write comment.