Color Hex Logo

#f98dac Color Hex

#F98DAC
(249,141,172)
0 Favorites   0 Comments

Color spaces of #f98dac

RGB 249141172
HSL0.950.900.76
HSV343°43°98°
CMYK 0.000.430.31   0.02
XYZ56.038242.168044.2154
Yxy42.16800.39350.2961
Hunter Lab64.936940.39955.0854
CIE-Lab70.986644.31961.8725

#f98dac color RGB value is (249,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 10101100
Octal 371 215 254
Decimal 249 141 172
Hex F9 8D AC

RGB Percentages of Color #f98dac

%44.31
%25.09
%30.60

CMYK Percentages of Color #f98dac

%0
%43
%31
%2

Triadic Colors of #f98dac

#f98dac #acf98d #8dacf9

Analogous Colors of #f98dac

#f98dac #f9a48d #f98de2

Monochromatic Colors of #f98dac

#f98dac

Complementary Color

#f98dac #8df9da

#f98dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98dac Color CSS Codes

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

#f98dac Text Font Color

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

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


#f98dac Background Color

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

This div background color is #f98dac


#f98dac Border Color

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

This div border color is #f98dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98dac

Related Colors


Comments

No comments written yet.

Please login to write comment.