COLOR #FFA5CB

HEX: #FFA5CB RGB: (255,165,203)

Color info

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

RGB color model

#FFA5CB color RGB value is (255,165,203).

RGB: (255,165,203) (100%, 65%, 80%)

RGB channels and saturation

R 255 of 255 = 100%
G 165 of 255 = 65%
B 203 of 255 = 80%

255
165
203

R + G + B ~ 82%. #FFA5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 165 + 203 = 623 (100%)
R 255 of 623 ~ 40.93%
G 165 of 623 ~ 26.48%
B 203 of 623 ~ 32.58'%

%40.93
%26.48
%32.58

CMYK color model

#FFA5CB color CMYK value is (0,35,20,0).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 20.39%
  • key color value is 0.00%

CMYK: (0,35,20,0)
C0M35Y20K0 (0%, 35%, 20%, 0%)
(0.00 / 0.35 / 0.20 / 0.00)

CMYK percentages

%0
%35.29
%20.39
%0

Codes

Color #FFA5CB in popluar color models

FF A5 CB
RGB 255 165 203
HSL 335° 100.00% 82.35%
HSB/HSV 335° 35.29% 100.00%
CMYK 0.00% 35.29% 20.39%
0.00%

Color #FFA5CB in popluar number systems.

HEX FF A5 CB
Decimal 255 165 203
Binary 11111111 10100101 11001011
Octal 377 245 313

Shades and tints

Shades of #FFA5CB

#FFA5CB
(255,165,203)
#E896B9
(232,150,185)
#D187A7
(209,135,167)
#BA7895
(186,120,149)
#A36983
(163,105,131)
#8C5A71
(140,90,113)
#754B5F
(117,75,95)
#5E3C4D
(94,60,77)
#472D3B
(71,45,59)
#301E29
(48,30,41)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #FFA5CB

#FFA5CB
(255,165,203)
#FFADCF
(255,173,207)
#FFB5D3
(255,181,211)
#FFBDD7
(255,189,215)
#FFC5DB
(255,197,219)
#FFCDDF
(255,205,223)
#FFD5E3
(255,213,227)
#FFDDE7
(255,221,231)
#FFE5EB
(255,229,235)
#FFEDEF
(255,237,239)
#FFF5F3
(255,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA5CB; }

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

This text font color is #FFA5CB.

Background Color

.myBgColor { background-color: #FFA5CB; }

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

This div background color is #FFA5CB.

Border color

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

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

This div border color is #FFA5CB.

Opacity

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

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

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

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

This text has shadow with #FFA5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA5CB.

Preview

Color preview on black background

This text has color #FFA5CB on black background.


Color preview on white background

This text has color #FFA5CB on white background.


Black color preview on #FFA5CB background

This text has black color on #FFA5CB background.


White color preview on #FFA5CB background

This text has white color on #FFA5CB background.


Related colors

Complementary color

Complementary color for #hex is #005A34.


I love getcolorcode.com

Triadic colors

1 #CBFFA5 and #A5CBFF with #FFA5CB are triadic colors.

2 #CBA5FF and #A5FFCB with #FFA5CB are triadic colors.