Color Hex Logo

#f2aade Color Hex

#F2AADE
(242,170,222)
0 Favorites   0 Comments

Color spaces of #f2aade

RGB 242170222
HSL0.880.730.81
HSV317°30°95°
CMYK 0.000.300.08   0.05
XYZ64.177552.900675.9356
Yxy52.90060.33250.2741
Hunter Lab72.732830.2213-10.9879
CIE-Lab77.816334.2695-15.6089

#f2aade color RGB value is (242,170,222).

#f2aade hex color red value is 242, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f2aade hue: 0.88 , saturation: 0.73 and the lightness value of f2aade is 0.81.

The process color (four color CMYK) of #f2aade color hex is 0.00, 0.30, 0.08, 0.05. Web safe color of #f2aade is #ff99cc. Color #f2aade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101010 11011110
Octal 362 252 336
Decimal 242 170 222
Hex F2 AA DE

RGB Percentages of Color #f2aade

%38.17
%26.81
%35.02

CMYK Percentages of Color #f2aade

%0
%30
%8
%5

Triadic Colors of #f2aade

#f2aade #def2aa #aadef2

Analogous Colors of #f2aade

#f2aade #f2aaba #e2aaf2

Monochromatic Colors of #f2aade

#f2aade

Complementary Color

#f2aade #aaf2be

#f2aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aade Color CSS Codes

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

#f2aade Text Font Color

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

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


#f2aade Background Color

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

This div background color is #f2aade


#f2aade Border Color

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

This div border color is #f2aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aade


Comments

No comments written yet.

Please login to write comment.