COLOR #FDA0DF

HEX: #FDA0DF RGB: (253,160,223)

Color info

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

RGB color model

#FDA0DF color RGB value is (253,160,223).

RGB: (253,160,223) (99%, 63%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 160 of 255 = 63%
B 223 of 255 = 87%

253
160
223

R + G + B ~ 83%. #FDA0DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 160 + 223 = 636 (100%)
R 253 of 636 ~ 39.78%
G 160 of 636 ~ 25.16%
B 223 of 636 ~ 35.06'%

%39.78
%25.16
%35.06

CMYK color model

#FDA0DF color CMYK value is (0,37,12,1).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK: (0,37,12,1) C0M37Y12K1 (0%,37%,12%,1%) (0.00/0.37/0.12/0.01) 

CMYK percentages

%0
%36.76
%11.86
%0.78

Codes

Color #FDA0DF in popluar color models

FD A0 DF
RGB 253 160 223
HSL 319° 95.88% 80.98%
HSB/HSV 319° 36.76% 99.22%
CMYK 0.00% 36.76% 11.86%
0.78%

Color #FDA0DF in popluar number systems.

HEX FD A0 DF
Decimal 253 160 223
Binary 11111101 10100000 11011111
Octal 375 240 337

Shades and tints

Shades of #FDA0DF

#FDA0DF
(253,160,223)
#E692CB
(230,146,203)
#CF84B7
(207,132,183)
#B876A3
(184,118,163)
#A1688F
(161,104,143)
#8A5A7B
(138,90,123)
#734C67
(115,76,103)
#5C3E53
(92,62,83)
#45303F
(69,48,63)
#2E222B
(46,34,43)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #FDA0DF

#FDA0DF
(253,160,223)
#FDA8E1
(253,168,225)
#FDB0E3
(253,176,227)
#FDB8E5
(253,184,229)
#FDC0E7
(253,192,231)
#FDC8E9
(253,200,233)
#FDD0EB
(253,208,235)
#FDD8ED
(253,216,237)
#FDE0EF
(253,224,239)
#FDE8F1
(253,232,241)
#FDF0F3
(253,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA0DF color. Also use rgb(253,160,223) instead hex code.

Text Font Color

.myTextColor { color: #FDA0DF; }

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

This text font color is #FDA0DF.

Background Color

.myBgColor { background-color: #FDA0DF; }

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

This div background color is #FDA0DF.

Border color

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

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

This div border color is #FDA0DF.

Opacity

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

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

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

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

This text has shadow with #FDA0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDA0DF.

Preview

Color preview on black background

This text has color #FDA0DF on black background.


Color preview on white background

This text has color #FDA0DF on white background.


Black color preview on #FDA0DF background

This text has black color on #FDA0DF background.


White color preview on #FDA0DF background

This text has white color on #FDA0DF background.


Related colors

Complementary color

Complementary color for #hex is #025F20.


I love getcolorcode.com

Triadic colors

1 #DFFDA0 and #A0DFFD with #FDA0DF are triadic colors.

2 #DFA0FD and #A0FDDF with #FDA0DF are triadic colors.