Color Hex Logo

#f6afcf Color Hex

#F6AFCF
(246,175,207)
0 Favorites   0 Comments

Color spaces of #f6afcf

RGB 246175207
HSL0.920.800.83
HSV333°29°96°
CMYK 0.000.290.16   0.04
XYZ64.598554.757866.1961
Yxy54.75780.34810.2951
Hunter Lab73.998526.3278-1.2395
CIE-Lab78.901630.5487-5.8055

#f6afcf color RGB value is (246,175,207).

#f6afcf hex color red value is 246, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f6afcf hue: 0.92 , saturation: 0.80 and the lightness value of f6afcf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101111 11001111
Octal 366 257 317
Decimal 246 175 207
Hex F6 AF CF

RGB Percentages of Color #f6afcf

%39.17
%27.87
%32.96

CMYK Percentages of Color #f6afcf

%0
%29
%16
%4

Triadic Colors of #f6afcf

#f6afcf #cff6af #afcff6

Analogous Colors of #f6afcf

#f6afcf #f6b3af #f6aff3

Monochromatic Colors of #f6afcf

#f6afcf

Complementary Color

#f6afcf #aff6d6

#f6afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6afcf Color CSS Codes

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

#f6afcf Text Font Color

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

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


#f6afcf Background Color

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

This div background color is #f6afcf


#f6afcf Border Color

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

This div border color is #f6afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6afcf


Comments

No comments written yet.

Please login to write comment.