Color Hex Logo

#f1aeae Color Hex

#F1AEAE
(241,174,174)
0 Favorites   0 Comments

Color spaces of #f1aeae

RGB 241174174
HSL0.000.710.81
HSV28°95°
CMYK 0.000.280.28   0.05
XYZ59.051752.028946.9746
Yxy52.02890.37360.3292
Hunter Lab72.131119.903611.8797
CIE-Lab77.298124.49939.7357

#f1aeae color RGB value is (241,174,174).

#f1aeae hex color red value is 241, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f1aeae hue: 0.00 , saturation: 0.71 and the lightness value of f1aeae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101110 10101110
Octal 361 256 256
Decimal 241 174 174
Hex F1 AE AE

RGB Percentages of Color #f1aeae

%40.92
%29.54
%29.54

CMYK Percentages of Color #f1aeae

%0
%28
%28
%5

Triadic Colors of #f1aeae

#f1aeae #aef1ae #aeaef1

Analogous Colors of #f1aeae

#f1aeae #f1d0ae #f1aed0

Monochromatic Colors of #f1aeae

#f1aeae

Complementary Color

#f1aeae #aef1f1

#f1aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aeae Color CSS Codes

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

#f1aeae Text Font Color

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

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


#f1aeae Background Color

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

This div background color is #f1aeae


#f1aeae Border Color

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

This div border color is #f1aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aeae


Comments

No comments written yet.

Please login to write comment.