COLOR #F5DFFB

HEX: #F5DFFB
RGB: (245,223,251)

Color info

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

RGB color model

#F5DFFB color RGB value is (245,223,251).

  • red value is 245;
  • green value is 223;
  • blue value is 251.
RGB:
(245,223,251)
(96%,87%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 251 of 255 = 98%

245
223
251

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

Portions of RGB colors in percentages

R + G + B =
245 + 223 + 251 = 719 (100%)
R 245 of 719 ~ 34.08%
G 223 of 719 ~ 31.02%
B 251 of 719 ~ 34.91%

%34.08
%31.02
%34.91

CMYK color model

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

  • cyan value is 2.39%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,11,0,2)
C2M11Y0K2 
(2%,11%,0%,2%)
(0.02/0.11/0.00/0.02)	

CMYK percentages

%2.39
%11.16
%0
%1.57

Codes

Color #F5DFFB in popluar color models

F5DFFB
RGB245223251
HSL287°77.78%92.94%
HSB/HSV287°11.16%98.43%
CMYK2.39%11.16%0.00%
1.57%

Color #F5DFFB in popluar number systems.

HEXF5DFFB
Decimal245223251
Binary111101011101111111111011
Octal365337373

Shades and tints

Shades of #F5DFFB

#F5DFFB
(245,223,251)
#DFCBE5
(223,203,229)
#C9B7CF
(201,183,207)
#B3A3B9
(179,163,185)
#9D8FA3
(157,143,163)
#877B8D
(135,123,141)
#716777
(113,103,119)
#5B5361
(91,83,97)
#453F4B
(69,63,75)
#2F2B35
(47,43,53)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #F5DFFB

#F5DFFB
(245,223,251)
#F5E1FB
(245,225,251)
#F5E3FB
(245,227,251)
#F5E5FB
(245,229,251)
#F5E7FB
(245,231,251)
#F5E9FB
(245,233,251)
#F5EBFB
(245,235,251)
#F5EDFB
(245,237,251)
#F5EFFB
(245,239,251)
#F5F1FB
(245,241,251)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DFFB; }

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

This text font color is #F5DFFB.


Background Color

.myBgColor { background-color: #F5DFFB; }

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

This div background color is #F5DFFB.


Border color

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

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

This div border color is #F5DFFB.


Opacity

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

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

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

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

This text has shadow with #F5DFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DFFB on black background.


Color preview on white background

This text has color #F5DFFB on white background.



Black color preview on #F5DFFB background

This text has black color on #F5DFFB background.


White color preview on #F5DFFB background

This text has white color on #F5DFFB background.