COLOR #FADACA

HEX: #FADACA RGB: (250,218,202)

Color info

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

RGB color model

#FADACA color RGB value is (250,218,202).

RGB: (250,218,202) (98%, 85%, 79%)

RGB channels and saturation

R 250 of 255 = 98%
G 218 of 255 = 85%
B 202 of 255 = 79%

250
218
202

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

Portions of RGB colors in percentages

R + G + B = 250 + 218 + 202 = 670 (100%)
R 250 of 670 ~ 37.31%
G 218 of 670 ~ 32.54%
B 202 of 670 ~ 30.15'%

%37.31
%32.54
%30.15

CMYK color model

#FADACA color CMYK value is (0,13,19,2).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 19.20%
  • key color value is 1.96%

CMYK: (0,13,19,2)
C0M13Y19K2 (0%, 13%, 19%, 2%)
(0.00 / 0.13 / 0.19 / 0.02)

CMYK percentages

%0
%12.8
%19.2
%1.96

Codes

Color #FADACA in popluar color models

FA DA CA
RGB 250 218 202
HSL 20° 82.76% 88.63%
HSB/HSV 20° 19.20% 98.04%
CMYK 0.00% 12.80% 19.20%
1.96%

Color #FADACA in popluar number systems.

HEX FA DA CA
Decimal 250 218 202
Binary 11111010 11011010 11001010
Octal 372 332 312

Shades and tints

Shades of #FADACA

#FADACA
(250,218,202)
#E4C7B8
(228,199,184)
#CEB4A6
(206,180,166)
#B8A194
(184,161,148)
#A28E82
(162,142,130)
#8C7B70
(140,123,112)
#76685E
(118,104,94)
#60554C
(96,85,76)
#4A423A
(74,66,58)
#342F28
(52,47,40)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #FADACA

#FADACA
(250,218,202)
#FADDCE
(250,221,206)
#FAE0D2
(250,224,210)
#FAE3D6
(250,227,214)
#FAE6DA
(250,230,218)
#FAE9DE
(250,233,222)
#FAECE2
(250,236,226)
#FAEFE6
(250,239,230)
#FAF2EA
(250,242,234)
#FAF5EE
(250,245,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADACA; }

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

This text font color is #FADACA.

Background Color

.myBgColor { background-color: #FADACA; }

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

This div background color is #FADACA.

Border color

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

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

This div border color is #FADACA.

Opacity

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

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

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

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

This text has shadow with #FADACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADACA.

Preview

Color preview on black background

This text has color #FADACA on black background.


Color preview on white background

This text has color #FADACA on white background.


Black color preview on #FADACA background

This text has black color on #FADACA background.


White color preview on #FADACA background

This text has white color on #FADACA background.


Related colors

Complementary color

Complementary color for #hex is #052535.


I love getcolorcode.com

Triadic colors

1 #CAFADA and #DACAFA with #FADACA are triadic colors.

2 #CADAFA and #DAFACA with #FADACA are triadic colors.