COLOR #FAD0D0

HEX: #FAD0D0
RGB: (250,208,208)

Color info

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

RGB color model

#FAD0D0 color RGB value is (250,208,208).

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

RGB channels and saturation

R 250 of 255 = 98%
G 208 of 255 = 82%
B 208 of 255 = 82%

250
208
208

R + G + B ~ 87%. #FAD0D0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 208 + 208 = 666 (100%)
R 250 of 666 ~ 37.54%
G 208 of 666 ~ 31.23%
B 208 of 666 ~ 31.23%

%37.54
%31.23
%31.23

CMYK color model

#FAD0D0 color CMYK value is (0,17,17,2).

  • cyan value is 0.00%
  • magenta value is 16.80%
  • yellow value is 16.80%
  • key color value is 1.96%
CMYK:
(0,17,17,2)
C0M17Y17K2 
(0%,17%,17%,2%)
(0.00/0.17/0.17/0.02)	

CMYK percentages

%0
%16.8
%16.8
%1.96

Codes

Color #FAD0D0 in popluar color models

FAD0D0
RGB250208208
HSL80.77%89.80%
HSB/HSV16.80%98.04%
CMYK0.00%16.80%16.80%
1.96%

Color #FAD0D0 in popluar number systems.

HEXFAD0D0
Decimal250208208
Binary111110101101000011010000
Octal372320320

Shades and tints

Shades of #FAD0D0

#FAD0D0
(250,208,208)
#E4BEBE
(228,190,190)
#CEACAC
(206,172,172)
#B89A9A
(184,154,154)
#A28888
(162,136,136)
#8C7676
(140,118,118)
#766464
(118,100,100)
#605252
(96,82,82)
#4A4040
(74,64,64)
#342E2E
(52,46,46)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #FAD0D0

#FAD0D0
(250,208,208)
#FAD4D4
(250,212,212)
#FAD8D8
(250,216,216)
#FADCDC
(250,220,220)
#FAE0E0
(250,224,224)
#FAE4E4
(250,228,228)
#FAE8E8
(250,232,232)
#FAECEC
(250,236,236)
#FAF0F0
(250,240,240)
#FAF4F4
(250,244,244)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD0D0; }

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

This text font color is #FAD0D0.


Background Color

.myBgColor { background-color: #FAD0D0; }

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

This div background color is #FAD0D0.


Border color

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

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

This div border color is #FAD0D0.


Opacity

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

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

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

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

This text has shadow with #FAD0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAD0D0 on black background.


Color preview on white background

This text has color #FAD0D0 on white background.



Black color preview on #FAD0D0 background

This text has black color on #FAD0D0 background.


White color preview on #FAD0D0 background

This text has white color on #FAD0D0 background.