COLOR #FADCDF

HEX: #FADCDF
RGB: (250,220,223)

Color info

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

RGB color model

#FADCDF color RGB value is (250,220,223).

  • red value is 250;
  • green value is 220;
  • blue value is 223.
RGB:
(250,220,223)
(98%,86%,87%)

RGB channels and saturation

R 250 of 255 = 98%
G 220 of 255 = 86%
B 223 of 255 = 87%

250
220
223

R + G + B ~ 90%. #FADCDF is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 220 + 223 = 693 (100%)
R 250 of 693 ~ 36.08%
G 220 of 693 ~ 31.75%
B 223 of 693 ~ 32.18%

%36.08
%31.75
%32.18

CMYK color model

#FADCDF color CMYK value is (0,12,11,2).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 10.80%
  • key color value is 1.96%
CMYK:
(0,12,11,2)
C0M12Y11K2 
(0%,12%,11%,2%)
(0.00/0.12/0.11/0.02)	

CMYK percentages

%0
%12
%10.8
%1.96

Codes

Color #FADCDF in popluar color models

FADCDF
RGB250220223
HSL354°75.00%92.16%
HSB/HSV354°12.00%98.04%
CMYK0.00%12.00%10.80%
1.96%

Color #FADCDF in popluar number systems.

HEXFADCDF
Decimal250220223
Binary111110101101110011011111
Octal372334337

Shades and tints

Shades of #FADCDF

#FADCDF
(250,220,223)
#E4C8CB
(228,200,203)
#CEB4B7
(206,180,183)
#B8A0A3
(184,160,163)
#A28C8F
(162,140,143)
#8C787B
(140,120,123)
#766467
(118,100,103)
#605053
(96,80,83)
#4A3C3F
(74,60,63)
#34282B
(52,40,43)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #FADCDF

#FADCDF
(250,220,223)
#FADFE1
(250,223,225)
#FAE2E3
(250,226,227)
#FAE5E5
(250,229,229)
#FAE8E7
(250,232,231)
#FAEBE9
(250,235,233)
#FAEEEB
(250,238,235)
#FAF1ED
(250,241,237)
#FAF4EF
(250,244,239)
#FAF7F1
(250,247,241)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADCDF; }

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

This text font color is #FADCDF.


Background Color

.myBgColor { background-color: #FADCDF; }

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

This div background color is #FADCDF.


Border color

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

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

This div border color is #FADCDF.


Opacity

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

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

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

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

This text has shadow with #FADCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADCDF on black background.


Color preview on white background

This text has color #FADCDF on white background.



Black color preview on #FADCDF background

This text has black color on #FADCDF background.


White color preview on #FADCDF background

This text has white color on #FADCDF background.