COLOR #FDE3E3

HEX: #FDE3E3
RGB: (253,227,227)

Color info

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

RGB color model

#FDE3E3 color RGB value is (253,227,227).

  • red value is 253;
  • green value is 227;
  • blue value is 227.
RGB:
(253,227,227)
(99%,89%,89%)

RGB channels and saturation

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

253
227
227

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

Portions of RGB colors in percentages

R + G + B =
253 + 227 + 227 = 707 (100%)
R 253 of 707 ~ 35.79%
G 227 of 707 ~ 32.11%
B 227 of 707 ~ 32.11%

%35.79
%32.11
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 10.28%
  • key color value is 0.78%
CMYK:
(0,10,10,1)
C0M10Y10K1 
(0%,10%,10%,1%)
(0.00/0.10/0.10/0.01)	

CMYK percentages

%0
%10.28
%10.28
%0.78

Codes

Color #FDE3E3 in popluar color models

FDE3E3
RGB253227227
HSL86.67%94.12%
HSB/HSV10.28%99.22%
CMYK0.00%10.28%10.28%
0.78%

Color #FDE3E3 in popluar number systems.

HEXFDE3E3
Decimal253227227
Binary111111011110001111100011
Octal375343343

Shades and tints

Shades of #FDE3E3

#FDE3E3
(253,227,227)
#E6CFCF
(230,207,207)
#CFBBBB
(207,187,187)
#B8A7A7
(184,167,167)
#A19393
(161,147,147)
#8A7F7F
(138,127,127)
#736B6B
(115,107,107)
#5C5757
(92,87,87)
#454343
(69,67,67)
#2E2F2F
(46,47,47)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #FDE3E3

#FDE3E3
(253,227,227)
#FDE5E5
(253,229,229)
#FDE7E7
(253,231,231)
#FDE9E9
(253,233,233)
#FDEBEB
(253,235,235)
#FDEDED
(253,237,237)
#FDEFEF
(253,239,239)
#FDF1F1
(253,241,241)
#FDF3F3
(253,243,243)
#FDF5F5
(253,245,245)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE3E3; }

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

This text font color is #FDE3E3.


Background Color

.myBgColor { background-color: #FDE3E3; }

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

This div background color is #FDE3E3.


Border color

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

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

This div border color is #FDE3E3.


Opacity

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

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

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

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

This text has shadow with #FDE3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE3E3 on black background.


Color preview on white background

This text has color #FDE3E3 on white background.



Black color preview on #FDE3E3 background

This text has black color on #FDE3E3 background.


White color preview on #FDE3E3 background

This text has white color on #FDE3E3 background.