Color Hex Logo

#f98ebd Color Hex

#F98EBD
(249,142,189)
0 Favorites   0 Comments

Color spaces of #f98ebd

RGB 249142189
HSL0.930.900.77
HSV334°43°98°
CMYK 0.000.430.24   0.02
XYZ57.925243.159953.4218
Yxy43.15990.37490.2793
Hunter Lab65.696242.4175-2.2252
CIE-Lab71.663446.0566-6.5990

#f98ebd color RGB value is (249,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 10111101
Octal 371 216 275
Decimal 249 142 189
Hex F9 8E BD

RGB Percentages of Color #f98ebd

%42.93
%24.48
%32.59

CMYK Percentages of Color #f98ebd

%0
%43
%24
%2

Triadic Colors of #f98ebd

#f98ebd #bdf98e #8ebdf9

Analogous Colors of #f98ebd

#f98ebd #f9958e #f98ef3

Monochromatic Colors of #f98ebd

#f98ebd

Complementary Color

#f98ebd #8ef9ca

#f98ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ebd Color CSS Codes

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

#f98ebd Text Font Color

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

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


#f98ebd Background Color

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

This div background color is #f98ebd


#f98ebd Border Color

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

This div border color is #f98ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ebd


Comments

No comments written yet.

Please login to write comment.