Color Hex Logo

#f6afcd Color Hex

#F6AFCD
(246,175,205)
1 Favorites   0 Comments

Color spaces of #f6afcd

RGB 246175205
HSL0.930.800.83
HSV335°29°96°
CMYK 0.000.290.17   0.04
XYZ64.355554.660664.9162
Yxy54.66060.34990.2972
Hunter Lab73.932825.9946-0.3062
CIE-Lab78.845430.2389-4.8033

#f6afcd color RGB value is (246,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101111 11001101
Octal 366 257 315
Decimal 246 175 205
Hex F6 AF CD

RGB Percentages of Color #f6afcd

%39.30
%27.96
%32.75

CMYK Percentages of Color #f6afcd

%0
%29
%17
%4

Triadic Colors of #f6afcd

#f6afcd #cdf6af #afcdf6

Analogous Colors of #f6afcd

#f6afcd #f6b5af #f6aff1

Monochromatic Colors of #f6afcd

#f6afcd

Complementary Color

#f6afcd #aff6d8

#f6afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6afcd Color CSS Codes

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

#f6afcd Text Font Color

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

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


#f6afcd Background Color

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

This div background color is #f6afcd


#f6afcd Border Color

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

This div border color is #f6afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6afcd


Comments

No comments written yet.

Please login to write comment.