COLOR #FAD4DB

HEX: #FAD4DB RGB: (250,212,219)

Color info

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

RGB color model

#FAD4DB color RGB value is (250,212,219).

RGB: (250,212,219) (98%, 83%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 212 of 255 = 83%
B 219 of 255 = 86%

250
212
219

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

Portions of RGB colors in percentages

R + G + B = 250 + 212 + 219 = 681 (100%)
R 250 of 681 ~ 36.71%
G 212 of 681 ~ 31.13%
B 219 of 681 ~ 32.16'%

%36.71
%31.13
%32.16

CMYK color model

#FAD4DB color CMYK value is (0,15,12,2).

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

CMYK: (0,15,12,2)
C0M15Y12K2 (0%, 15%, 12%, 2%)
(0.00 / 0.15 / 0.12 / 0.02)

CMYK percentages

%0
%15.2
%12.4
%1.96

Codes

Color #FAD4DB in popluar color models

FA D4 DB
RGB 250 212 219
HSL 349° 79.17% 90.59%
HSB/HSV 349° 15.20% 98.04%
CMYK 0.00% 15.20% 12.40%
1.96%

Color #FAD4DB in popluar number systems.

HEX FA D4 DB
Decimal 250 212 219
Binary 11111010 11010100 11011011
Octal 372 324 333

Shades and tints

Shades of #FAD4DB

#FAD4DB
(250,212,219)
#E4C1C8
(228,193,200)
#CEAEB5
(206,174,181)
#B89BA2
(184,155,162)
#A2888F
(162,136,143)
#8C757C
(140,117,124)
#766269
(118,98,105)
#604F56
(96,79,86)
#4A3C43
(74,60,67)
#342930
(52,41,48)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #FAD4DB

#FAD4DB
(250,212,219)
#FAD7DE
(250,215,222)
#FADAE1
(250,218,225)
#FADDE4
(250,221,228)
#FAE0E7
(250,224,231)
#FAE3EA
(250,227,234)
#FAE6ED
(250,230,237)
#FAE9F0
(250,233,240)
#FAECF3
(250,236,243)
#FAEFF6
(250,239,246)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD4DB; }

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

This text font color is #FAD4DB.

Background Color

.myBgColor { background-color: #FAD4DB; }

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

This div background color is #FAD4DB.

Border color

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

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

This div border color is #FAD4DB.

Opacity

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

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

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

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

This text has shadow with #FAD4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD4DB.

Preview

Color preview on black background

This text has color #FAD4DB on black background.


Color preview on white background

This text has color #FAD4DB on white background.


Black color preview on #FAD4DB background

This text has black color on #FAD4DB background.


White color preview on #FAD4DB background

This text has white color on #FAD4DB background.


Related colors

Complementary color

Complementary color for #hex is #052B24.


I love getcolorcode.com

Triadic colors

1 #DBFAD4 and #D4DBFA with #FAD4DB are triadic colors.

2 #DBD4FA and #D4FADB with #FAD4DB are triadic colors.