Color Hex Logo

#f998bd Color Hex

#F998BD
(249,152,189)
0 Favorites   0 Comments

Color spaces of #f998bd

RGB 249152189
HSL0.940.890.79
HSV337°39°98°
CMYK 0.000.390.24   0.02
XYZ59.480546.270353.9402
Yxy46.27030.37250.2897
Hunter Lab68.022337.04620.5999
CIE-Lab73.720640.9499-3.5607

#f998bd color RGB value is (249,152,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011000 10111101
Octal 371 230 275
Decimal 249 152 189
Hex F9 98 BD

RGB Percentages of Color #f998bd

%42.20
%25.76
%32.03

CMYK Percentages of Color #f998bd

%0
%39
%24
%2

Triadic Colors of #f998bd

#f998bd #bdf998 #98bdf9

Analogous Colors of #f998bd

#f998bd #f9a498 #f998ee

Monochromatic Colors of #f998bd

#f998bd

Complementary Color

#f998bd #98f9d4

#f998bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f998bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f998bd Color CSS Codes

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

#f998bd Text Font Color

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

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


#f998bd Background Color

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

This div background color is #f998bd


#f998bd Border Color

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

This div border color is #f998bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f998bd


Comments

No comments written yet.

Please login to write comment.