COLOR #FAC2DB

HEX: #FAC2DB RGB: (250,194,219)

Color info

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

RGB color model

#FAC2DB color RGB value is (250,194,219).

RGB: (250,194,219) (98%, 76%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 194 of 255 = 76%
B 219 of 255 = 86%

250
194
219

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

Portions of RGB colors in percentages

R + G + B = 250 + 194 + 219 = 663 (100%)
R 250 of 663 ~ 37.71%
G 194 of 663 ~ 29.26%
B 219 of 663 ~ 33.03'%

%37.71
%29.26
%33.03

CMYK color model

#FAC2DB color CMYK value is (0,22,12,2).

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

CMYK: (0,22,12,2)
C0M22Y12K2 (0%, 22%, 12%, 2%)
(0.00 / 0.22 / 0.12 / 0.02)

CMYK percentages

%0
%22.4
%12.4
%1.96

Codes

Color #FAC2DB in popluar color models

FA C2 DB
RGB 250 194 219
HSL 333° 84.85% 87.06%
HSB/HSV 333° 22.40% 98.04%
CMYK 0.00% 22.40% 12.40%
1.96%

Color #FAC2DB in popluar number systems.

HEX FA C2 DB
Decimal 250 194 219
Binary 11111010 11000010 11011011
Octal 372 302 333

Shades and tints

Shades of #FAC2DB

#FAC2DB
(250,194,219)
#E4B1C8
(228,177,200)
#CEA0B5
(206,160,181)
#B88FA2
(184,143,162)
#A27E8F
(162,126,143)
#8C6D7C
(140,109,124)
#765C69
(118,92,105)
#604B56
(96,75,86)
#4A3A43
(74,58,67)
#342930
(52,41,48)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #FAC2DB

#FAC2DB
(250,194,219)
#FAC7DE
(250,199,222)
#FACCE1
(250,204,225)
#FAD1E4
(250,209,228)
#FAD6E7
(250,214,231)
#FADBEA
(250,219,234)
#FAE0ED
(250,224,237)
#FAE5F0
(250,229,240)
#FAEAF3
(250,234,243)
#FAEFF6
(250,239,246)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC2DB; }

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

This text font color is #FAC2DB.

Background Color

.myBgColor { background-color: #FAC2DB; }

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

This div background color is #FAC2DB.

Border color

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

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

This div border color is #FAC2DB.

Opacity

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

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

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

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

This text has shadow with #FAC2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC2DB.

Preview

Color preview on black background

This text has color #FAC2DB on black background.


Color preview on white background

This text has color #FAC2DB on white background.


Black color preview on #FAC2DB background

This text has black color on #FAC2DB background.


White color preview on #FAC2DB background

This text has white color on #FAC2DB background.


Related colors

Complementary color

Complementary color for #hex is #053D24.


I love getcolorcode.com

Triadic colors

1 #DBFAC2 and #C2DBFA with #FAC2DB are triadic colors.

2 #DBC2FA and #C2FADB with #FAC2DB are triadic colors.