Color Hex Logo

#f2aeca Color Hex

#F2AECA
(242,174,202)
0 Favorites   0 Comments

Color spaces of #f2aeca

RGB 242174202
HSL0.930.720.82
HSV335°28°95°
CMYK 0.000.280.17   0.05
XYZ62.414753.413662.8974
Yxy53.41360.34920.2989
Hunter Lab73.084624.54200.1336
CIE-Lab78.118628.9130-4.2931

#f2aeca color RGB value is (242,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101110 11001010
Octal 362 256 312
Decimal 242 174 202
Hex F2 AE CA

RGB Percentages of Color #f2aeca

%39.16
%28.16
%32.69

CMYK Percentages of Color #f2aeca

%0
%28
%17
%5

Triadic Colors of #f2aeca

#f2aeca #caf2ae #aecaf2

Analogous Colors of #f2aeca

#f2aeca #f2b4ae #f2aeec

Monochromatic Colors of #f2aeca

#f2aeca

Complementary Color

#f2aeca #aef2d6

#f2aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aeca Color CSS Codes

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

#f2aeca Text Font Color

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

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


#f2aeca Background Color

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

This div background color is #f2aeca


#f2aeca Border Color

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

This div border color is #f2aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aeca


Comments

No comments written yet.

Please login to write comment.