COLOR #F5DAEB

HEX: #F5DAEB RGB: (245,218,235)

Color info

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

RGB color model

#F5DAEB color RGB value is (245,218,235).

RGB: (245,218,235) (96%, 85%, 92%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 235 of 255 = 92%

245
218
235

R + G + B ~ 91%. #F5DAEB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 218 + 235 = 698 (100%)
R 245 of 698 ~ 35.1%
G 218 of 698 ~ 31.23%
B 235 of 698 ~ 33.67'%

%35.1
%31.23
%33.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 4.08%
  • key color value is 3.92%

CMYK: (0,11,4,4)
C0M11Y4K4 (0%, 11%, 4%, 4%)
(0.00 / 0.11 / 0.04 / 0.04)

CMYK percentages

%0
%11.02
%4.08
%3.92

Codes

Color #F5DAEB in popluar color models

F5 DA EB
RGB 245 218 235
HSL 322° 57.45% 90.78%
HSB/HSV 322° 11.02% 96.08%
CMYK 0.00% 11.02% 4.08%
3.92%

Color #F5DAEB in popluar number systems.

HEX F5 DA EB
Decimal 245 218 235
Binary 11110101 11011010 11101011
Octal 365 332 353

Shades and tints

Shades of #F5DAEB

#F5DAEB
(245,218,235)
#DFC7D6
(223,199,214)
#C9B4C1
(201,180,193)
#B3A1AC
(179,161,172)
#9D8E97
(157,142,151)
#877B82
(135,123,130)
#71686D
(113,104,109)
#5B5558
(91,85,88)
#454243
(69,66,67)
#2F2F2E
(47,47,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #F5DAEB

#F5DAEB
(245,218,235)
#F5DDEC
(245,221,236)
#F5E0ED
(245,224,237)
#F5E3EE
(245,227,238)
#F5E6EF
(245,230,239)
#F5E9F0
(245,233,240)
#F5ECF1
(245,236,241)
#F5EFF2
(245,239,242)
#F5F2F3
(245,242,243)
#F5F5F4
(245,245,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DAEB; }

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

This text font color is #F5DAEB.

Background Color

.myBgColor { background-color: #F5DAEB; }

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

This div background color is #F5DAEB.

Border color

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

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

This div border color is #F5DAEB.

Opacity

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

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

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

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

This text has shadow with #F5DAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DAEB.

Preview

Color preview on black background

This text has color #F5DAEB on black background.


Color preview on white background

This text has color #F5DAEB on white background.


Black color preview on #F5DAEB background

This text has black color on #F5DAEB background.


White color preview on #F5DAEB background

This text has white color on #F5DAEB background.


Related colors

Complementary color

Complementary color for #hex is #0A2514.


I love getcolorcode.com

Triadic colors

1 #EBF5DA and #DAEBF5 with #F5DAEB are triadic colors.

2 #EBDAF5 and #DAF5EB with #F5DAEB are triadic colors.