Color Hex Logo

#f6afbe Color Hex

#F6AFBE
(246,175,190)
0 Favorites   0 Comments

Color spaces of #f6afbe

RGB 246175190
HSL0.960.800.83
HSV347°29°96°
CMYK 0.000.290.23   0.04
XYZ62.630353.970555.8316
Yxy53.97050.36320.3130
Hunter Lab73.464623.61236.3661
CIE-Lab78.444528.00782.7555

#f6afbe color RGB value is (246,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101111 10111110
Octal 366 257 276
Decimal 246 175 190
Hex F6 AF BE

RGB Percentages of Color #f6afbe

%40.26
%28.64
%31.10

CMYK Percentages of Color #f6afbe

%0
%29
%23
%4

Triadic Colors of #f6afbe

#f6afbe #bef6af #afbef6

Analogous Colors of #f6afbe

#f6afbe #f6c4af #f6afe2

Monochromatic Colors of #f6afbe

#f6afbe

Complementary Color

#f6afbe #aff6e7

#f6afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6afbe Color CSS Codes

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

#f6afbe Text Font Color

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

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


#f6afbe Background Color

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

This div background color is #f6afbe


#f6afbe Border Color

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

This div border color is #f6afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6afbe


Comments

No comments written yet.

Please login to write comment.