Color Hex Logo

#f6afbf Color Hex

#F6AFBF
(246,175,191)
0 Favorites   0 Comments

Color spaces of #f6afbf

RGB 246175191
HSL0.960.800.83
HSV346°29°96°
CMYK 0.000.290.22   0.04
XYZ62.740054.014456.4093
Yxy54.01440.36230.3119
Hunter Lab73.494523.76465.9392
CIE-Lab78.470128.15132.2495

#f6afbf color RGB value is (246,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101111 10111111
Octal 366 257 277
Decimal 246 175 191
Hex F6 AF BF

RGB Percentages of Color #f6afbf

%40.20
%28.59
%31.21

CMYK Percentages of Color #f6afbf

%0
%29
%22
%4

Triadic Colors of #f6afbf

#f6afbf #bff6af #afbff6

Analogous Colors of #f6afbf

#f6afbf #f6c3af #f6afe3

Monochromatic Colors of #f6afbf

#f6afbf

Complementary Color

#f6afbf #aff6e6

#f6afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6afbf Color CSS Codes

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

#f6afbf Text Font Color

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

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


#f6afbf Background Color

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

This div background color is #f6afbf


#f6afbf Border Color

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

This div border color is #f6afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6afbf

Related Colors


Comments

No comments written yet.

Please login to write comment.