Color Hex Logo

#fd799f Color Hex

#FD799F
(253,121,159)
0 Favorites   0 Comments

Color spaces of #fd799f

RGB 253121159
HSL0.950.970.73
HSV343°52°99°
CMYK 0.000.520.37   0.01
XYZ53.603437.060637.1291
Yxy37.06060.41950.2900
Hunter Lab60.877450.63626.4533
CIE-Lab67.322553.95093.9321

#fd799f color RGB value is (253,121,159).

#fd799f hex color red value is 253, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fd799f hue: 0.95 , saturation: 0.97 and the lightness value of fd799f is 0.73.

The process color (four color CMYK) of #fd799f color hex is 0.00, 0.52, 0.37, 0.01. Web safe color of #fd799f is #ff6699. Color #fd799f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 10011111
Octal 375 171 237
Decimal 253 121 159
Hex FD 79 9F

RGB Percentages of Color #fd799f

%47.47
%22.70
%29.83

CMYK Percentages of Color #fd799f

%0
%52
%37
%1

Triadic Colors of #fd799f

#fd799f #9ffd79 #799ffd

Analogous Colors of #fd799f

#fd799f #fd9579 #fd79e1

Monochromatic Colors of #fd799f

#fd799f

Complementary Color

#fd799f #79fdd7

#fd799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd799f Color CSS Codes

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

#fd799f Text Font Color

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

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


#fd799f Background Color

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

This div background color is #fd799f


#fd799f Border Color

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

This div border color is #fd799f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,121,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 #fd799f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd799f


Comments

No comments written yet.

Please login to write comment.