COLOR #F5DBDB

HEX: #F5DBDB
RGB: (245,219,219)

Color info

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

RGB color model

#F5DBDB color RGB value is (245,219,219).

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

RGB channels and saturation

R 245 of 255 = 96%
G 219 of 255 = 86%
B 219 of 255 = 86%

245
219
219

R + G + B ~ 89%. #F5DBDB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 219 + 219 = 683 (100%)
R 245 of 683 ~ 35.87%
G 219 of 683 ~ 32.06%
B 219 of 683 ~ 32.06%

%35.87
%32.06
%32.06

CMYK color model

#F5DBDB color CMYK value is (0,11,11,4).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 10.61%
  • key color value is 3.92%
CMYK:
(0,11,11,4)
C0M11Y11K4 
(0%,11%,11%,4%)
(0.00/0.11/0.11/0.04)	

CMYK percentages

%0
%10.61
%10.61
%3.92

Codes

Color #F5DBDB in popluar color models

F5DBDB
RGB245219219
HSL56.52%90.98%
HSB/HSV10.61%96.08%
CMYK0.00%10.61%10.61%
3.92%

Color #F5DBDB in popluar number systems.

HEXF5DBDB
Decimal245219219
Binary111101011101101111011011
Octal365333333

Shades and tints

Shades of #F5DBDB

#F5DBDB
(245,219,219)
#DFC8C8
(223,200,200)
#C9B5B5
(201,181,181)
#B3A2A2
(179,162,162)
#9D8F8F
(157,143,143)
#877C7C
(135,124,124)
#716969
(113,105,105)
#5B5656
(91,86,86)
#454343
(69,67,67)
#2F3030
(47,48,48)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #F5DBDB

#F5DBDB
(245,219,219)
#F5DEDE
(245,222,222)
#F5E1E1
(245,225,225)
#F5E4E4
(245,228,228)
#F5E7E7
(245,231,231)
#F5EAEA
(245,234,234)
#F5EDED
(245,237,237)
#F5F0F0
(245,240,240)
#F5F3F3
(245,243,243)
#F5F6F6
(245,246,246)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DBDB; }

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

This text font color is #F5DBDB.


Background Color

.myBgColor { background-color: #F5DBDB; }

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

This div background color is #F5DBDB.


Border color

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

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

This div border color is #F5DBDB.


Opacity

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

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

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

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

This text has shadow with #F5DBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DBDB on black background.


Color preview on white background

This text has color #F5DBDB on white background.



Black color preview on #F5DBDB background

This text has black color on #F5DBDB background.


White color preview on #F5DBDB background

This text has white color on #F5DBDB background.