Color Hex Logo

#f98ddd Color Hex

#F98DDD
(249,141,221)
0 Favorites   0 Comments

Color spaces of #f98ddd

RGB 249141221
HSL0.880.900.76
HSV316°43°98°
CMYK 0.000.430.11   0.02
XYZ61.642944.409973.7297
Yxy44.40990.34290.2470
Hunter Lab66.640848.4917-18.9485
CIE-Lab72.501651.3251-23.0378

#f98ddd color RGB value is (249,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 11011101
Octal 371 215 335
Decimal 249 141 221
Hex F9 8D DD

RGB Percentages of Color #f98ddd

%40.75
%23.08
%36.17

CMYK Percentages of Color #f98ddd

%0
%43
%11
%2

Triadic Colors of #f98ddd

#f98ddd #ddf98d #8dddf9

Analogous Colors of #f98ddd

#f98ddd #f98da7 #df8df9

Monochromatic Colors of #f98ddd

#f98ddd

Complementary Color

#f98ddd #8df9a9

#f98ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ddd Color CSS Codes

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

#f98ddd Text Font Color

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

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


#f98ddd Background Color

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

This div background color is #f98ddd


#f98ddd Border Color

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

This div border color is #f98ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ddd


Comments

No comments written yet.

Please login to write comment.