Color Hex Logo

#f98cba Color Hex

#F98CBA
(249,140,186)
0 Favorites   0 Comments

Color spaces of #f98cba

RGB 249140186
HSL0.930.900.76
HSV335°44°98°
CMYK 0.000.440.25   0.02
XYZ57.307942.441151.6259
Yxy42.44110.37860.2804
Hunter Lab65.146843.0146-1.3818
CIE-Lab71.174046.6548-5.6550

#f98cba color RGB value is (249,140,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 10111010
Octal 371 214 272
Decimal 249 140 186
Hex F9 8C BA

RGB Percentages of Color #f98cba

%43.30
%24.35
%32.35

CMYK Percentages of Color #f98cba

%0
%44
%25
%2

Triadic Colors of #f98cba

#f98cba #baf98c #8cbaf9

Analogous Colors of #f98cba

#f98cba #f9958c #f98cf1

Monochromatic Colors of #f98cba

#f98cba

Complementary Color

#f98cba #8cf9cb

#f98cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98cba Color CSS Codes

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

#f98cba Text Font Color

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

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


#f98cba Background Color

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

This div background color is #f98cba


#f98cba Border Color

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

This div border color is #f98cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98cba


Comments

No comments written yet.

Please login to write comment.