COLOR #F9BDBD

HEX: #F9BDBD RGB: (249,189,189)

Color info

#F9BDBD contains mainly red color. Web safe color of #F9BDBD is #FFCCCC (or #FCC).

RGB color model

#F9BDBD color RGB value is (249,189,189).

RGB: (249,189,189) (98%, 74%, 74%)

RGB channels and saturation

R 249 of 255 = 98%
G 189 of 255 = 74%
B 189 of 255 = 74%

249
189
189

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

Portions of RGB colors in percentages

R + G + B = 249 + 189 + 189 = 627 (100%)
R 249 of 627 ~ 39.71%
G 189 of 627 ~ 30.14%
B 189 of 627 ~ 30.14'%

%39.71
%30.14
%30.14

CMYK color model

#F9BDBD color CMYK value is (0,24,24,2).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 24.10%
  • key color value is 2.35%

CMYK: (0,24,24,2)
C0M24Y24K2 (0%, 24%, 24%, 2%)
(0.00 / 0.24 / 0.24 / 0.02)

CMYK percentages

%0
%24.1
%24.1
%2.35

Codes

Color #F9BDBD in popluar color models

F9 BD BD
RGB 249 189 189
HSL 83.33% 85.88%
HSB/HSV 24.10% 97.65%
CMYK 0.00% 24.10% 24.10%
2.35%

Color #F9BDBD in popluar number systems.

HEX F9 BD BD
Decimal 249 189 189
Binary 11111001 10111101 10111101
Octal 371 275 275

Shades and tints

Shades of #F9BDBD

#F9BDBD
(249,189,189)
#E3ACAC
(227,172,172)
#CD9B9B
(205,155,155)
#B78A8A
(183,138,138)
#A17979
(161,121,121)
#8B6868
(139,104,104)
#755757
(117,87,87)
#5F4646
(95,70,70)
#493535
(73,53,53)
#332424
(51,36,36)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #F9BDBD

#F9BDBD
(249,189,189)
#F9C3C3
(249,195,195)
#F9C9C9
(249,201,201)
#F9CFCF
(249,207,207)
#F9D5D5
(249,213,213)
#F9DBDB
(249,219,219)
#F9E1E1
(249,225,225)
#F9E7E7
(249,231,231)
#F9EDED
(249,237,237)
#F9F3F3
(249,243,243)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BDBD; }

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

This text font color is #F9BDBD.

Background Color

.myBgColor { background-color: #F9BDBD; }

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

This div background color is #F9BDBD.

Border color

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

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

This div border color is #F9BDBD.

Opacity

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

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

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

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

This text has shadow with #F9BDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BDBD.

Preview

Color preview on black background

This text has color #F9BDBD on black background.


Color preview on white background

This text has color #F9BDBD on white background.


Black color preview on #F9BDBD background

This text has black color on #F9BDBD background.


White color preview on #F9BDBD background

This text has white color on #F9BDBD background.


Related colors

Complementary color

Complementary color for #hex is #064242.


I love getcolorcode.com