Color Hex Logo

#f98eab Color Hex

#F98EAB
(249,142,171)
0 Favorites   0 Comments

Color spaces of #f98eab

RGB 249142171
HSL0.950.900.77
HSV344°43°98°
CMYK 0.000.430.31   0.02
XYZ56.090642.426043.7608
Yxy42.42600.39420.2982
Hunter Lab65.135239.72695.7610
CIE-Lab71.163643.68712.6871

#f98eab color RGB value is (249,142,171).

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

The process color (four color CMYK) of #f98eab color hex is 0.00, 0.43, 0.31, 0.02. Web safe color of #f98eab is #ff9999. Color #f98eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 10101011
Octal 371 216 253
Decimal 249 142 171
Hex F9 8E AB

RGB Percentages of Color #f98eab

%44.31
%25.27
%30.43

CMYK Percentages of Color #f98eab

%0
%43
%31
%2

Triadic Colors of #f98eab

#f98eab #abf98e #8eabf9

Analogous Colors of #f98eab

#f98eab #f9a78e #f98ee1

Monochromatic Colors of #f98eab

#f98eab

Complementary Color

#f98eab #8ef9dc

#f98eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98eab Color CSS Codes

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

#f98eab Text Font Color

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

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


#f98eab Background Color

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

This div background color is #f98eab


#f98eab Border Color

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

This div border color is #f98eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98eab


Comments

No comments written yet.

Please login to write comment.