Color Hex Logo

#f998ba Color Hex

#F998BA
(249,152,186)
0 Favorites   0 Comments

Color spaces of #f998ba

RGB 249152186
HSL0.940.890.79
HSV339°39°98°
CMYK 0.000.390.25   0.02
XYZ59.158146.141452.2426
Yxy46.14140.37550.2929
Hunter Lab67.927536.58281.9496
CIE-Lab73.637240.5352-2.0266

#f998ba color RGB value is (249,152,186).

#f998ba hex color red value is 249, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f998ba hue: 0.94 , saturation: 0.89 and the lightness value of f998ba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011000 10111010
Octal 371 230 272
Decimal 249 152 186
Hex F9 98 BA

RGB Percentages of Color #f998ba

%42.42
%25.89
%31.69

CMYK Percentages of Color #f998ba

%0
%39
%25
%2

Triadic Colors of #f998ba

#f998ba #baf998 #98baf9

Analogous Colors of #f998ba

#f998ba #f9a798 #f998eb

Monochromatic Colors of #f998ba

#f998ba

Complementary Color

#f998ba #98f9d7

#f998ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f998ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f998ba Color CSS Codes

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

#f998ba Text Font Color

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

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


#f998ba Background Color

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

This div background color is #f998ba


#f998ba Border Color

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

This div border color is #f998ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f998ba


Comments

No comments written yet.

Please login to write comment.