Color Hex Logo

#f98cbe Color Hex

#F98CBE
(249,140,190)
0 Favorites   0 Comments

Color spaces of #f98cbe

RGB 249140190
HSL0.920.900.76
HSV332°44°98°
CMYK 0.000.440.24   0.02
XYZ57.739342.613653.8973
Yxy42.61360.37430.2763
Hunter Lab65.279143.6447-3.2571
CIE-Lab71.291947.2036-7.7061

#f98cbe color RGB value is (249,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 10111110
Octal 371 214 276
Decimal 249 140 190
Hex F9 8C BE

RGB Percentages of Color #f98cbe

%43.01
%24.18
%32.82

CMYK Percentages of Color #f98cbe

%0
%44
%24
%2

Triadic Colors of #f98cbe

#f98cbe #bef98c #8cbef9

Analogous Colors of #f98cbe

#f98cbe #f9918c #f98cf5

Monochromatic Colors of #f98cbe

#f98cbe

Complementary Color

#f98cbe #8cf9c7

#f98cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98cbe Color CSS Codes

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

#f98cbe Text Font Color

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

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


#f98cbe Background Color

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

This div background color is #f98cbe


#f98cbe Border Color

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

This div border color is #f98cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,140,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 #f98cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98cbe


Comments

No comments written yet.

Please login to write comment.