COLOR #FDEAF4

HEX: #FDEAF4
RGB: (253,234,244)

Color info

#FDEAF4 contains red, green and blue colors in about the same proportion. Web safe color of #FDEAF4 is #FFFFFF (or #FFF).

RGB color model

#FDEAF4 color RGB value is (253,234,244).

  • red value is 253;
  • green value is 234;
  • blue value is 244.
RGB:
(253,234,244)
(99%,92%,96%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 244 of 255 = 96%

253
234
244

R + G + B ~ 96%. #FDEAF4 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 234 + 244 = 731 (100%)
R 253 of 731 ~ 34.61%
G 234 of 731 ~ 32.01%
B 244 of 731 ~ 33.38%

%34.61
%32.01
%33.38

CMYK color model

#FDEAF4 color CMYK value is (0,8,4,1).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 3.56%
  • key color value is 0.78%
CMYK:
(0,8,4,1)
C0M8Y4K1 
(0%,8%,4%,1%)
(0.00/0.08/0.04/0.01)	

CMYK percentages

%0
%7.51
%3.56
%0.78

Codes

Color #FDEAF4 in popluar color models

FDEAF4
RGB253234244
HSL328°82.61%95.49%
HSB/HSV328°7.51%99.22%
CMYK0.00%7.51%3.56%
0.78%

Color #FDEAF4 in popluar number systems.

HEXFDEAF4
Decimal253234244
Binary111111011110101011110100
Octal375352364

Shades and tints

Shades of #FDEAF4

#FDEAF4
(253,234,244)
#E6D5DE
(230,213,222)
#CFC0C8
(207,192,200)
#B8ABB2
(184,171,178)
#A1969C
(161,150,156)
#8A8186
(138,129,134)
#736C70
(115,108,112)
#5C575A
(92,87,90)
#454244
(69,66,68)
#2E2D2E
(46,45,46)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #FDEAF4

#FDEAF4
(253,234,244)
#FDEBF5
(253,235,245)
#FDECF6
(253,236,246)
#FDEDF7
(253,237,247)
#FDEEF8
(253,238,248)
#FDEFF9
(253,239,249)
#FDF0FA
(253,240,250)
#FDF1FB
(253,241,251)
#FDF2FC
(253,242,252)
#FDF3FD
(253,243,253)
#FDF4FE
(253,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEAF4; }

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

This text font color is #FDEAF4.


Background Color

.myBgColor { background-color: #FDEAF4; }

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

This div background color is #FDEAF4.


Border color

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

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

This div border color is #FDEAF4.


Opacity

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

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

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

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

This text has shadow with #FDEAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEAF4 on black background.


Color preview on white background

This text has color #FDEAF4 on white background.



Black color preview on #FDEAF4 background

This text has black color on #FDEAF4 background.


White color preview on #FDEAF4 background

This text has white color on #FDEAF4 background.