Color Hex Logo

#f99dad Color Hex

#F99DAD
(249,157,173)
1 Favorites   0 Comments

Color spaces of #f99dad

RGB 249157173
HSL0.970.880.80
HSV350°37°98°
CMYK 0.000.370.31   0.02
XYZ58.666747.270845.5673
Yxy47.27080.38720.3120
Hunter Lab68.753831.99278.8325
CIE-Lab74.362736.22296.1990

#f99dad color RGB value is (249,157,173).

#f99dad hex color red value is 249, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f99dad hue: 0.97 , saturation: 0.88 and the lightness value of f99dad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 10101101
Octal 371 235 255
Decimal 249 157 173
Hex F9 9D AD

RGB Percentages of Color #f99dad

%43.01
%27.12
%29.88

CMYK Percentages of Color #f99dad

%0
%37
%31
%2

Triadic Colors of #f99dad

#f99dad #adf99d #9dadf9

Analogous Colors of #f99dad

#f99dad #f9bb9d #f99ddb

Monochromatic Colors of #f99dad

#f99dad

Complementary Color

#f99dad #9df9e9

#f99dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99dad Color CSS Codes

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

#f99dad Text Font Color

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

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


#f99dad Background Color

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

This div background color is #f99dad


#f99dad Border Color

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

This div border color is #f99dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99dad


Comments

No comments written yet.

Please login to write comment.