Color Hex Logo

#f297ac Color Hex

#F297AC
(242,151,172)
0 Favorites   0 Comments

Color spaces of #f297ac

RGB 242151172
HSL0.960.780.77
HSV346°38°95°
CMYK 0.000.380.29   0.05
XYZ55.131043.989044.6147
Yxy43.98900.38360.3060
Hunter Lab66.324232.30816.5440
CIE-Lab72.221136.72343.5566

#f297ac color RGB value is (242,151,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010111 10101100
Octal 362 227 254
Decimal 242 151 172
Hex F2 97 AC

RGB Percentages of Color #f297ac

%42.83
%26.73
%30.44

CMYK Percentages of Color #f297ac

%0
%38
%29
%5

Triadic Colors of #f297ac

#f297ac #acf297 #97acf2

Analogous Colors of #f297ac

#f297ac #f2b097 #f297da

Monochromatic Colors of #f297ac

#f297ac

Complementary Color

#f297ac #97f2dd

#f297ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f297ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f297ac Color CSS Codes

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

#f297ac Text Font Color

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

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


#f297ac Background Color

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

This div background color is #f297ac


#f297ac Border Color

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

This div border color is #f297ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f297ac


Comments

No comments written yet.

Please login to write comment.