COLOR #FAD4DE

HEX: #FAD4DE RGB: (250,212,222)

Color info

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

RGB color model

#FAD4DE color RGB value is (250,212,222).

RGB: (250,212,222) (98%, 83%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 212 of 255 = 83%
B 222 of 255 = 87%

250
212
222

R + G + B ~ 89%. #FAD4DE is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 212 + 222 = 684 (100%)
R 250 of 684 ~ 36.55%
G 212 of 684 ~ 30.99%
B 222 of 684 ~ 32.46'%

%36.55
%30.99
%32.46

CMYK color model

#FAD4DE color CMYK value is (0,15,11,2).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 11.20%
  • key color value is 1.96%

CMYK: (0,15,11,2)
C0M15Y11K2 (0%, 15%, 11%, 2%)
(0.00 / 0.15 / 0.11 / 0.02)

CMYK percentages

%0
%15.2
%11.2
%1.96

Codes

Color #FAD4DE in popluar color models

FA D4 DE
RGB 250 212 222
HSL 344° 79.17% 90.59%
HSB/HSV 344° 15.20% 98.04%
CMYK 0.00% 15.20% 11.20%
1.96%

Color #FAD4DE in popluar number systems.

HEX FA D4 DE
Decimal 250 212 222
Binary 11111010 11010100 11011110
Octal 372 324 336

Shades and tints

Shades of #FAD4DE

#FAD4DE
(250,212,222)
#E4C1CA
(228,193,202)
#CEAEB6
(206,174,182)
#B89BA2
(184,155,162)
#A2888E
(162,136,142)
#8C757A
(140,117,122)
#766266
(118,98,102)
#604F52
(96,79,82)
#4A3C3E
(74,60,62)
#34292A
(52,41,42)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #FAD4DE

#FAD4DE
(250,212,222)
#FAD7E1
(250,215,225)
#FADAE4
(250,218,228)
#FADDE7
(250,221,231)
#FAE0EA
(250,224,234)
#FAE3ED
(250,227,237)
#FAE6F0
(250,230,240)
#FAE9F3
(250,233,243)
#FAECF6
(250,236,246)
#FAEFF9
(250,239,249)
#FAF2FC
(250,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD4DE; }

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

This text font color is #FAD4DE.

Background Color

.myBgColor { background-color: #FAD4DE; }

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

This div background color is #FAD4DE.

Border color

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

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

This div border color is #FAD4DE.

Opacity

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

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

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

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

This text has shadow with #FAD4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD4DE.

Preview

Color preview on black background

This text has color #FAD4DE on black background.


Color preview on white background

This text has color #FAD4DE on white background.


Black color preview on #FAD4DE background

This text has black color on #FAD4DE background.


White color preview on #FAD4DE background

This text has white color on #FAD4DE background.


Related colors

Complementary color

Complementary color for #hex is #052B21.


I love getcolorcode.com

Triadic colors

1 #DEFAD4 and #D4DEFA with #FAD4DE are triadic colors.

2 #DED4FA and #D4FADE with #FAD4DE are triadic colors.