COLOR #FFAFD3

HEX: #FFAFD3
RGB: (255,175,211)

Color info

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

RGB color model

#FFAFD3 color RGB value is (255,175,211).

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

RGB channels and saturation

R 255 of 255 = 100%
G 175 of 255 = 69%
B 211 of 255 = 83%

255
175
211

R + G + B ~ 84%. #FFAFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 175 + 211 = 641 (100%)
R 255 of 641 ~ 39.78%
G 175 of 641 ~ 27.3%
B 211 of 641 ~ 32.92%

%39.78
%27.3
%32.92

CMYK color model

#FFAFD3 color CMYK value is (0,31,17,0).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK:
(0,31,17,0)
C0M31Y17K0 
(0%,31%,17%,0%)
(0.00/0.31/0.17/0.00)	

CMYK percentages

%0
%31.37
%17.25
%0

Codes

Color #FFAFD3 in popluar color models

FFAFD3
RGB255175211
HSL333°100.00%84.31%
HSB/HSV333°31.37%100.00%
CMYK0.00%31.37%17.25%
0.00%

Color #FFAFD3 in popluar number systems.

HEXFFAFD3
Decimal255175211
Binary111111111010111111010011
Octal377257323

Shades and tints

Shades of #FFAFD3

#FFAFD3
(255,175,211)
#E8A0C0
(232,160,192)
#D191AD
(209,145,173)
#BA829A
(186,130,154)
#A37387
(163,115,135)
#8C6474
(140,100,116)
#755561
(117,85,97)
#5E464E
(94,70,78)
#47373B
(71,55,59)
#302828
(48,40,40)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #FFAFD3

#FFAFD3
(255,175,211)
#FFB6D7
(255,182,215)
#FFBDDB
(255,189,219)
#FFC4DF
(255,196,223)
#FFCBE3
(255,203,227)
#FFD2E7
(255,210,231)
#FFD9EB
(255,217,235)
#FFE0EF
(255,224,239)
#FFE7F3
(255,231,243)
#FFEEF7
(255,238,247)
#FFF5FB
(255,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAFD3; }

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

This text font color is #FFAFD3.


Background Color

.myBgColor { background-color: #FFAFD3; }

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

This div background color is #FFAFD3.


Border color

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

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

This div border color is #FFAFD3.


Opacity

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

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

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

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

This text has shadow with #FFAFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAFD3 on black background.


Color preview on white background

This text has color #FFAFD3 on white background.



Black color preview on #FFAFD3 background

This text has black color on #FFAFD3 background.


White color preview on #FFAFD3 background

This text has white color on #FFAFD3 background.