COLOR #FAD2EB

HEX: #FAD2EB RGB: (250,210,235)

Color info

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

RGB color model

#FAD2EB color RGB value is (250,210,235).

RGB: (250,210,235) (98%, 82%, 92%)

RGB channels and saturation

R 250 of 255 = 98%
G 210 of 255 = 82%
B 235 of 255 = 92%

250
210
235

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

Portions of RGB colors in percentages

R + G + B = 250 + 210 + 235 = 695 (100%)
R 250 of 695 ~ 35.97%
G 210 of 695 ~ 30.22%
B 235 of 695 ~ 33.81'%

%35.97
%30.22
%33.81

CMYK color model

#FAD2EB color CMYK value is (0,16,6,2).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK: (0,16,6,2) C0M16Y6K2 (0%,16%,6%,2%) (0.00/0.16/0.06/0.02) 

CMYK percentages

%0
%16
%6
%1.96

Codes

Color #FAD2EB in popluar color models

FA D2 EB
RGB 250 210 235
HSL 323° 80.00% 90.20%
HSB/HSV 323° 16.00% 98.04%
CMYK 0.00% 16.00% 6.00%
1.96%

Color #FAD2EB in popluar number systems.

HEX FA D2 EB
Decimal 250 210 235
Binary 11111010 11010010 11101011
Octal 372 322 353

Shades and tints

Shades of #FAD2EB

#FAD2EB
(250,210,235)
#E4BFD6
(228,191,214)
#CEACC1
(206,172,193)
#B899AC
(184,153,172)
#A28697
(162,134,151)
#8C7382
(140,115,130)
#76606D
(118,96,109)
#604D58
(96,77,88)
#4A3A43
(74,58,67)
#34272E
(52,39,46)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #FAD2EB

#FAD2EB
(250,210,235)
#FAD6EC
(250,214,236)
#FADAED
(250,218,237)
#FADEEE
(250,222,238)
#FAE2EF
(250,226,239)
#FAE6F0
(250,230,240)
#FAEAF1
(250,234,241)
#FAEEF2
(250,238,242)
#FAF2F3
(250,242,243)
#FAF6F4
(250,246,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD2EB; }

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

This text font color is #FAD2EB.

Background Color

.myBgColor { background-color: #FAD2EB; }

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

This div background color is #FAD2EB.

Border color

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

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

This div border color is #FAD2EB.

Opacity

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

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

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

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

This text has shadow with #FAD2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD2EB.

Preview

Color preview on black background

This text has color #FAD2EB on black background.


Color preview on white background

This text has color #FAD2EB on white background.


Black color preview on #FAD2EB background

This text has black color on #FAD2EB background.


White color preview on #FAD2EB background

This text has white color on #FAD2EB background.


Related colors

Complementary color

Complementary color for #hex is #052D14.


I love getcolorcode.com

Triadic colors

1 #EBFAD2 and #D2EBFA with #FAD2EB are triadic colors.

2 #EBD2FA and #D2FAEB with #FAD2EB are triadic colors.