Color Hex Logo

#f2acaf Color Hex

#F2ACAF
(242,172,175)
0 Favorites   0 Comments

Color spaces of #f2acaf

RGB 242172175
HSL0.990.730.81
HSV357°29°95°
CMYK 0.000.290.28   0.05
XYZ59.108351.477447.3782
Yxy51.47740.37420.3259
Hunter Lab71.747821.496011.0716
CIE-Lab76.967326.06158.7337

#f2acaf color RGB value is (242,172,175).

#f2acaf hex color red value is 242, green value is 172 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f2acaf hue: 0.99 , saturation: 0.73 and the lightness value of f2acaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101100 10101111
Octal 362 254 257
Decimal 242 172 175
Hex F2 AC AF

RGB Percentages of Color #f2acaf

%41.09
%29.20
%29.71

CMYK Percentages of Color #f2acaf

%0
%29
%28
%5

Triadic Colors of #f2acaf

#f2acaf #aff2ac #acaff2

Analogous Colors of #f2acaf

#f2acaf #f2ccac #f2acd2

Monochromatic Colors of #f2acaf

#f2acaf

Complementary Color

#f2acaf #acf2ef

#f2acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2acaf Color CSS Codes

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

#f2acaf Text Font Color

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

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


#f2acaf Background Color

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

This div background color is #f2acaf


#f2acaf Border Color

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

This div border color is #f2acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2acaf


Comments

No comments written yet.

Please login to write comment.