COLOR #FDAFDB

HEX: #FDAFDB RGB: (253,175,219)

Color info

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

RGB color model

#FDAFDB color RGB value is (253,175,219).

RGB: (253,175,219) (99%, 69%, 86%)

RGB channels and saturation

R 253 of 255 = 99%
G 175 of 255 = 69%
B 219 of 255 = 86%

253
175
219

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

Portions of RGB colors in percentages

R + G + B = 253 + 175 + 219 = 647 (100%)
R 253 of 647 ~ 39.1%
G 175 of 647 ~ 27.05%
B 219 of 647 ~ 33.85'%

%39.1
%27.05
%33.85

CMYK color model

#FDAFDB color CMYK value is (0,31,13,1).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 13.44%
  • key color value is 0.78%

CMYK: (0,31,13,1)
C0M31Y13K1 (0%, 31%, 13%, 1%)
(0.00 / 0.31 / 0.13 / 0.01)

CMYK percentages

%0
%30.83
%13.44
%0.78

Codes

Color #FDAFDB in popluar color models

FD AF DB
RGB 253 175 219
HSL 326° 95.12% 83.92%
HSB/HSV 326° 30.83% 99.22%
CMYK 0.00% 30.83% 13.44%
0.78%

Color #FDAFDB in popluar number systems.

HEX FD AF DB
Decimal 253 175 219
Binary 11111101 10101111 11011011
Octal 375 257 333

Shades and tints

Shades of #FDAFDB

#FDAFDB
(253,175,219)
#E6A0C8
(230,160,200)
#CF91B5
(207,145,181)
#B882A2
(184,130,162)
#A1738F
(161,115,143)
#8A647C
(138,100,124)
#735569
(115,85,105)
#5C4656
(92,70,86)
#453743
(69,55,67)
#2E2830
(46,40,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #FDAFDB

#FDAFDB
(253,175,219)
#FDB6DE
(253,182,222)
#FDBDE1
(253,189,225)
#FDC4E4
(253,196,228)
#FDCBE7
(253,203,231)
#FDD2EA
(253,210,234)
#FDD9ED
(253,217,237)
#FDE0F0
(253,224,240)
#FDE7F3
(253,231,243)
#FDEEF6
(253,238,246)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDAFDB; }

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

This text font color is #FDAFDB.

Background Color

.myBgColor { background-color: #FDAFDB; }

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

This div background color is #FDAFDB.

Border color

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

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

This div border color is #FDAFDB.

Opacity

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

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

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

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

This text has shadow with #FDAFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDAFDB.

Preview

Color preview on black background

This text has color #FDAFDB on black background.


Color preview on white background

This text has color #FDAFDB on white background.


Black color preview on #FDAFDB background

This text has black color on #FDAFDB background.


White color preview on #FDAFDB background

This text has white color on #FDAFDB background.


Related colors

Complementary color

Complementary color for #hex is #025024.


I love getcolorcode.com

Triadic colors

1 #DBFDAF and #AFDBFD with #FDAFDB are triadic colors.

2 #DBAFFD and #AFFDDB with #FDAFDB are triadic colors.