COLOR #FFAFDB

HEX: #FFAFDB
RGB: (255,175,219)

Color info

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

RGB color model

#FFAFDB color RGB value is (255,175,219).

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

RGB channels and saturation

R 255 of 255 = 100%
G 175 of 255 = 69%
B 219 of 255 = 86%

255
175
219

R + G + B ~ 85%. #FFAFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 175 + 219 = 649 (100%)
R 255 of 649 ~ 39.29%
G 175 of 649 ~ 26.96%
B 219 of 649 ~ 33.74%

%39.29
%26.96
%33.74

CMYK color model

#FFAFDB color CMYK value is (0,31,14,0).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK:
(0,31,14,0)
C0M31Y14K0 
(0%,31%,14%,0%)
(0.00/0.31/0.14/0.00)	

CMYK percentages

%0
%31.37
%14.12
%0

Codes

Color #FFAFDB in popluar color models

FFAFDB
RGB255175219
HSL327°100.00%84.31%
HSB/HSV327°31.37%100.00%
CMYK0.00%31.37%14.12%
0.00%

Color #FFAFDB in popluar number systems.

HEXFFAFDB
Decimal255175219
Binary111111111010111111011011
Octal377257333

Shades and tints

Shades of #FFAFDB

#FFAFDB
(255,175,219)
#E8A0C8
(232,160,200)
#D191B5
(209,145,181)
#BA82A2
(186,130,162)
#A3738F
(163,115,143)
#8C647C
(140,100,124)
#755569
(117,85,105)
#5E4656
(94,70,86)
#473743
(71,55,67)
#302830
(48,40,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #FFAFDB

#FFAFDB
(255,175,219)
#FFB6DE
(255,182,222)
#FFBDE1
(255,189,225)
#FFC4E4
(255,196,228)
#FFCBE7
(255,203,231)
#FFD2EA
(255,210,234)
#FFD9ED
(255,217,237)
#FFE0F0
(255,224,240)
#FFE7F3
(255,231,243)
#FFEEF6
(255,238,246)
#FFF5F9
(255,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAFDB; }

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

This text font color is #FFAFDB.


Background Color

.myBgColor { background-color: #FFAFDB; }

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

This div background color is #FFAFDB.


Border color

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

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

This div border color is #FFAFDB.


Opacity

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

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

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

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

This text has shadow with #FFAFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAFDB on black background.


Color preview on white background

This text has color #FFAFDB on white background.



Black color preview on #FFAFDB background

This text has black color on #FFAFDB background.


White color preview on #FFAFDB background

This text has white color on #FFAFDB background.