Color Hex Logo

#f29aad Color Hex

#F29AAD
(242,154,173)
0 Favorites   0 Comments

Color spaces of #f29aad

RGB 242154173
HSL0.960.770.78
HSV347°36°95°
CMYK 0.000.360.29   0.05
XYZ55.716445.005645.2855
Yxy45.00560.38160.3082
Hunter Lab67.086230.84686.9376
CIE-Lab72.895635.28713.9786

#f29aad color RGB value is (242,154,173).

#f29aad hex color red value is 242, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f29aad hue: 0.96 , saturation: 0.77 and the lightness value of f29aad is 0.78.

The process color (four color CMYK) of #f29aad color hex is 0.00, 0.36, 0.29, 0.05. Web safe color of #f29aad is #ff9999. Color #f29aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011010 10101101
Octal 362 232 255
Decimal 242 154 173
Hex F2 9A AD

RGB Percentages of Color #f29aad

%42.53
%27.07
%30.40

CMYK Percentages of Color #f29aad

%0
%36
%29
%5

Triadic Colors of #f29aad

#f29aad #adf29a #9aadf2

Analogous Colors of #f29aad

#f29aad #f2b39a #f29ad9

Monochromatic Colors of #f29aad

#f29aad

Complementary Color

#f29aad #9af2df

#f29aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29aad Color CSS Codes

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

#f29aad Text Font Color

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

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


#f29aad Background Color

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

This div background color is #f29aad


#f29aad Border Color

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

This div border color is #f29aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29aad


Comments

No comments written yet.

Please login to write comment.