COLOR #FAEDFD

HEX: #FAEDFD
RGB: (250,237,253)

Color info

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

RGB color model

#FAEDFD color RGB value is (250,237,253).

  • red value is 250;
  • green value is 237;
  • blue value is 253.
RGB:
(250,237,253)
(98%,93%,99%)

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 253 of 255 = 99%

250
237
253

R + G + B ~ 97%. #FAEDFD is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 237 + 253 = 740 (100%)
R 250 of 740 ~ 33.78%
G 237 of 740 ~ 32.03%
B 253 of 740 ~ 34.19%

%33.78
%32.03
%34.19

CMYK color model

#FAEDFD color CMYK value is (1,6,0,1).

  • cyan value is 1.19%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(1,6,0,1)
C1M6Y0K1 
(1%,6%,0%,1%)
(0.01/0.06/0.00/0.01)	

CMYK percentages

%1.19
%6.32
%0
%0.78

Codes

Color #FAEDFD in popluar color models

FAEDFD
RGB250237253
HSL289°80.00%96.08%
HSB/HSV289°6.32%99.22%
CMYK1.19%6.32%0.00%
0.78%

Color #FAEDFD in popluar number systems.

HEXFAEDFD
Decimal250237253
Binary111110101110110111111101
Octal372355375

Shades and tints

Shades of #FAEDFD

#FAEDFD
(250,237,253)
#E4D8E6
(228,216,230)
#CEC3CF
(206,195,207)
#B8AEB8
(184,174,184)
#A299A1
(162,153,161)
#8C848A
(140,132,138)
#766F73
(118,111,115)
#605A5C
(96,90,92)
#4A4545
(74,69,69)
#34302E
(52,48,46)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FAEDFD

#FAEDFD
(250,237,253)
#FAEEFD
(250,238,253)
#FAEFFD
(250,239,253)
#FAF0FD
(250,240,253)
#FAF1FD
(250,241,253)
#FAF2FD
(250,242,253)
#FAF3FD
(250,243,253)
#FAF4FD
(250,244,253)
#FAF5FD
(250,245,253)
#FAF6FD
(250,246,253)
#FAF7FD
(250,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEDFD; }

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

This text font color is #FAEDFD.


Background Color

.myBgColor { background-color: #FAEDFD; }

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

This div background color is #FAEDFD.


Border color

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

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

This div border color is #FAEDFD.


Opacity

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

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

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

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

This text has shadow with #FAEDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEDFD on black background.


Color preview on white background

This text has color #FAEDFD on white background.



Black color preview on #FAEDFD background

This text has black color on #FAEDFD background.


White color preview on #FAEDFD background

This text has white color on #FAEDFD background.