COLOR #F9DBDB

HEX: #F9DBDB
RGB: (249,219,219)

Color info

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

RGB color model

#F9DBDB color RGB value is (249,219,219).

  • red value is 249;
  • green value is 219;
  • blue value is 219.
RGB:
(249,219,219)
(98%,86%,86%)

RGB channels and saturation

R 249 of 255 = 98%
G 219 of 255 = 86%
B 219 of 255 = 86%

249
219
219

R + G + B ~ 90%. #F9DBDB is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 219 + 219 = 687 (100%)
R 249 of 687 ~ 36.24%
G 219 of 687 ~ 31.88%
B 219 of 687 ~ 31.88%

%36.24
%31.88
%31.88

CMYK color model

#F9DBDB color CMYK value is (0,12,12,2).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 12.05%
  • key color value is 2.35%
CMYK:
(0,12,12,2)
C0M12Y12K2 
(0%,12%,12%,2%)
(0.00/0.12/0.12/0.02)	

CMYK percentages

%0
%12.05
%12.05
%2.35

Codes

Color #F9DBDB in popluar color models

F9DBDB
RGB249219219
HSL71.43%91.76%
HSB/HSV12.05%97.65%
CMYK0.00%12.05%12.05%
2.35%

Color #F9DBDB in popluar number systems.

HEXF9DBDB
Decimal249219219
Binary111110011101101111011011
Octal371333333

Shades and tints

Shades of #F9DBDB

#F9DBDB
(249,219,219)
#E3C8C8
(227,200,200)
#CDB5B5
(205,181,181)
#B7A2A2
(183,162,162)
#A18F8F
(161,143,143)
#8B7C7C
(139,124,124)
#756969
(117,105,105)
#5F5656
(95,86,86)
#494343
(73,67,67)
#333030
(51,48,48)
#1D1D1D
(29,29,29)
#000000
(0,0,0)

Tints of #F9DBDB

#F9DBDB
(249,219,219)
#F9DEDE
(249,222,222)
#F9E1E1
(249,225,225)
#F9E4E4
(249,228,228)
#F9E7E7
(249,231,231)
#F9EAEA
(249,234,234)
#F9EDED
(249,237,237)
#F9F0F0
(249,240,240)
#F9F3F3
(249,243,243)
#F9F6F6
(249,246,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DBDB; }

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

This text font color is #F9DBDB.


Background Color

.myBgColor { background-color: #F9DBDB; }

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

This div background color is #F9DBDB.


Border color

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

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

This div border color is #F9DBDB.


Opacity

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

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

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

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

This text has shadow with #F9DBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DBDB on black background.


Color preview on white background

This text has color #F9DBDB on white background.



Black color preview on #F9DBDB background

This text has black color on #F9DBDB background.


White color preview on #F9DBDB background

This text has white color on #F9DBDB background.