Color Hex Logo

#f79fac Color Hex

#F79FAC
(247,159,172)
0 Favorites   0 Comments

Color spaces of #f79fac

RGB 247159172
HSL0.980.850.80
HSV351°36°97°
CMYK 0.000.360.30   0.03
XYZ58.202347.549045.1400
Yxy47.54900.38570.3151
Hunter Lab68.955829.99079.4565
CIE-Lab74.539634.33406.9731

#f79fac color RGB value is (247,159,172).

#f79fac hex color red value is 247, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f79fac hue: 0.98 , saturation: 0.85 and the lightness value of f79fac is 0.80.

The process color (four color CMYK) of #f79fac color hex is 0.00, 0.36, 0.30, 0.03. Web safe color of #f79fac is #ff9999. Color #f79fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011111 10101100
Octal 367 237 254
Decimal 247 159 172
Hex F7 9F AC

RGB Percentages of Color #f79fac

%42.73
%27.51
%29.76

CMYK Percentages of Color #f79fac

%0
%36
%30
%3

Triadic Colors of #f79fac

#f79fac #acf79f #9facf7

Analogous Colors of #f79fac

#f79fac #f7be9f #f79fd8

Monochromatic Colors of #f79fac

#f79fac

Complementary Color

#f79fac #9ff7ea

#f79fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79fac Color CSS Codes

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

#f79fac Text Font Color

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

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


#f79fac Background Color

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

This div background color is #f79fac


#f79fac Border Color

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

This div border color is #f79fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79fac


Comments

No comments written yet.

Please login to write comment.