Color Hex Logo

#f6aede Color Hex

#F6AEDE
(246,174,222)
0 Favorites   0 Comments

Color spaces of #f6aede

RGB 246174222
HSL0.890.800.82
HSV320°29°96°
CMYK 0.000.290.10   0.04
XYZ66.326955.138976.2543
Yxy55.13890.33550.2789
Hunter Lab74.255629.4933-8.9070
CIE-Lab79.121233.4881-13.6068

#f6aede color RGB value is (246,174,222).

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

The process color (four color CMYK) of #f6aede color hex is 0.00, 0.29, 0.10, 0.04. Web safe color of #f6aede is #ff99cc. Color #f6aede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101110 11011110
Octal 366 256 336
Decimal 246 174 222
Hex F6 AE DE

RGB Percentages of Color #f6aede

%38.32
%27.10
%34.58

CMYK Percentages of Color #f6aede

%0
%29
%10
%4

Triadic Colors of #f6aede

#f6aede #def6ae #aedef6

Analogous Colors of #f6aede

#f6aede #f6aeba #eaaef6

Monochromatic Colors of #f6aede

#f6aede

Complementary Color

#f6aede #aef6c6

#f6aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aede Color CSS Codes

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

#f6aede Text Font Color

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

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


#f6aede Background Color

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

This div background color is #f6aede


#f6aede Border Color

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

This div border color is #f6aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aede


Comments

No comments written yet.

Please login to write comment.