Color Hex Logo

#f2afae Color Hex

#F2AFAE
(242,175,174)
0 Favorites   0 Comments

Color spaces of #f2afae

RGB 242175174
HSL0.000.720.82
HSV28°95°
CMYK 0.000.280.28   0.05
XYZ59.587952.593247.0553
Yxy52.59320.37420.3303
Hunter Lab72.521219.754612.2946
CIE-Lab77.634224.338110.2286

#f2afae color RGB value is (242,175,174).

#f2afae hex color red value is 242, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f2afae hue: 0.00 , saturation: 0.72 and the lightness value of f2afae is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101111 10101110
Octal 362 257 256
Decimal 242 175 174
Hex F2 AF AE

RGB Percentages of Color #f2afae

%40.95
%29.61
%29.44

CMYK Percentages of Color #f2afae

%0
%28
%28
%5

Triadic Colors of #f2afae

#f2afae #aef2af #afaef2

Analogous Colors of #f2afae

#f2afae #f2d1ae #f2aecf

Monochromatic Colors of #f2afae

#f2afae

Complementary Color

#f2afae #aef1f2

#f2afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2afae Color CSS Codes

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

#f2afae Text Font Color

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

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


#f2afae Background Color

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

This div background color is #f2afae


#f2afae Border Color

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

This div border color is #f2afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2afae


Comments

No comments written yet.

Please login to write comment.