COLOR #FAC8DB

HEX: #FAC8DB
RGB: (250,200,219)

Color info

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

RGB color model

#FAC8DB color RGB value is (250,200,219).

  • red value is 250;
  • green value is 200;
  • blue value is 219.
RGB:
(250,200,219)
(98%,78%,86%)

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 219 of 255 = 86%

250
200
219

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

Portions of RGB colors in percentages

R + G + B =
250 + 200 + 219 = 669 (100%)
R 250 of 669 ~ 37.37%
G 200 of 669 ~ 29.9%
B 219 of 669 ~ 32.74%

%37.37
%29.9
%32.74

CMYK color model

#FAC8DB color CMYK value is (0,20,12,2).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 12.40%
  • key color value is 1.96%
CMYK:
(0,20,12,2)
C0M20Y12K2 
(0%,20%,12%,2%)
(0.00/0.20/0.12/0.02)	

CMYK percentages

%0
%20
%12.4
%1.96

Codes

Color #FAC8DB in popluar color models

FAC8DB
RGB250200219
HSL337°83.33%88.24%
HSB/HSV337°20.00%98.04%
CMYK0.00%20.00%12.40%
1.96%

Color #FAC8DB in popluar number systems.

HEXFAC8DB
Decimal250200219
Binary111110101100100011011011
Octal372310333

Shades and tints

Shades of #FAC8DB

#FAC8DB
(250,200,219)
#E4B6C8
(228,182,200)
#CEA4B5
(206,164,181)
#B892A2
(184,146,162)
#A2808F
(162,128,143)
#8C6E7C
(140,110,124)
#765C69
(118,92,105)
#604A56
(96,74,86)
#4A3843
(74,56,67)
#342630
(52,38,48)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #FAC8DB

#FAC8DB
(250,200,219)
#FACDDE
(250,205,222)
#FAD2E1
(250,210,225)
#FAD7E4
(250,215,228)
#FADCE7
(250,220,231)
#FAE1EA
(250,225,234)
#FAE6ED
(250,230,237)
#FAEBF0
(250,235,240)
#FAF0F3
(250,240,243)
#FAF5F6
(250,245,246)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC8DB; }

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

This text font color is #FAC8DB.


Background Color

.myBgColor { background-color: #FAC8DB; }

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

This div background color is #FAC8DB.


Border color

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

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

This div border color is #FAC8DB.


Opacity

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

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

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

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

This text has shadow with #FAC8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC8DB on black background.


Color preview on white background

This text has color #FAC8DB on white background.



Black color preview on #FAC8DB background

This text has black color on #FAC8DB background.


White color preview on #FAC8DB background

This text has white color on #FAC8DB background.