Color Hex Logo

#f2afdd Color Hex

#F2AFDD
(242,175,221)
0 Favorites   0 Comments

Color spaces of #f2afdd

RGB 242175221
HSL0.890.720.82
HSV319°28°95°
CMYK 0.000.280.09   0.05
XYZ64.999154.757675.5501
Yxy54.75760.33280.2804
Hunter Lab73.998427.2946-8.7344
CIE-Lab78.901431.4560-13.4373

#f2afdd color RGB value is (242,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101111 11011101
Octal 362 257 335
Decimal 242 175 221
Hex F2 AF DD

RGB Percentages of Color #f2afdd

%37.93
%27.43
%34.64

CMYK Percentages of Color #f2afdd

%0
%28
%9
%5

Triadic Colors of #f2afdd

#f2afdd #ddf2af #afddf2

Analogous Colors of #f2afdd

#f2afdd #f2afbc #e6aff2

Monochromatic Colors of #f2afdd

#f2afdd

Complementary Color

#f2afdd #aff2c4

#f2afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2afdd Color CSS Codes

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

#f2afdd Text Font Color

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

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


#f2afdd Background Color

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

This div background color is #f2afdd


#f2afdd Border Color

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

This div border color is #f2afdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,175,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2afdd


Comments

No comments written yet.

Please login to write comment.