Color Hex Logo

#f9958d Color Hex

#F9958D
(249,149,141)
0 Favorites   0 Comments

Color spaces of #f9958d

RGB 249149141
HSL0.010.900.76
HSV43°98°
CMYK 0.000.400.43   0.02
XYZ54.622143.557730.7279
Yxy43.55770.42370.3379
Hunter Lab65.998332.234918.5942
CIE-Lab71.931936.683320.4206

#f9958d color RGB value is (249,149,141).

#f9958d hex color red value is 249, green value is 149 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f9958d hue: 0.01 , saturation: 0.90 and the lightness value of f9958d is 0.76.

The process color (four color CMYK) of #f9958d color hex is 0.00, 0.40, 0.43, 0.02. Web safe color of #f9958d is #ff9999. Color #f9958d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 10001101
Octal 371 225 215
Decimal 249 149 141
Hex F9 95 8D

RGB Percentages of Color #f9958d

%46.20
%27.64
%26.16

CMYK Percentages of Color #f9958d

%0
%40
%43
%2

Triadic Colors of #f9958d

#f9958d #8df995 #958df9

Analogous Colors of #f9958d

#f9958d #f9cb8d #f98dbb

Monochromatic Colors of #f9958d

#f9958d

Complementary Color

#f9958d #8df1f9

#f9958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9958d Color CSS Codes

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

#f9958d Text Font Color

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

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


#f9958d Background Color

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

This div background color is #f9958d


#f9958d Border Color

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

This div border color is #f9958d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,149,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9958d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9958d;
  -webkit-box-shadow: 1px 1px 3px 2px #f9958d;
  box-shadow:         1px 1px 3px 2px #f9958d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,149,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9958d


Comments

No comments written yet.

Please login to write comment.