COLOR #FFAFD4

HEX: #FFAFD4
RGB: (255,175,212)

Color info

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

RGB color model

#FFAFD4 color RGB value is (255,175,212).

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

RGB channels and saturation

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

255
175
212

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

Portions of RGB colors in percentages

R + G + B =
255 + 175 + 212 = 642 (100%)
R 255 of 642 ~ 39.72%
G 175 of 642 ~ 27.26%
B 212 of 642 ~ 33.02%

%39.72
%27.26
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 16.86%
  • 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
%16.86
%0

Codes

Color #FFAFD4 in popluar color models

FFAFD4
RGB255175212
HSL332°100.00%84.31%
HSB/HSV332°31.37%100.00%
CMYK0.00%31.37%16.86%
0.00%

Color #FFAFD4 in popluar number systems.

HEXFFAFD4
Decimal255175212
Binary111111111010111111010100
Octal377257324

Shades and tints

Shades of #FFAFD4

#FFAFD4
(255,175,212)
#E8A0C1
(232,160,193)
#D191AE
(209,145,174)
#BA829B
(186,130,155)
#A37388
(163,115,136)
#8C6475
(140,100,117)
#755562
(117,85,98)
#5E464F
(94,70,79)
#47373C
(71,55,60)
#302829
(48,40,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #FFAFD4

#FFAFD4
(255,175,212)
#FFB6D7
(255,182,215)
#FFBDDA
(255,189,218)
#FFC4DD
(255,196,221)
#FFCBE0
(255,203,224)
#FFD2E3
(255,210,227)
#FFD9E6
(255,217,230)
#FFE0E9
(255,224,233)
#FFE7EC
(255,231,236)
#FFEEEF
(255,238,239)
#FFF5F2
(255,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAFD4; }

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

This text font color is #FFAFD4.


Background Color

.myBgColor { background-color: #FFAFD4; }

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

This div background color is #FFAFD4.


Border color

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

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

This div border color is #FFAFD4.


Opacity

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

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

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

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

This text has shadow with #FFAFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAFD4 on black background.


Color preview on white background

This text has color #FFAFD4 on white background.



Black color preview on #FFAFD4 background

This text has black color on #FFAFD4 background.


White color preview on #FFAFD4 background

This text has white color on #FFAFD4 background.