Color Hex Logo

#f98daa Color Hex

#F98DAA
(249,141,170)
0 Favorites   0 Comments

Color spaces of #f98daa

RGB 249141170
HSL0.960.900.76
HSV344°43°98°
CMYK 0.000.430.32   0.02
XYZ55.847542.091843.2112
Yxy42.09180.39570.2982
Hunter Lab64.878240.11695.9255
CIE-Lab70.934244.06942.9120

#f98daa color RGB value is (249,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 10101010
Octal 371 215 252
Decimal 249 141 170
Hex F9 8D AA

RGB Percentages of Color #f98daa

%44.46
%25.18
%30.36

CMYK Percentages of Color #f98daa

%0
%43
%32
%2

Triadic Colors of #f98daa

#f98daa #aaf98d #8daaf9

Analogous Colors of #f98daa

#f98daa #f9a68d #f98de0

Monochromatic Colors of #f98daa

#f98daa

Complementary Color

#f98daa #8df9dc

#f98daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98daa Color CSS Codes

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

#f98daa Text Font Color

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

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


#f98daa Background Color

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

This div background color is #f98daa


#f98daa Border Color

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

This div border color is #f98daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98daa

#f98daa Color Palettes


Comments

No comments written yet.

Please login to write comment.