Color Hex Logo

#f99dba Color Hex

#F99DBA
(249,157,186)
0 Favorites   0 Comments

Color spaces of #f99dba

RGB 249157186
HSL0.950.880.80
HSV341°37°98°
CMYK 0.000.370.25   0.02
XYZ59.986847.798852.5188
Yxy47.79880.37420.2982
Hunter Lab69.136733.88733.3568
CIE-Lab74.697837.9476-0.4733

#f99dba color RGB value is (249,157,186).

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

The process color (four color CMYK) of #f99dba color hex is 0.00, 0.37, 0.25, 0.02. Web safe color of #f99dba is #ff99cc. Color #f99dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 10111010
Octal 371 235 272
Decimal 249 157 186
Hex F9 9D BA

RGB Percentages of Color #f99dba

%42.06
%26.52
%31.42

CMYK Percentages of Color #f99dba

%0
%37
%25
%2

Triadic Colors of #f99dba

#f99dba #baf99d #9dbaf9

Analogous Colors of #f99dba

#f99dba #f9ae9d #f99de8

Monochromatic Colors of #f99dba

#f99dba

Complementary Color

#f99dba #9df9dc

#f99dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99dba Color CSS Codes

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

#f99dba Text Font Color

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

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


#f99dba Background Color

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

This div background color is #f99dba


#f99dba Border Color

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

This div border color is #f99dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99dba


Comments

No comments written yet.

Please login to write comment.