COLOR #F9BEBF

HEX: #F9BEBF
RGB: (249,190,191)

Color info

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

RGB color model

#F9BEBF color RGB value is (249,190,191).

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

RGB channels and saturation

R 249 of 255 = 98%
G 190 of 255 = 75%
B 191 of 255 = 75%

249
190
191

R + G + B ~ 83%. #F9BEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 190 + 191 = 630 (100%)
R 249 of 630 ~ 39.52%
G 190 of 630 ~ 30.16%
B 191 of 630 ~ 30.32%

%39.52
%30.16
%30.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.69%
  • yellow value is 23.29%
  • key color value is 2.35%
CMYK:
(0,24,23,2)
C0M24Y23K2 
(0%,24%,23%,2%)
(0.00/0.24/0.23/0.02)	

CMYK percentages

%0
%23.69
%23.29
%2.35

Codes

Color #F9BEBF in popluar color models

F9BEBF
RGB249190191
HSL359°83.10%86.08%
HSB/HSV359°23.69%97.65%
CMYK0.00%23.69%23.29%
2.35%

Color #F9BEBF in popluar number systems.

HEXF9BEBF
Decimal249190191
Binary111110011011111010111111
Octal371276277

Shades and tints

Shades of #F9BEBF

#F9BEBF
(249,190,191)
#E3ADAE
(227,173,174)
#CD9C9D
(205,156,157)
#B78B8C
(183,139,140)
#A17A7B
(161,122,123)
#8B696A
(139,105,106)
#755859
(117,88,89)
#5F4748
(95,71,72)
#493637
(73,54,55)
#332526
(51,37,38)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #F9BEBF

#F9BEBF
(249,190,191)
#F9C3C4
(249,195,196)
#F9C8C9
(249,200,201)
#F9CDCE
(249,205,206)
#F9D2D3
(249,210,211)
#F9D7D8
(249,215,216)
#F9DCDD
(249,220,221)
#F9E1E2
(249,225,226)
#F9E6E7
(249,230,231)
#F9EBEC
(249,235,236)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BEBF; }

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

This text font color is #F9BEBF.


Background Color

.myBgColor { background-color: #F9BEBF; }

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

This div background color is #F9BEBF.


Border color

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

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

This div border color is #F9BEBF.


Opacity

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

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

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

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

This text has shadow with #F9BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BEBF on black background.


Color preview on white background

This text has color #F9BEBF on white background.



Black color preview on #F9BEBF background

This text has black color on #F9BEBF background.


White color preview on #F9BEBF background

This text has white color on #F9BEBF background.