COLOR #F5DBFE

HEX: #F5DBFE RGB: (245,219,254)

Color info

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

RGB color model

#F5DBFE color RGB value is (245,219,254).

RGB: (245,219,254) (96%, 86%, 100%)

RGB channels and saturation

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

245
219
254

R + G + B ~ 94%. #F5DBFE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 219 + 254 = 718 (100%)
R 245 of 718 ~ 34.12%
G 219 of 718 ~ 30.5%
B 254 of 718 ~ 35.38'%

%34.12
%30.5
%35.38

CMYK color model

#F5DBFE color CMYK value is (4,14,0,0).

  • cyan value is 3.54%
  • magenta value is 13.78%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (4,14,0,0)
C4M14Y0K0 (4%, 14%, 0%, 0%)
(0.04 / 0.14 / 0.00 / 0.00)

CMYK percentages

%3.54
%13.78
%0
%0.39

Codes

Color #F5DBFE in popluar color models

F5 DB FE
RGB 245 219 254
HSL 285° 94.59% 92.75%
HSB/HSV 285° 13.78% 99.61%
CMYK 3.54% 13.78% 0.00%
0.39%

Color #F5DBFE in popluar number systems.

HEX F5 DB FE
Decimal 245 219 254
Binary 11110101 11011011 11111110
Octal 365 333 376

Shades and tints

Shades of #F5DBFE

#F5DBFE
(245,219,254)
#DFC8E7
(223,200,231)
#C9B5D0
(201,181,208)
#B3A2B9
(179,162,185)
#9D8FA2
(157,143,162)
#877C8B
(135,124,139)
#716974
(113,105,116)
#5B565D
(91,86,93)
#454346
(69,67,70)
#2F302F
(47,48,47)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #F5DBFE

#F5DBFE
(245,219,254)
#F5DEFE
(245,222,254)
#F5E1FE
(245,225,254)
#F5E4FE
(245,228,254)
#F5E7FE
(245,231,254)
#F5EAFE
(245,234,254)
#F5EDFE
(245,237,254)
#F5F0FE
(245,240,254)
#F5F3FE
(245,243,254)
#F5F6FE
(245,246,254)
#F5F9FE
(245,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DBFE; }

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

This text font color is #F5DBFE.

Background Color

.myBgColor { background-color: #F5DBFE; }

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

This div background color is #F5DBFE.

Border color

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

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

This div border color is #F5DBFE.

Opacity

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

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

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

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

This text has shadow with #F5DBFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DBFE.

Preview

Color preview on black background

This text has color #F5DBFE on black background.


Color preview on white background

This text has color #F5DBFE on white background.


Black color preview on #F5DBFE background

This text has black color on #F5DBFE background.


White color preview on #F5DBFE background

This text has white color on #F5DBFE background.


Related colors

Complementary color

Complementary color for #hex is #0A2401.


I love getcolorcode.com

Triadic colors

1 #FEF5DB and #DBFEF5 with #F5DBFE are triadic colors.

2 #FEDBF5 and #DBF5FE with #F5DBFE are triadic colors.