COLOR #F9BEBD

HEX: #F9BEBD
RGB: (249,190,189)

Color info

#F9BEBD contains mainly red and green colors. Web safe color of #F9BEBD is #FFCCCC (or #FCC).

RGB color model

#F9BEBD color RGB value is (249,190,189).

  • red value is 249;
  • green value is 190;
  • blue value is 189.
RGB:
(249,190,189)
(98%,75%,74%)

RGB channels and saturation

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

249
190
189

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

Portions of RGB colors in percentages

R + G + B =
249 + 190 + 189 = 628 (100%)
R 249 of 628 ~ 39.65%
G 190 of 628 ~ 30.25%
B 189 of 628 ~ 30.1%

%39.65
%30.25
%30.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.69%
  • 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
%23.69
%24.1
%2.35

Codes

Color #F9BEBD in popluar color models

F9BEBD
RGB249190189
HSL83.33%85.88%
HSB/HSV24.10%97.65%
CMYK0.00%23.69%24.10%
2.35%

Color #F9BEBD in popluar number systems.

HEXF9BEBD
Decimal249190189
Binary111110011011111010111101
Octal371276275

Shades and tints

Shades of #F9BEBD

#F9BEBD
(249,190,189)
#E3ADAC
(227,173,172)
#CD9C9B
(205,156,155)
#B78B8A
(183,139,138)
#A17A79
(161,122,121)
#8B6968
(139,105,104)
#755857
(117,88,87)
#5F4746
(95,71,70)
#493635
(73,54,53)
#332524
(51,37,36)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #F9BEBD

#F9BEBD
(249,190,189)
#F9C3C3
(249,195,195)
#F9C8C9
(249,200,201)
#F9CDCF
(249,205,207)
#F9D2D5
(249,210,213)
#F9D7DB
(249,215,219)
#F9DCE1
(249,220,225)
#F9E1E7
(249,225,231)
#F9E6ED
(249,230,237)
#F9EBF3
(249,235,243)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BEBD; }

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

This text font color is #F9BEBD.


Background Color

.myBgColor { background-color: #F9BEBD; }

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

This div background color is #F9BEBD.


Border color

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

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

This div border color is #F9BEBD.


Opacity

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

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

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

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

This text has shadow with #F9BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BEBD on black background.


Color preview on white background

This text has color #F9BEBD on white background.



Black color preview on #F9BEBD background

This text has black color on #F9BEBD background.


White color preview on #F9BEBD background

This text has white color on #F9BEBD background.