Color Hex Logo

#fd939f Color Hex

#FD939F
(253,147,159)
0 Favorites   0 Comments

Color spaces of #fd939f

RGB 253147159
HSL0.980.960.78
HSV353°42°99°
CMYK 0.000.420.37   0.01
XYZ57.199744.253338.3279
Yxy44.25330.40920.3166
Hunter Lab66.523237.067112.4058
CIE-Lab72.397541.115011.1942

#fd939f color RGB value is (253,147,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 10011111
Octal 375 223 237
Decimal 253 147 159
Hex FD 93 9F

RGB Percentages of Color #fd939f

%45.26
%26.30
%28.44

CMYK Percentages of Color #fd939f

%0
%42
%37
%1

Triadic Colors of #fd939f

#fd939f #9ffd93 #939ffd

Analogous Colors of #fd939f

#fd939f #fdbc93 #fd93d4

Monochromatic Colors of #fd939f

#fd939f

Complementary Color

#fd939f #93fdf1

#fd939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd939f Color CSS Codes

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

#fd939f Text Font Color

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

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


#fd939f Background Color

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

This div background color is #fd939f


#fd939f Border Color

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

This div border color is #fd939f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd939f


Comments

No comments written yet.

Please login to write comment.