COLOR #FDE0F0

HEX: #FDE0F0 RGB: (253,224,240)

Color info

#FDE0F0 contains red, green and blue colors in about the same proportion. Web safe color of #FDE0F0 is #FFCCFF (or #FCF).

RGB color model

#FDE0F0 color RGB value is (253,224,240).

RGB: (253,224,240) (99%, 88%, 94%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 240 of 255 = 94%

253
224
240

R + G + B ~ 94%. #FDE0F0 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 224 + 240 = 717 (100%)
R 253 of 717 ~ 35.29%
G 224 of 717 ~ 31.24%
B 240 of 717 ~ 33.47'%

%35.29
%31.24
%33.47

CMYK color model

#FDE0F0 color CMYK value is (0,11,5,1).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 5.14%
  • key color value is 0.78%

CMYK: (0,11,5,1)
C0M11Y5K1 (0%, 11%, 5%, 1%)
(0.00 / 0.11 / 0.05 / 0.01)

CMYK percentages

%0
%11.46
%5.14
%0.78

Codes

Color #FDE0F0 in popluar color models

FD E0 F0
RGB 253 224 240
HSL 327° 87.88% 93.53%
HSB/HSV 327° 11.46% 99.22%
CMYK 0.00% 11.46% 5.14%
0.78%

Color #FDE0F0 in popluar number systems.

HEX FD E0 F0
Decimal 253 224 240
Binary 11111101 11100000 11110000
Octal 375 340 360

Shades and tints

Shades of #FDE0F0

#FDE0F0
(253,224,240)
#E6CCDB
(230,204,219)
#CFB8C6
(207,184,198)
#B8A4B1
(184,164,177)
#A1909C
(161,144,156)
#8A7C87
(138,124,135)
#736872
(115,104,114)
#5C545D
(92,84,93)
#454048
(69,64,72)
#2E2C33
(46,44,51)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #FDE0F0

#FDE0F0
(253,224,240)
#FDE2F1
(253,226,241)
#FDE4F2
(253,228,242)
#FDE6F3
(253,230,243)
#FDE8F4
(253,232,244)
#FDEAF5
(253,234,245)
#FDECF6
(253,236,246)
#FDEEF7
(253,238,247)
#FDF0F8
(253,240,248)
#FDF2F9
(253,242,249)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE0F0 color. Also use rgb(253,224,240) instead hex code.

Text Font Color

.myTextColor { color: #FDE0F0; }

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

This text font color is #FDE0F0.

Background Color

.myBgColor { background-color: #FDE0F0; }

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

This div background color is #FDE0F0.

Border color

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

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

This div border color is #FDE0F0.

Opacity

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

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

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

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

This text has shadow with #FDE0F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE0F0.

Preview

Color preview on black background

This text has color #FDE0F0 on black background.


Color preview on white background

This text has color #FDE0F0 on white background.


Black color preview on #FDE0F0 background

This text has black color on #FDE0F0 background.


White color preview on #FDE0F0 background

This text has white color on #FDE0F0 background.


Related colors

Complementary color

Complementary color for #hex is #021F0F.


I love getcolorcode.com

Triadic colors

1 #F0FDE0 and #E0F0FD with #FDE0F0 are triadic colors.

2 #F0E0FD and #E0FDF0 with #FDE0F0 are triadic colors.