Color Hex Logo

#f29cac Color Hex

#F29CAC
(242,156,172)
0 Favorites   0 Comments

Color spaces of #f29cac

RGB 242156172
HSL0.970.770.78
HSV349°36°95°
CMYK 0.000.360.29   0.05
XYZ55.952845.632744.8887
Yxy45.63270.38200.3115
Hunter Lab67.552029.63437.8878
CIE-Lab73.306634.10665.1245

#f29cac color RGB value is (242,156,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011100 10101100
Octal 362 234 254
Decimal 242 156 172
Hex F2 9C AC

RGB Percentages of Color #f29cac

%42.46
%27.37
%30.18

CMYK Percentages of Color #f29cac

%0
%36
%29
%5

Triadic Colors of #f29cac

#f29cac #acf29c #9cacf2

Analogous Colors of #f29cac

#f29cac #f2b79c #f29cd7

Monochromatic Colors of #f29cac

#f29cac

Complementary Color

#f29cac #9cf2e2

#f29cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29cac Color CSS Codes

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

#f29cac Text Font Color

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

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


#f29cac Background Color

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

This div background color is #f29cac


#f29cac Border Color

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

This div border color is #f29cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,156,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29cac


Comments

No comments written yet.

Please login to write comment.