COLOR #FFAFC6

HEX: #FFAFC6
RGB: (255,175,198)

Color info

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

RGB color model

#FFAFC6 color RGB value is (255,175,198).

  • red value is 255;
  • green value is 175;
  • blue value is 198.
RGB:
(255,175,198)
(100%,69%,78%)

RGB channels and saturation

R 255 of 255 = 100%
G 175 of 255 = 69%
B 198 of 255 = 78%

255
175
198

R + G + B ~ 82%. #FFAFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 175 + 198 = 628 (100%)
R 255 of 628 ~ 40.61%
G 175 of 628 ~ 27.87%
B 198 of 628 ~ 31.53%

%40.61
%27.87
%31.53

CMYK color model

#FFAFC6 color CMYK value is (0,31,22,0).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 22.35%
  • key color value is 0.00%
CMYK:
(0,31,22,0)
C0M31Y22K0 
(0%,31%,22%,0%)
(0.00/0.31/0.22/0.00)	

CMYK percentages

%0
%31.37
%22.35
%0

Codes

Color #FFAFC6 in popluar color models

FFAFC6
RGB255175198
HSL343°100.00%84.31%
HSB/HSV343°31.37%100.00%
CMYK0.00%31.37%22.35%
0.00%

Color #FFAFC6 in popluar number systems.

HEXFFAFC6
Decimal255175198
Binary111111111010111111000110
Octal377257306

Shades and tints

Shades of #FFAFC6

#FFAFC6
(255,175,198)
#E8A0B4
(232,160,180)
#D191A2
(209,145,162)
#BA8290
(186,130,144)
#A3737E
(163,115,126)
#8C646C
(140,100,108)
#75555A
(117,85,90)
#5E4648
(94,70,72)
#473736
(71,55,54)
#302824
(48,40,36)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #FFAFC6

#FFAFC6
(255,175,198)
#FFB6CB
(255,182,203)
#FFBDD0
(255,189,208)
#FFC4D5
(255,196,213)
#FFCBDA
(255,203,218)
#FFD2DF
(255,210,223)
#FFD9E4
(255,217,228)
#FFE0E9
(255,224,233)
#FFE7EE
(255,231,238)
#FFEEF3
(255,238,243)
#FFF5F8
(255,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAFC6 color. Also use rgb(255,175,198) instead hex code.

Text Font Color

.myTextColor { color: #FFAFC6; }

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

This text font color is #FFAFC6.


Background Color

.myBgColor { background-color: #FFAFC6; }

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

This div background color is #FFAFC6.


Border color

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

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

This div border color is #FFAFC6.


Opacity

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

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

Text with #FFAFC6 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 #FFAFC6;}

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

This text has shadow with #FFAFC6 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFAFC6;
-webkit-box-shadow: 1px 1px 3px 2px #FFAFC6;
box-shadow:1px 1px 3px 2px #FFAFC6;">
Div content here</div>
This div box has shadow with color #FFAFC6.

Preview

Color preview on black background

This text has color #FFAFC6 on black background.


Color preview on white background

This text has color #FFAFC6 on white background.



Black color preview on #FFAFC6 background

This text has black color on #FFAFC6 background.


White color preview on #FFAFC6 background

This text has white color on #FFAFC6 background.