Color Hex Logo

#f98aac Color Hex

#F98AAC
(249,138,172)
0 Favorites   0 Comments

Color spaces of #f98aac

RGB 249138172
HSL0.950.900.76
HSV342°45°98°
CMYK 0.000.450.31   0.02
XYZ55.601841.295344.0700
Yxy41.29530.39440.2929
Hunter Lab64.261441.98854.3224
CIE-Lab70.382345.83300.9932

#f98aac color RGB value is (249,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 10101100
Octal 371 212 254
Decimal 249 138 172
Hex F9 8A AC

RGB Percentages of Color #f98aac

%44.54
%24.69
%30.77

CMYK Percentages of Color #f98aac

%0
%45
%31
%2

Triadic Colors of #f98aac

#f98aac #acf98a #8aacf9

Analogous Colors of #f98aac

#f98aac #f9a08a #f98ae4

Monochromatic Colors of #f98aac

#f98aac

Complementary Color

#f98aac #8af9d7

#f98aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98aac Color CSS Codes

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

#f98aac Text Font Color

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

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


#f98aac Background Color

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

This div background color is #f98aac


#f98aac Border Color

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

This div border color is #f98aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98aac


Comments

No comments written yet.

Please login to write comment.