COLOR #F5DBEF

HEX: #F5DBEF RGB: (245,219,239)

Color info

#F5DBEF contains red, green and blue colors in about the same proportion. Web safe color of #F5DBEF is #FFCCFF (or #FCF).

RGB color model

#F5DBEF color RGB value is (245,219,239).

RGB: (245,219,239) (96%, 86%, 94%)

RGB channels and saturation

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

245
219
239

R + G + B ~ 92%. #F5DBEF is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 219 + 239 = 703 (100%)
R 245 of 703 ~ 34.85%
G 219 of 703 ~ 31.15%
B 239 of 703 ~ 34'%

%34.85
%31.15
%34

CMYK color model

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

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

CMYK percentages

%0
%10.61
%2.45
%3.92

Codes

Color #F5DBEF in popluar color models

F5 DB EF
RGB 245 219 239
HSL 314° 56.52% 90.98%
HSB/HSV 314° 10.61% 96.08%
CMYK 0.00% 10.61% 2.45%
3.92%

Color #F5DBEF in popluar number systems.

HEX F5 DB EF
Decimal 245 219 239
Binary 11110101 11011011 11101111
Octal 365 333 357

Shades and tints

Shades of #F5DBEF

#F5DBEF
(245,219,239)
#DFC8DA
(223,200,218)
#C9B5C5
(201,181,197)
#B3A2B0
(179,162,176)
#9D8F9B
(157,143,155)
#877C86
(135,124,134)
#716971
(113,105,113)
#5B565C
(91,86,92)
#454347
(69,67,71)
#2F3032
(47,48,50)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #F5DBEF

#F5DBEF
(245,219,239)
#F5DEF0
(245,222,240)
#F5E1F1
(245,225,241)
#F5E4F2
(245,228,242)
#F5E7F3
(245,231,243)
#F5EAF4
(245,234,244)
#F5EDF5
(245,237,245)
#F5F0F6
(245,240,246)
#F5F3F7
(245,243,247)
#F5F6F8
(245,246,248)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DBEF; }

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

This text font color is #F5DBEF.

Background Color

.myBgColor { background-color: #F5DBEF; }

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

This div background color is #F5DBEF.

Border color

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

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

This div border color is #F5DBEF.

Opacity

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

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

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

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

This text has shadow with #F5DBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DBEF.

Preview

Color preview on black background

This text has color #F5DBEF on black background.


Color preview on white background

This text has color #F5DBEF on white background.


Black color preview on #F5DBEF background

This text has black color on #F5DBEF background.


White color preview on #F5DBEF background

This text has white color on #F5DBEF background.


Related colors

Complementary color

Complementary color for #hex is #0A2410.


I love getcolorcode.com

Triadic colors

1 #EFF5DB and #DBEFF5 with #F5DBEF are triadic colors.

2 #EFDBF5 and #DBF5EF with #F5DBEF are triadic colors.