Color Hex Logo

#f99d9b Color Hex

#F99D9B
(249,157,155)
0 Favorites   0 Comments

Color spaces of #f99d9b

RGB 249157155
HSL0.000.890.79
HSV38°98°
CMYK 0.000.370.38   0.02
XYZ57.040346.620237.0026
Yxy46.62020.40550.3314
Hunter Lab68.279029.630815.6641
CIE-Lab73.946234.047115.5111

#f99d9b color RGB value is (249,157,155).

#f99d9b hex color red value is 249, green value is 157 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f99d9b hue: 0.00 , saturation: 0.89 and the lightness value of f99d9b is 0.79.

The process color (four color CMYK) of #f99d9b color hex is 0.00, 0.37, 0.38, 0.02. Web safe color of #f99d9b is #ff9999. Color #f99d9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 10011011
Octal 371 235 233
Decimal 249 157 155
Hex F9 9D 9B

RGB Percentages of Color #f99d9b

%44.39
%27.99
%27.63

CMYK Percentages of Color #f99d9b

%0
%37
%38
%2

Triadic Colors of #f99d9b

#f99d9b #9bf99d #9d9bf9

Analogous Colors of #f99d9b

#f99d9b #f9cc9b #f99bc8

Monochromatic Colors of #f99d9b

#f99d9b

Complementary Color

#f99d9b #9bf7f9

#f99d9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99d9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99d9b Color CSS Codes

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

#f99d9b Text Font Color

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

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


#f99d9b Background Color

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

This div background color is #f99d9b


#f99d9b Border Color

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

This div border color is #f99d9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99d9b


Comments

No comments written yet.

Please login to write comment.