Color Hex Logo

#f99aad Color Hex

#F99AAD
(249,154,173)
0 Favorites   0 Comments

Color spaces of #f99aad

RGB 249154173
HSL0.970.890.79
HSV348°38°98°
CMYK 0.000.380.31   0.02
XYZ58.165346.268145.4001
Yxy46.26810.38820.3088
Hunter Lab68.020733.60148.0416
CIE-Lab73.719237.78035.2727

#f99aad color RGB value is (249,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 10101101
Octal 371 232 255
Decimal 249 154 173
Hex F9 9A AD

RGB Percentages of Color #f99aad

%43.23
%26.74
%30.03

CMYK Percentages of Color #f99aad

%0
%38
%31
%2

Triadic Colors of #f99aad

#f99aad #adf99a #9aadf9

Analogous Colors of #f99aad

#f99aad #f9b79a #f99add

Monochromatic Colors of #f99aad

#f99aad

Complementary Color

#f99aad #9af9e6

#f99aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99aad Color CSS Codes

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

#f99aad Text Font Color

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

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


#f99aad Background Color

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

This div background color is #f99aad


#f99aad Border Color

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

This div border color is #f99aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99aad

Related Colors


Comments

No comments written yet.

Please login to write comment.