COLOR #FAA5CB

HEX: #FAA5CB RGB: (250,165,203)

Color info

#FAA5CB contains mainly red and blue colors. Web safe color of #FAA5CB is #FF99CC (or #F9C).

RGB color model

#FAA5CB color RGB value is (250,165,203).

RGB: (250,165,203) (98%, 65%, 80%)

RGB channels and saturation

R 250 of 255 = 98%
G 165 of 255 = 65%
B 203 of 255 = 80%

250
165
203

R + G + B ~ 81%. #FAA5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 165 + 203 = 618 (100%)
R 250 of 618 ~ 40.45%
G 165 of 618 ~ 26.7%
B 203 of 618 ~ 32.85'%

%40.45
%26.7
%32.85

CMYK color model

#FAA5CB color CMYK value is (0,34,19,2).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 18.80%
  • key color value is 1.96%

CMYK: (0,34,19,2)
C0M34Y19K2 (0%, 34%, 19%, 2%)
(0.00 / 0.34 / 0.19 / 0.02)

CMYK percentages

%0
%34
%18.8
%1.96

Codes

Color #FAA5CB in popluar color models

FA A5 CB
RGB 250 165 203
HSL 333° 89.47% 81.37%
HSB/HSV 333° 34.00% 98.04%
CMYK 0.00% 34.00% 18.80%
1.96%

Color #FAA5CB in popluar number systems.

HEX FA A5 CB
Decimal 250 165 203
Binary 11111010 10100101 11001011
Octal 372 245 313

Shades and tints

Shades of #FAA5CB

#FAA5CB
(250,165,203)
#E496B9
(228,150,185)
#CE87A7
(206,135,167)
#B87895
(184,120,149)
#A26983
(162,105,131)
#8C5A71
(140,90,113)
#764B5F
(118,75,95)
#603C4D
(96,60,77)
#4A2D3B
(74,45,59)
#341E29
(52,30,41)
#1E0F17
(30,15,23)
#000000
(0,0,0)

Tints of #FAA5CB

#FAA5CB
(250,165,203)
#FAADCF
(250,173,207)
#FAB5D3
(250,181,211)
#FABDD7
(250,189,215)
#FAC5DB
(250,197,219)
#FACDDF
(250,205,223)
#FAD5E3
(250,213,227)
#FADDE7
(250,221,231)
#FAE5EB
(250,229,235)
#FAEDEF
(250,237,239)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA5CB color. Also use rgb(250,165,203) instead hex code.

Text Font Color

.myTextColor { color: #FAA5CB; }

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

This text font color is #FAA5CB.

Background Color

.myBgColor { background-color: #FAA5CB; }

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

This div background color is #FAA5CB.

Border color

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

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

This div border color is #FAA5CB.

Opacity

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

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

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

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

This text has shadow with #FAA5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA5CB.

Preview

Color preview on black background

This text has color #FAA5CB on black background.


Color preview on white background

This text has color #FAA5CB on white background.


Black color preview on #FAA5CB background

This text has black color on #FAA5CB background.


White color preview on #FAA5CB background

This text has white color on #FAA5CB background.


Related colors

Complementary color

Complementary color for #hex is #055A34.


I love getcolorcode.com

Triadic colors

1 #CBFAA5 and #A5CBFA with #FAA5CB are triadic colors.

2 #CBA5FA and #A5FACB with #FAA5CB are triadic colors.