COLOR #FAD4CA

HEX: #FAD4CA RGB: (250,212,202)

Color info

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

RGB color model

#FAD4CA color RGB value is (250,212,202).

RGB: (250,212,202) (98%, 83%, 79%)

RGB channels and saturation

R 250 of 255 = 98%
G 212 of 255 = 83%
B 202 of 255 = 79%

250
212
202

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

Portions of RGB colors in percentages

R + G + B = 250 + 212 + 202 = 664 (100%)
R 250 of 664 ~ 37.65%
G 212 of 664 ~ 31.93%
B 202 of 664 ~ 30.42'%

%37.65
%31.93
%30.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK: (0,15,19,2) C0M15Y19K2 (0%,15%,19%,2%) (0.00/0.15/0.19/0.02) 

CMYK percentages

%0
%15.2
%19.2
%1.96

Codes

Color #FAD4CA in popluar color models

FA D4 CA
RGB 250 212 202
HSL 13° 82.76% 88.63%
HSB/HSV 13° 19.20% 98.04%
CMYK 0.00% 15.20% 19.20%
1.96%

Color #FAD4CA in popluar number systems.

HEX FA D4 CA
Decimal 250 212 202
Binary 11111010 11010100 11001010
Octal 372 324 312

Shades and tints

Shades of #FAD4CA

#FAD4CA
(250,212,202)
#E4C1B8
(228,193,184)
#CEAEA6
(206,174,166)
#B89B94
(184,155,148)
#A28882
(162,136,130)
#8C7570
(140,117,112)
#76625E
(118,98,94)
#604F4C
(96,79,76)
#4A3C3A
(74,60,58)
#342928
(52,41,40)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #FAD4CA

#FAD4CA
(250,212,202)
#FAD7CE
(250,215,206)
#FADAD2
(250,218,210)
#FADDD6
(250,221,214)
#FAE0DA
(250,224,218)
#FAE3DE
(250,227,222)
#FAE6E2
(250,230,226)
#FAE9E6
(250,233,230)
#FAECEA
(250,236,234)
#FAEFEE
(250,239,238)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD4CA; }

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

This text font color is #FAD4CA.

Background Color

.myBgColor { background-color: #FAD4CA; }

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

This div background color is #FAD4CA.

Border color

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

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

This div border color is #FAD4CA.

Opacity

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

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

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

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

This text has shadow with #FAD4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD4CA.

Preview

Color preview on black background

This text has color #FAD4CA on black background.


Color preview on white background

This text has color #FAD4CA on white background.


Black color preview on #FAD4CA background

This text has black color on #FAD4CA background.


White color preview on #FAD4CA background

This text has white color on #FAD4CA background.


Related colors

Complementary color

Complementary color for #hex is #052B35.


I love getcolorcode.com

Triadic colors

1 #CAFAD4 and #D4CAFA with #FAD4CA are triadic colors.

2 #CAD4FA and #D4FACA with #FAD4CA are triadic colors.