COLOR #FADEAE

HEX: #FADEAE
RGB: (250,222,174)

Color info

#FADEAE contains mainly red and green colors. Web safe color of #FADEAE is #FFCC99 (or #FC9).

RGB color model

#FADEAE color RGB value is (250,222,174).

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

RGB channels and saturation

R 250 of 255 = 98%
G 222 of 255 = 87%
B 174 of 255 = 68%

250
222
174

R + G + B ~ 84%. #FADEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 222 + 174 = 646 (100%)
R 250 of 646 ~ 38.7%
G 222 of 646 ~ 34.37%
B 174 of 646 ~ 26.93%

%38.7
%34.37
%26.93

CMYK color model

#FADEAE color CMYK value is (0,11,30,2).

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 30.40%
  • key color value is 1.96%
CMYK:
(0,11,30,2)
C0M11Y30K2 
(0%,11%,30%,2%)
(0.00/0.11/0.30/0.02)	

CMYK percentages

%0
%11.2
%30.4
%1.96

Codes

Color #FADEAE in popluar color models

FADEAE
RGB250222174
HSL38°88.37%83.14%
HSB/HSV38°30.40%98.04%
CMYK0.00%11.20%30.40%
1.96%

Color #FADEAE in popluar number systems.

HEXFADEAE
Decimal250222174
Binary111110101101111010101110
Octal372336256

Shades and tints

Shades of #FADEAE

#FADEAE
(250,222,174)
#E4CA9F
(228,202,159)
#CEB690
(206,182,144)
#B8A281
(184,162,129)
#A28E72
(162,142,114)
#8C7A63
(140,122,99)
#766654
(118,102,84)
#605245
(96,82,69)
#4A3E36
(74,62,54)
#342A27
(52,42,39)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FADEAE

#FADEAE
(250,222,174)
#FAE1B5
(250,225,181)
#FAE4BC
(250,228,188)
#FAE7C3
(250,231,195)
#FAEACA
(250,234,202)
#FAEDD1
(250,237,209)
#FAF0D8
(250,240,216)
#FAF3DF
(250,243,223)
#FAF6E6
(250,246,230)
#FAF9ED
(250,249,237)
#FAFCF4
(250,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADEAE; }

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

This text font color is #FADEAE.


Background Color

.myBgColor { background-color: #FADEAE; }

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

This div background color is #FADEAE.


Border color

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

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

This div border color is #FADEAE.


Opacity

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

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

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

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

This text has shadow with #FADEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADEAE on black background.


Color preview on white background

This text has color #FADEAE on white background.



Black color preview on #FADEAE background

This text has black color on #FADEAE background.


White color preview on #FADEAE background

This text has white color on #FADEAE background.