Color Hex Logo

#f98dbf Color Hex

#F98DBF
(249,141,191)
0 Favorites   0 Comments

Color spaces of #f98dbf

RGB 249141191
HSL0.920.900.76
HSV332°43°98°
CMYK 0.000.430.23   0.02
XYZ57.995842.951154.5239
Yxy42.95110.37300.2763
Hunter Lab65.537143.2703-3.4506
CIE-Lab71.521846.8391-7.9206

#f98dbf color RGB value is (249,141,191).

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

The process color (four color CMYK) of #f98dbf color hex is 0.00, 0.43, 0.23, 0.02. Web safe color of #f98dbf is #ff99cc. Color #f98dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 10111111
Octal 371 215 277
Decimal 249 141 191
Hex F9 8D BF

RGB Percentages of Color #f98dbf

%42.86
%24.27
%32.87

CMYK Percentages of Color #f98dbf

%0
%43
%23
%2

Triadic Colors of #f98dbf

#f98dbf #bff98d #8dbff9

Analogous Colors of #f98dbf

#f98dbf #f9918d #f98df5

Monochromatic Colors of #f98dbf

#f98dbf

Complementary Color

#f98dbf #8df9c7

#f98dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98dbf Color CSS Codes

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

#f98dbf Text Font Color

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

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


#f98dbf Background Color

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

This div background color is #f98dbf


#f98dbf Border Color

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

This div border color is #f98dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98dbf


Comments

No comments written yet.

Please login to write comment.