Color Hex Logo

#f6aeca Color Hex

#F6AECA
(246,174,202)
0 Favorites   0 Comments

Color spaces of #f6aeca

RGB 246174202
HSL0.940.800.82
HSV337°29°96°
CMYK 0.000.290.18   0.04
XYZ63.802854.129262.9623
Yxy54.12920.35270.2992
Hunter Lab73.572526.04490.7613
CIE-Lab78.537030.3075-3.6289

#f6aeca color RGB value is (246,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101110 11001010
Octal 366 256 312
Decimal 246 174 202
Hex F6 AE CA

RGB Percentages of Color #f6aeca

%39.55
%27.97
%32.48

CMYK Percentages of Color #f6aeca

%0
%29
%18
%4

Triadic Colors of #f6aeca

#f6aeca #caf6ae #aecaf6

Analogous Colors of #f6aeca

#f6aeca #f6b6ae #f6aeee

Monochromatic Colors of #f6aeca

#f6aeca

Complementary Color

#f6aeca #aef6da

#f6aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aeca Color CSS Codes

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

#f6aeca Text Font Color

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

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


#f6aeca Background Color

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

This div background color is #f6aeca


#f6aeca Border Color

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

This div border color is #f6aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aeca


Comments

No comments written yet.

Please login to write comment.