Color Hex Logo

#f9998d Color Hex

#F9998D
(249,153,141)
0 Favorites   0 Comments

Color spaces of #f9998d

RGB 249153141
HSL0.020.900.76
HSV43°98°
CMYK 0.000.390.43   0.02
XYZ55.265944.845330.9425
Yxy44.84530.42170.3422
Hunter Lab66.966630.120019.4812
CIE-Lab72.789934.611721.5953

#f9998d color RGB value is (249,153,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011001 10001101
Octal 371 231 215
Decimal 249 153 141
Hex F9 99 8D

RGB Percentages of Color #f9998d

%45.86
%28.18
%25.97

CMYK Percentages of Color #f9998d

%0
%39
%43
%2

Triadic Colors of #f9998d

#f9998d #8df999 #998df9

Analogous Colors of #f9998d

#f9998d #f9cf8d #f98db7

Monochromatic Colors of #f9998d

#f9998d

Complementary Color

#f9998d #8dedf9

#f9998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9998d Color CSS Codes

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

#f9998d Text Font Color

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

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


#f9998d Background Color

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

This div background color is #f9998d


#f9998d Border Color

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

This div border color is #f9998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9998d


Comments

No comments written yet.

Please login to write comment.