Color Hex Logo

#f6a8bf Color Hex

#F6A8BF
(246,168,191)
0 Favorites   0 Comments

Color spaces of #f6a8bf

RGB 246168191
HSL0.950.810.81
HSV342°32°96°
CMYK 0.000.320.22   0.04
XYZ61.412651.359755.9668
Yxy51.35970.36400.3044
Hunter Lab71.665727.54743.8639
CIE-Lab76.896431.8425-0.0428

#f6a8bf color RGB value is (246,168,191).

#f6a8bf hex color red value is 246, green value is 168 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f6a8bf hue: 0.95 , saturation: 0.81 and the lightness value of f6a8bf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101000 10111111
Octal 366 250 277
Decimal 246 168 191
Hex F6 A8 BF

RGB Percentages of Color #f6a8bf

%40.66
%27.77
%31.57

CMYK Percentages of Color #f6a8bf

%0
%32
%22
%4

Triadic Colors of #f6a8bf

#f6a8bf #bff6a8 #a8bff6

Analogous Colors of #f6a8bf

#f6a8bf #f6b8a8 #f6a8e6

Monochromatic Colors of #f6a8bf

#f6a8bf

Complementary Color

#f6a8bf #a8f6df

#f6a8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6a8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6a8bf Color CSS Codes

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

#f6a8bf Text Font Color

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

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


#f6a8bf Background Color

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

This div background color is #f6a8bf


#f6a8bf Border Color

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

This div border color is #f6a8bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,168,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 #f6a8bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6a8bf


Comments

No comments written yet.

Please login to write comment.