COLOR #FADAE3

HEX: #FADAE3 RGB: (250,218,227)

Color info

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

RGB color model

#FADAE3 color RGB value is (250,218,227).

RGB: (250,218,227) (98%, 85%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 218 of 255 = 85%
B 227 of 255 = 89%

250
218
227

R + G + B ~ 91%. #FADAE3 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 218 + 227 = 695 (100%)
R 250 of 695 ~ 35.97%
G 218 of 695 ~ 31.37%
B 227 of 695 ~ 32.66'%

%35.97
%31.37
%32.66

CMYK color model

#FADAE3 color CMYK value is (0,13,9,2).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 9.20%
  • key color value is 1.96%

CMYK: (0,13,9,2)
C0M13Y9K2 (0%, 13%, 9%, 2%)
(0.00 / 0.13 / 0.09 / 0.02)

CMYK percentages

%0
%12.8
%9.2
%1.96

Codes

Color #FADAE3 in popluar color models

FA DA E3
RGB 250 218 227
HSL 343° 76.19% 91.76%
HSB/HSV 343° 12.80% 98.04%
CMYK 0.00% 12.80% 9.20%
1.96%

Color #FADAE3 in popluar number systems.

HEX FA DA E3
Decimal 250 218 227
Binary 11111010 11011010 11100011
Octal 372 332 343

Shades and tints

Shades of #FADAE3

#FADAE3
(250,218,227)
#E4C7CF
(228,199,207)
#CEB4BB
(206,180,187)
#B8A1A7
(184,161,167)
#A28E93
(162,142,147)
#8C7B7F
(140,123,127)
#76686B
(118,104,107)
#605557
(96,85,87)
#4A4243
(74,66,67)
#342F2F
(52,47,47)
#1E1C1B
(30,28,27)
#000000
(0,0,0)

Tints of #FADAE3

#FADAE3
(250,218,227)
#FADDE5
(250,221,229)
#FAE0E7
(250,224,231)
#FAE3E9
(250,227,233)
#FAE6EB
(250,230,235)
#FAE9ED
(250,233,237)
#FAECEF
(250,236,239)
#FAEFF1
(250,239,241)
#FAF2F3
(250,242,243)
#FAF5F5
(250,245,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADAE3; }

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

This text font color is #FADAE3.

Background Color

.myBgColor { background-color: #FADAE3; }

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

This div background color is #FADAE3.

Border color

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

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

This div border color is #FADAE3.

Opacity

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

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

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

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

This text has shadow with #FADAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADAE3.

Preview

Color preview on black background

This text has color #FADAE3 on black background.


Color preview on white background

This text has color #FADAE3 on white background.


Black color preview on #FADAE3 background

This text has black color on #FADAE3 background.


White color preview on #FADAE3 background

This text has white color on #FADAE3 background.


Related colors

Complementary color

Complementary color for #hex is #05251C.


I love getcolorcode.com

Triadic colors

1 #E3FADA and #DAE3FA with #FADAE3 are triadic colors.

2 #E3DAFA and #DAFAE3 with #FADAE3 are triadic colors.