COLOR #FAD5D5

HEX: #FAD5D5
RGB: (250,213,213)

Color info

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

RGB color model

#FAD5D5 color RGB value is (250,213,213).

  • red value is 250;
  • green value is 213;
  • blue value is 213.
RGB:
(250,213,213)
(98%,84%,84%)

RGB channels and saturation

R 250 of 255 = 98%
G 213 of 255 = 84%
B 213 of 255 = 84%

250
213
213

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

Portions of RGB colors in percentages

R + G + B =
250 + 213 + 213 = 676 (100%)
R 250 of 676 ~ 36.98%
G 213 of 676 ~ 31.51%
B 213 of 676 ~ 31.51%

%36.98
%31.51
%31.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 14.80%
  • key color value is 1.96%
CMYK:
(0,15,15,2)
C0M15Y15K2 
(0%,15%,15%,2%)
(0.00/0.15/0.15/0.02)	

CMYK percentages

%0
%14.8
%14.8
%1.96

Codes

Color #FAD5D5 in popluar color models

FAD5D5
RGB250213213
HSL78.72%90.78%
HSB/HSV14.80%98.04%
CMYK0.00%14.80%14.80%
1.96%

Color #FAD5D5 in popluar number systems.

HEXFAD5D5
Decimal250213213
Binary111110101101010111010101
Octal372325325

Shades and tints

Shades of #FAD5D5

#FAD5D5
(250,213,213)
#E4C2C2
(228,194,194)
#CEAFAF
(206,175,175)
#B89C9C
(184,156,156)
#A28989
(162,137,137)
#8C7676
(140,118,118)
#766363
(118,99,99)
#605050
(96,80,80)
#4A3D3D
(74,61,61)
#342A2A
(52,42,42)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #FAD5D5

#FAD5D5
(250,213,213)
#FAD8D8
(250,216,216)
#FADBDB
(250,219,219)
#FADEDE
(250,222,222)
#FAE1E1
(250,225,225)
#FAE4E4
(250,228,228)
#FAE7E7
(250,231,231)
#FAEAEA
(250,234,234)
#FAEDED
(250,237,237)
#FAF0F0
(250,240,240)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD5D5; }

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

This text font color is #FAD5D5.


Background Color

.myBgColor { background-color: #FAD5D5; }

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

This div background color is #FAD5D5.


Border color

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

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

This div border color is #FAD5D5.


Opacity

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

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

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

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

This text has shadow with #FAD5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAD5D5 on black background.


Color preview on white background

This text has color #FAD5D5 on white background.



Black color preview on #FAD5D5 background

This text has black color on #FAD5D5 background.


White color preview on #FAD5D5 background

This text has white color on #FAD5D5 background.