COLOR #FAC5DB

HEX: #FAC5DB RGB: (250,197,219)

Color info

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

RGB color model

#FAC5DB color RGB value is (250,197,219).

RGB: (250,197,219) (98%, 77%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 219 of 255 = 86%

250
197
219

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

Portions of RGB colors in percentages

R + G + B = 250 + 197 + 219 = 666 (100%)
R 250 of 666 ~ 37.54%
G 197 of 666 ~ 29.58%
B 219 of 666 ~ 32.88'%

%37.54
%29.58
%32.88

CMYK color model

#FAC5DB color CMYK value is (0,21,12,2).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 12.40%
  • key color value is 1.96%

CMYK: (0,21,12,2)
C0M21Y12K2 (0%, 21%, 12%, 2%)
(0.00 / 0.21 / 0.12 / 0.02)

CMYK percentages

%0
%21.2
%12.4
%1.96

Codes

Color #FAC5DB in popluar color models

FA C5 DB
RGB 250 197 219
HSL 335° 84.13% 87.65%
HSB/HSV 335° 21.20% 98.04%
CMYK 0.00% 21.20% 12.40%
1.96%

Color #FAC5DB in popluar number systems.

HEX FA C5 DB
Decimal 250 197 219
Binary 11111010 11000101 11011011
Octal 372 305 333

Shades and tints

Shades of #FAC5DB

#FAC5DB
(250,197,219)
#E4B4C8
(228,180,200)
#CEA3B5
(206,163,181)
#B892A2
(184,146,162)
#A2818F
(162,129,143)
#8C707C
(140,112,124)
#765F69
(118,95,105)
#604E56
(96,78,86)
#4A3D43
(74,61,67)
#342C30
(52,44,48)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #FAC5DB

#FAC5DB
(250,197,219)
#FACADE
(250,202,222)
#FACFE1
(250,207,225)
#FAD4E4
(250,212,228)
#FAD9E7
(250,217,231)
#FADEEA
(250,222,234)
#FAE3ED
(250,227,237)
#FAE8F0
(250,232,240)
#FAEDF3
(250,237,243)
#FAF2F6
(250,242,246)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC5DB; }

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

This text font color is #FAC5DB.

Background Color

.myBgColor { background-color: #FAC5DB; }

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

This div background color is #FAC5DB.

Border color

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

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

This div border color is #FAC5DB.

Opacity

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

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

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

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

This text has shadow with #FAC5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC5DB.

Preview

Color preview on black background

This text has color #FAC5DB on black background.


Color preview on white background

This text has color #FAC5DB on white background.


Black color preview on #FAC5DB background

This text has black color on #FAC5DB background.


White color preview on #FAC5DB background

This text has white color on #FAC5DB background.


Related colors

Complementary color

Complementary color for #hex is #053A24.


I love getcolorcode.com

Triadic colors

1 #DBFAC5 and #C5DBFA with #FAC5DB are triadic colors.

2 #DBC5FA and #C5FADB with #FAC5DB are triadic colors.