COLOR #F9BFCA

HEX: #F9BFCA RGB: (249,191,202)

Color info

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

RGB color model

#F9BFCA color RGB value is (249,191,202).

RGB: (249,191,202) (98%, 75%, 79%)

RGB channels and saturation

R 249 of 255 = 98%
G 191 of 255 = 75%
B 202 of 255 = 79%

249
191
202

R + G + B ~ 84%. #F9BFCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 191 + 202 = 642 (100%)
R 249 of 642 ~ 38.79%
G 191 of 642 ~ 29.75%
B 202 of 642 ~ 31.46'%

%38.79
%29.75
%31.46

CMYK color model

#F9BFCA color CMYK value is (0,23,19,2).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 18.88%
  • key color value is 2.35%

CMYK: (0,23,19,2)
C0M23Y19K2 (0%, 23%, 19%, 2%)
(0.00 / 0.23 / 0.19 / 0.02)

CMYK percentages

%0
%23.29
%18.88
%2.35

Codes

Color #F9BFCA in popluar color models

F9 BF CA
RGB 249 191 202
HSL 349° 82.86% 86.27%
HSB/HSV 349° 23.29% 97.65%
CMYK 0.00% 23.29% 18.88%
2.35%

Color #F9BFCA in popluar number systems.

HEX F9 BF CA
Decimal 249 191 202
Binary 11111001 10111111 11001010
Octal 371 277 312

Shades and tints

Shades of #F9BFCA

#F9BFCA
(249,191,202)
#E3AEB8
(227,174,184)
#CD9DA6
(205,157,166)
#B78C94
(183,140,148)
#A17B82
(161,123,130)
#8B6A70
(139,106,112)
#75595E
(117,89,94)
#5F484C
(95,72,76)
#49373A
(73,55,58)
#332628
(51,38,40)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #F9BFCA

#F9BFCA
(249,191,202)
#F9C4CE
(249,196,206)
#F9C9D2
(249,201,210)
#F9CED6
(249,206,214)
#F9D3DA
(249,211,218)
#F9D8DE
(249,216,222)
#F9DDE2
(249,221,226)
#F9E2E6
(249,226,230)
#F9E7EA
(249,231,234)
#F9ECEE
(249,236,238)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BFCA; }

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

This text font color is #F9BFCA.

Background Color

.myBgColor { background-color: #F9BFCA; }

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

This div background color is #F9BFCA.

Border color

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

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

This div border color is #F9BFCA.

Opacity

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

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

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

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

This text has shadow with #F9BFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BFCA.

Preview

Color preview on black background

This text has color #F9BFCA on black background.


Color preview on white background

This text has color #F9BFCA on white background.


Black color preview on #F9BFCA background

This text has black color on #F9BFCA background.


White color preview on #F9BFCA background

This text has white color on #F9BFCA background.


Related colors

Complementary color

Complementary color for #hex is #064035.


I love getcolorcode.com

Triadic colors

1 #CAF9BF and #BFCAF9 with #F9BFCA are triadic colors.

2 #CABFF9 and #BFF9CA with #F9BFCA are triadic colors.