Color Hex Logo

#f6acdf Color Hex

#F6ACDF
(246,172,223)
0 Favorites   0 Comments

Color spaces of #f6acdf

RGB 246172223
HSL0.890.800.82
HSV319°30°96°
CMYK 0.000.300.09   0.04
XYZ66.077854.425676.8345
Yxy54.42560.33480.2758
Hunter Lab73.773730.7753-10.1083
CIE-Lab78.709334.7079-14.7664

#f6acdf color RGB value is (246,172,223).

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

The process color (four color CMYK) of #f6acdf color hex is 0.00, 0.30, 0.09, 0.04. Web safe color of #f6acdf is #ff99cc. Color #f6acdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101100 11011111
Octal 366 254 337
Decimal 246 172 223
Hex F6 AC DF

RGB Percentages of Color #f6acdf

%38.38
%26.83
%34.79

CMYK Percentages of Color #f6acdf

%0
%30
%9
%4

Triadic Colors of #f6acdf

#f6acdf #dff6ac #acdff6

Analogous Colors of #f6acdf

#f6acdf #f6acba #e8acf6

Monochromatic Colors of #f6acdf

#f6acdf

Complementary Color

#f6acdf #acf6c3

#f6acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6acdf Color CSS Codes

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

#f6acdf Text Font Color

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

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


#f6acdf Background Color

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

This div background color is #f6acdf


#f6acdf Border Color

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

This div border color is #f6acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6acdf


Comments

No comments written yet.

Please login to write comment.