COLOR #FADEEB

HEX: #FADEEB
RGB: (250,222,235)

Color info

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

RGB color model

#FADEEB color RGB value is (250,222,235).

  • red value is 250;
  • green value is 222;
  • blue value is 235.
RGB:
(250,222,235)
(98%,87%,92%)

RGB channels and saturation

R 250 of 255 = 98%
G 222 of 255 = 87%
B 235 of 255 = 92%

250
222
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 222 + 235 = 707 (100%)
R 250 of 707 ~ 35.36%
G 222 of 707 ~ 31.4%
B 235 of 707 ~ 33.24%

%35.36
%31.4
%33.24

CMYK color model

#FADEEB color CMYK value is (0,11,6,2).

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,11,6,2)
C0M11Y6K2 
(0%,11%,6%,2%)
(0.00/0.11/0.06/0.02)	

CMYK percentages

%0
%11.2
%6
%1.96

Codes

Color #FADEEB in popluar color models

FADEEB
RGB250222235
HSL332°73.68%92.55%
HSB/HSV332°11.20%98.04%
CMYK0.00%11.20%6.00%
1.96%

Color #FADEEB in popluar number systems.

HEXFADEEB
Decimal250222235
Binary111110101101111011101011
Octal372336353

Shades and tints

Shades of #FADEEB

#FADEEB
(250,222,235)
#E4CAD6
(228,202,214)
#CEB6C1
(206,182,193)
#B8A2AC
(184,162,172)
#A28E97
(162,142,151)
#8C7A82
(140,122,130)
#76666D
(118,102,109)
#605258
(96,82,88)
#4A3E43
(74,62,67)
#342A2E
(52,42,46)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #FADEEB

#FADEEB
(250,222,235)
#FAE1EC
(250,225,236)
#FAE4ED
(250,228,237)
#FAE7EE
(250,231,238)
#FAEAEF
(250,234,239)
#FAEDF0
(250,237,240)
#FAF0F1
(250,240,241)
#FAF3F2
(250,243,242)
#FAF6F3
(250,246,243)
#FAF9F4
(250,249,244)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FADEEB color. Also use rgb(250,222,235) instead hex code.

Text Font Color

.myTextColor { color: #FADEEB; }

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

This text font color is #FADEEB.


Background Color

.myBgColor { background-color: #FADEEB; }

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

This div background color is #FADEEB.


Border color

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

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

This div border color is #FADEEB.


Opacity

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

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

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

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

This text has shadow with #FADEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADEEB on black background.


Color preview on white background

This text has color #FADEEB on white background.



Black color preview on #FADEEB background

This text has black color on #FADEEB background.


White color preview on #FADEEB background

This text has white color on #FADEEB background.