COLOR #F5EBFD

HEX: #F5EBFD RGB: (245,235,253)

Color info

#F5EBFD contains red, green and blue colors in about the same proportion. Web safe color of #F5EBFD is #FFFFFF (or #FFF).

RGB color model

#F5EBFD color RGB value is (245,235,253).

RGB: (245,235,253) (96%, 92%, 99%)

RGB channels and saturation

R 245 of 255 = 96%
G 235 of 255 = 92%
B 253 of 255 = 99%

245
235
253

R + G + B ~ 96%. #F5EBFD is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 235 + 253 = 733 (100%)
R 245 of 733 ~ 33.42%
G 235 of 733 ~ 32.06%
B 253 of 733 ~ 34.52'%

%33.42
%32.06
%34.52

CMYK color model

#F5EBFD color CMYK value is (3,7,0,1).

  • cyan value is 3.16%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (3,7,0,1)
C3M7Y0K1 (3%, 7%, 0%, 1%)
(0.03 / 0.07 / 0.00 / 0.01)

CMYK percentages

%3.16
%7.11
%0
%0.78

Codes

Color #F5EBFD in popluar color models

F5 EB FD
RGB 245 235 253
HSL 273° 81.82% 95.69%
HSB/HSV 273° 7.11% 99.22%
CMYK 3.16% 7.11% 0.00%
0.78%

Color #F5EBFD in popluar number systems.

HEX F5 EB FD
Decimal 245 235 253
Binary 11110101 11101011 11111101
Octal 365 353 375

Shades and tints

Shades of #F5EBFD

#F5EBFD
(245,235,253)
#DFD6E6
(223,214,230)
#C9C1CF
(201,193,207)
#B3ACB8
(179,172,184)
#9D97A1
(157,151,161)
#87828A
(135,130,138)
#716D73
(113,109,115)
#5B585C
(91,88,92)
#454345
(69,67,69)
#2F2E2E
(47,46,46)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #F5EBFD

#F5EBFD
(245,235,253)
#F5ECFD
(245,236,253)
#F5EDFD
(245,237,253)
#F5EEFD
(245,238,253)
#F5EFFD
(245,239,253)
#F5F0FD
(245,240,253)
#F5F1FD
(245,241,253)
#F5F2FD
(245,242,253)
#F5F3FD
(245,243,253)
#F5F4FD
(245,244,253)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EBFD; }

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

This text font color is #F5EBFD.

Background Color

.myBgColor { background-color: #F5EBFD; }

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

This div background color is #F5EBFD.

Border color

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

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

This div border color is #F5EBFD.

Opacity

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

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

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

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

This text has shadow with #F5EBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EBFD.

Preview

Color preview on black background

This text has color #F5EBFD on black background.


Color preview on white background

This text has color #F5EBFD on white background.


Black color preview on #F5EBFD background

This text has black color on #F5EBFD background.


White color preview on #F5EBFD background

This text has white color on #F5EBFD background.


Related colors

Complementary color

Complementary color for #hex is #0A1402.


I love getcolorcode.com

Triadic colors

1 #FDF5EB and #EBFDF5 with #F5EBFD are triadic colors.

2 #FDEBF5 and #EBF5FD with #F5EBFD are triadic colors.