COLOR #FDDFE3

HEX: #FDDFE3 RGB: (253,223,227)

Color info

#FDDFE3 contains red, green and blue colors in about the same proportion. Web safe color of #FDDFE3 is #FFCCCC (or #FCC).

RGB color model

#FDDFE3 color RGB value is (253,223,227).

RGB: (253,223,227) (99%, 87%, 89%)

RGB channels and saturation

R 253 of 255 = 99%
G 223 of 255 = 87%
B 227 of 255 = 89%

253
223
227

R + G + B ~ 92%. #FDDFE3 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 223 + 227 = 703 (100%)
R 253 of 703 ~ 35.99%
G 223 of 703 ~ 31.72%
B 227 of 703 ~ 32.29'%

%35.99
%31.72
%32.29

CMYK color model

#FDDFE3 color CMYK value is (0,12,10,1).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 10.28%
  • key color value is 0.78%

CMYK: (0,12,10,1)
C0M12Y10K1 (0%, 12%, 10%, 1%)
(0.00 / 0.12 / 0.10 / 0.01)

CMYK percentages

%0
%11.86
%10.28
%0.78

Codes

Color #FDDFE3 in popluar color models

FD DF E3
RGB 253 223 227
HSL 352° 88.24% 93.33%
HSB/HSV 352° 11.86% 99.22%
CMYK 0.00% 11.86% 10.28%
0.78%

Color #FDDFE3 in popluar number systems.

HEX FD DF E3
Decimal 253 223 227
Binary 11111101 11011111 11100011
Octal 375 337 343

Shades and tints

Shades of #FDDFE3

#FDDFE3
(253,223,227)
#E6CBCF
(230,203,207)
#CFB7BB
(207,183,187)
#B8A3A7
(184,163,167)
#A18F93
(161,143,147)
#8A7B7F
(138,123,127)
#73676B
(115,103,107)
#5C5357
(92,83,87)
#453F43
(69,63,67)
#2E2B2F
(46,43,47)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #FDDFE3

#FDDFE3
(253,223,227)
#FDE1E5
(253,225,229)
#FDE3E7
(253,227,231)
#FDE5E9
(253,229,233)
#FDE7EB
(253,231,235)
#FDE9ED
(253,233,237)
#FDEBEF
(253,235,239)
#FDEDF1
(253,237,241)
#FDEFF3
(253,239,243)
#FDF1F5
(253,241,245)
#FDF3F7
(253,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDFE3; }

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

This text font color is #FDDFE3.

Background Color

.myBgColor { background-color: #FDDFE3; }

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

This div background color is #FDDFE3.

Border color

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

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

This div border color is #FDDFE3.

Opacity

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

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

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

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

This text has shadow with #FDDFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDFE3.

Preview

Color preview on black background

This text has color #FDDFE3 on black background.


Color preview on white background

This text has color #FDDFE3 on white background.


Black color preview on #FDDFE3 background

This text has black color on #FDDFE3 background.


White color preview on #FDDFE3 background

This text has white color on #FDDFE3 background.


Related colors

Complementary color

Complementary color for #hex is #02201C.


I love getcolorcode.com

Triadic colors

1 #E3FDDF and #DFE3FD with #FDDFE3 are triadic colors.

2 #E3DFFD and #DFFDE3 with #FDDFE3 are triadic colors.