Color Hex Logo

#f29696 Color Hex

#F29696
(242,150,150)
0 Favorites   0 Comments

Color spaces of #f29696

RGB 242150150
HSL0.000.780.77
HSV38°95°
CMYK 0.000.380.38   0.05
XYZ53.029342.891934.3382
Yxy42.89190.40710.3293
Hunter Lab65.491929.922014.7579
CIE-Lab71.481534.543814.6954

#f29696 color RGB value is (242,150,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010110 10010110
Octal 362 226 226
Decimal 242 150 150
Hex F2 96 96

RGB Percentages of Color #f29696

%44.65
%27.68
%27.68

CMYK Percentages of Color #f29696

%0
%38
%38
%5

Triadic Colors of #f29696

#f29696 #96f296 #9696f2

Analogous Colors of #f29696

#f29696 #f2c496 #f296c4

Monochromatic Colors of #f29696

#f29696

Complementary Color

#f29696 #96f2f2

#f29696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29696 Color CSS Codes

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

#f29696 Text Font Color

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

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


#f29696 Background Color

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

This div background color is #f29696


#f29696 Border Color

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

This div border color is #f29696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29696

#f29696 Color Palettes


Comments

No comments written yet.

Please login to write comment.