COLOR #F9B2CA

HEX: #F9B2CA
RGB: (249,178,202)

Color info

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

RGB color model

#F9B2CA color RGB value is (249,178,202).

  • red value is 249;
  • green value is 178;
  • blue value is 202.
RGB:
(249,178,202)
(98%,70%,79%)

RGB channels and saturation

R 249 of 255 = 98%
G 178 of 255 = 70%
B 202 of 255 = 79%

249
178
202

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

Portions of RGB colors in percentages

R + G + B =
249 + 178 + 202 = 629 (100%)
R 249 of 629 ~ 39.59%
G 178 of 629 ~ 28.3%
B 202 of 629 ~ 32.11%

%39.59
%28.3
%32.11

CMYK color model

#F9B2CA color CMYK value is (0,29,19,2).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 18.88%
  • key color value is 2.35%
CMYK:
(0,29,19,2)
C0M29Y19K2 
(0%,29%,19%,2%)
(0.00/0.29/0.19/0.02)	

CMYK percentages

%0
%28.51
%18.88
%2.35

Codes

Color #F9B2CA in popluar color models

F9B2CA
RGB249178202
HSL340°85.54%83.73%
HSB/HSV340°28.51%97.65%
CMYK0.00%28.51%18.88%
2.35%

Color #F9B2CA in popluar number systems.

HEXF9B2CA
Decimal249178202
Binary111110011011001011001010
Octal371262312

Shades and tints

Shades of #F9B2CA

#F9B2CA
(249,178,202)
#E3A2B8
(227,162,184)
#CD92A6
(205,146,166)
#B78294
(183,130,148)
#A17282
(161,114,130)
#8B6270
(139,98,112)
#75525E
(117,82,94)
#5F424C
(95,66,76)
#49323A
(73,50,58)
#332228
(51,34,40)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #F9B2CA

#F9B2CA
(249,178,202)
#F9B9CE
(249,185,206)
#F9C0D2
(249,192,210)
#F9C7D6
(249,199,214)
#F9CEDA
(249,206,218)
#F9D5DE
(249,213,222)
#F9DCE2
(249,220,226)
#F9E3E6
(249,227,230)
#F9EAEA
(249,234,234)
#F9F1EE
(249,241,238)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B2CA color. Also use rgb(249,178,202) instead hex code.

Text Font Color

.myTextColor { color: #F9B2CA; }

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

This text font color is #F9B2CA.


Background Color

.myBgColor { background-color: #F9B2CA; }

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

This div background color is #F9B2CA.


Border color

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

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

This div border color is #F9B2CA.


Opacity

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

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

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

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

This text has shadow with #F9B2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B2CA on black background.


Color preview on white background

This text has color #F9B2CA on white background.



Black color preview on #F9B2CA background

This text has black color on #F9B2CA background.


White color preview on #F9B2CA background

This text has white color on #F9B2CA background.