COLOR #FAD4EB

HEX: #FAD4EB
RGB: (250,212,235)

Color info

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

RGB color model

#FAD4EB color RGB value is (250,212,235).

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

RGB channels and saturation

R 250 of 255 = 98%
G 212 of 255 = 83%
B 235 of 255 = 92%

250
212
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 212 + 235 = 697 (100%)
R 250 of 697 ~ 35.87%
G 212 of 697 ~ 30.42%
B 235 of 697 ~ 33.72%

%35.87
%30.42
%33.72

CMYK color model

#FAD4EB color CMYK value is (0,15,6,2).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,15,6,2)
C0M15Y6K2 
(0%,15%,6%,2%)
(0.00/0.15/0.06/0.02)	

CMYK percentages

%0
%15.2
%6
%1.96

Codes

Color #FAD4EB in popluar color models

FAD4EB
RGB250212235
HSL324°79.17%90.59%
HSB/HSV324°15.20%98.04%
CMYK0.00%15.20%6.00%
1.96%

Color #FAD4EB in popluar number systems.

HEXFAD4EB
Decimal250212235
Binary111110101101010011101011
Octal372324353

Shades and tints

Shades of #FAD4EB

#FAD4EB
(250,212,235)
#E4C1D6
(228,193,214)
#CEAEC1
(206,174,193)
#B89BAC
(184,155,172)
#A28897
(162,136,151)
#8C7582
(140,117,130)
#76626D
(118,98,109)
#604F58
(96,79,88)
#4A3C43
(74,60,67)
#34292E
(52,41,46)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #FAD4EB

#FAD4EB
(250,212,235)
#FAD7EC
(250,215,236)
#FADAED
(250,218,237)
#FADDEE
(250,221,238)
#FAE0EF
(250,224,239)
#FAE3F0
(250,227,240)
#FAE6F1
(250,230,241)
#FAE9F2
(250,233,242)
#FAECF3
(250,236,243)
#FAEFF4
(250,239,244)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD4EB; }

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

This text font color is #FAD4EB.


Background Color

.myBgColor { background-color: #FAD4EB; }

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

This div background color is #FAD4EB.


Border color

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

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

This div border color is #FAD4EB.


Opacity

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

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

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

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

This text has shadow with #FAD4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAD4EB on black background.


Color preview on white background

This text has color #FAD4EB on white background.



Black color preview on #FAD4EB background

This text has black color on #FAD4EB background.


White color preview on #FAD4EB background

This text has white color on #FAD4EB background.