COLOR #FBA7CA

HEX: #FBA7CA
RGB: (251,167,202)

Color info

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

RGB color model

#FBA7CA color RGB value is (251,167,202).

  • red value is 251;
  • green value is 167;
  • blue value is 202.
RGB:
(251,167,202)
(98%,65%,79%)

RGB channels and saturation

R 251 of 255 = 98%
G 167 of 255 = 65%
B 202 of 255 = 79%

251
167
202

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

Portions of RGB colors in percentages

R + G + B =
251 + 167 + 202 = 620 (100%)
R 251 of 620 ~ 40.48%
G 167 of 620 ~ 26.94%
B 202 of 620 ~ 32.58%

%40.48
%26.94
%32.58

CMYK color model

#FBA7CA color CMYK value is (0,33,20,2).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 19.52%
  • key color value is 1.57%
CMYK:
(0,33,20,2)
C0M33Y20K2 
(0%,33%,20%,2%)
(0.00/0.33/0.20/0.02)	

CMYK percentages

%0
%33.47
%19.52
%1.57

Codes

Color #FBA7CA in popluar color models

FBA7CA
RGB251167202
HSL335°91.30%81.96%
HSB/HSV335°33.47%98.43%
CMYK0.00%33.47%19.52%
1.57%

Color #FBA7CA in popluar number systems.

HEXFBA7CA
Decimal251167202
Binary111110111010011111001010
Octal373247312

Shades and tints

Shades of #FBA7CA

#FBA7CA
(251,167,202)
#E598B8
(229,152,184)
#CF89A6
(207,137,166)
#B97A94
(185,122,148)
#A36B82
(163,107,130)
#8D5C70
(141,92,112)
#774D5E
(119,77,94)
#613E4C
(97,62,76)
#4B2F3A
(75,47,58)
#352028
(53,32,40)
#1F1116
(31,17,22)
#000000
(0,0,0)

Tints of #FBA7CA

#FBA7CA
(251,167,202)
#FBAFCE
(251,175,206)
#FBB7D2
(251,183,210)
#FBBFD6
(251,191,214)
#FBC7DA
(251,199,218)
#FBCFDE
(251,207,222)
#FBD7E2
(251,215,226)
#FBDFE6
(251,223,230)
#FBE7EA
(251,231,234)
#FBEFEE
(251,239,238)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA7CA color. Also use rgb(251,167,202) instead hex code.

Text Font Color

.myTextColor { color: #FBA7CA; }

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

This text font color is #FBA7CA.


Background Color

.myBgColor { background-color: #FBA7CA; }

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

This div background color is #FBA7CA.


Border color

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

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

This div border color is #FBA7CA.


Opacity

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

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

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

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

This text has shadow with #FBA7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA7CA on black background.


Color preview on white background

This text has color #FBA7CA on white background.



Black color preview on #FBA7CA background

This text has black color on #FBA7CA background.


White color preview on #FBA7CA background

This text has white color on #FBA7CA background.