COLOR #F6AFBE

HEX: #F6AFBE RGB: (246,175,190)

Color info

#F6AFBE contains mainly red and blue colors. Web safe color of #F6AFBE is #FF99CC (or #F9C).

RGB color model

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

RGB: (246,175,190) (96%, 69%, 75%)

RGB channels and saturation

R 246 of 255 = 96%
G 175 of 255 = 69%
B 190 of 255 = 75%

246
175
190

R + G + B ~ 80%. #F6AFBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 175 + 190 = 611 (100%)
R 246 of 611 ~ 40.26%
G 175 of 611 ~ 28.64%
B 190 of 611 ~ 31.1'%

%40.26
%28.64
%31.1

CMYK color model

#F6AFBE color CMYK value is (0,29,23,4).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 22.76%
  • key color value is 3.53%

CMYK: (0,29,23,4)
C0M29Y23K4 (0%, 29%, 23%, 4%)
(0.00 / 0.29 / 0.23 / 0.04)

CMYK percentages

%0
%28.86
%22.76
%3.53

Codes

Color #F6AFBE in popluar color models

F6 AF BE
RGB 246 175 190
HSL 347° 79.78% 82.55%
HSB/HSV 347° 28.86% 96.47%
CMYK 0.00% 28.86% 22.76%
3.53%

Color #F6AFBE in popluar number systems.

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

Shades and tints

Shades of #F6AFBE

#F6AFBE
(246,175,190)
#E0A0AD
(224,160,173)
#CA919C
(202,145,156)
#B4828B
(180,130,139)
#9E737A
(158,115,122)
#886469
(136,100,105)
#725558
(114,85,88)
#5C4647
(92,70,71)
#463736
(70,55,54)
#302825
(48,40,37)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #F6AFBE

#F6AFBE
(246,175,190)
#F6B6C3
(246,182,195)
#F6BDC8
(246,189,200)
#F6C4CD
(246,196,205)
#F6CBD2
(246,203,210)
#F6D2D7
(246,210,215)
#F6D9DC
(246,217,220)
#F6E0E1
(246,224,225)
#F6E7E6
(246,231,230)
#F6EEEB
(246,238,235)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AFBE color. Also use rgb(246,175,190) instead hex code.

Text Font Color

.myTextColor { color: #F6AFBE; }

<p style="color:#F6AFBE">This sample text font color is #F6AFBE.</p>

This text font color is #F6AFBE.

Background Color

.myBgColor { background-color: #F6AFBE; }

<div style="background-color:#F6AFBE">Inner text</div>

This div background color is #F6AFBE.

Border color

.myBorderColor { border: 1px solid #F6AFBE; }

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

This div border color is #F6AFBE.

Opacity

.myOpacity80 { color: #F6AFBE; opacity: 0.8; }

<p style="color:#F6AFBE;opacity:0.8;">80%</p>

Text with #F6AFBE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F6AFBE;}

<p style="text-shadow: 3px 3px 1px #F6AFBE">Text here.</p>

This text has shadow with #F6AFBE color.


.textShadow {text-shadow: 3px 3px 1px #F6AFBE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F6AFBE, 5px 5px 20px red">Text here.</p>

This text has shadow with #F6AFBE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6AFBE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F6AFBE, Direction=45, Strength=4)">Text</p>

This text has shadow with #F6AFBE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6AFBE;
-webkit-box-shadow: 1px 1px 3px 2px #F6AFBE;
box-shadow: 1px 1px 3px 2px #F6AFBE;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #F6AFBE on black background.


Color preview on white background

This text has color #F6AFBE on white background.


Black color preview on #F6AFBE background

This text has black color on #F6AFBE background.


White color preview on #F6AFBE background

This text has white color on #F6AFBE background.


Related colors

Complementary color

Complementary color for #hex is #095041.


I love getcolorcode.com

Triadic colors

1 #BEF6AF and #AFBEF6 with #F6AFBE are triadic colors.

2 #BEAFF6 and #AFF6BE with #F6AFBE are triadic colors.