Color Hex Logo

#f98dbe Color Hex

#F98DBE
(249,141,190)
0 Favorites   0 Comments

Color spaces of #f98dbe

RGB 249141190
HSL0.920.900.76
HSV333°43°98°
CMYK 0.000.430.24   0.02
XYZ57.886142.907253.9462
Yxy42.90720.37410.2773
Hunter Lab65.503643.1108-2.9764
CIE-Lab71.491946.7001-7.4091

#f98dbe color RGB value is (249,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 10111110
Octal 371 215 276
Decimal 249 141 190
Hex F9 8D BE

RGB Percentages of Color #f98dbe

%42.93
%24.31
%32.76

CMYK Percentages of Color #f98dbe

%0
%43
%24
%2

Triadic Colors of #f98dbe

#f98dbe #bef98d #8dbef9

Analogous Colors of #f98dbe

#f98dbe #f9928d #f98df4

Monochromatic Colors of #f98dbe

#f98dbe

Complementary Color

#f98dbe #8df9c8

#f98dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98dbe Color CSS Codes

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

#f98dbe Text Font Color

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

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


#f98dbe Background Color

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

This div background color is #f98dbe


#f98dbe Border Color

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

This div border color is #f98dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98dbe

Related Colors

#f98dbe Color Palettes


Comments

No comments written yet.

Please login to write comment.