Color Hex Logo

#f99dab Color Hex

#F99DAB
(249,157,171)
0 Favorites   0 Comments

Color spaces of #f99dab

RGB 249157171
HSL0.970.880.80
HSV351°37°98°
CMYK 0.000.370.31   0.02
XYZ58.474647.194044.5555
Yxy47.19400.38920.3142
Hunter Lab68.697931.71529.6347
CIE-Lab74.313735.96887.2301

#f99dab color RGB value is (249,157,171).

#f99dab hex color red value is 249, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f99dab hue: 0.97 , saturation: 0.88 and the lightness value of f99dab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 10101011
Octal 371 235 253
Decimal 249 157 171
Hex F9 9D AB

RGB Percentages of Color #f99dab

%43.15
%27.21
%29.64

CMYK Percentages of Color #f99dab

%0
%37
%31
%2

Triadic Colors of #f99dab

#f99dab #abf99d #9dabf9

Analogous Colors of #f99dab

#f99dab #f9bd9d #f99dd9

Monochromatic Colors of #f99dab

#f99dab

Complementary Color

#f99dab #9df9eb

#f99dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99dab Color CSS Codes

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

#f99dab Text Font Color

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

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


#f99dab Background Color

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

This div background color is #f99dab


#f99dab Border Color

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

This div border color is #f99dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99dab


Comments

No comments written yet.

Please login to write comment.