Color Hex Logo

#f6aeac Color Hex

#F6AEAC
(246,174,172)
0 Favorites   0 Comments

Color spaces of #f6aeac

RGB 246174172
HSL0.000.800.82
HSV30°96°
CMYK 0.000.290.30   0.04
XYZ60.588552.843546.0362
Yxy52.84350.37990.3314
Hunter Lab72.693521.562213.3376
CIE-Lab77.782526.080811.5839

#f6aeac color RGB value is (246,174,172).

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

The process color (four color CMYK) of #f6aeac color hex is 0.00, 0.29, 0.30, 0.04. Web safe color of #f6aeac is #ff9999. Color #f6aeac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101110 10101100
Octal 366 256 254
Decimal 246 174 172
Hex F6 AE AC

RGB Percentages of Color #f6aeac

%41.55
%29.39
%29.05

CMYK Percentages of Color #f6aeac

%0
%29
%30
%4

Triadic Colors of #f6aeac

#f6aeac #acf6ae #aeacf6

Analogous Colors of #f6aeac

#f6aeac #f6d3ac #f6accf

Monochromatic Colors of #f6aeac

#f6aeac

Complementary Color

#f6aeac #acf4f6

#f6aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aeac Color CSS Codes

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

#f6aeac Text Font Color

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

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


#f6aeac Background Color

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

This div background color is #f6aeac


#f6aeac Border Color

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

This div border color is #f6aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aeac


Comments

No comments written yet.

Please login to write comment.