COLOR #F5B5DE

HEX: #F5B5DE RGB: (245,181,222)

Color info

#F5B5DE contains mainly red and blue colors. Web safe color of #F5B5DE is #FFCCCC (or #FCC).

RGB color model

#F5B5DE color RGB value is (245,181,222).

RGB: (245,181,222) (96%, 71%, 87%)

RGB channels and saturation

R 245 of 255 = 96%
G 181 of 255 = 71%
B 222 of 255 = 87%

245
181
222

R + G + B ~ 85%. #F5B5DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 181 + 222 = 648 (100%)
R 245 of 648 ~ 37.81%
G 181 of 648 ~ 27.93%
B 222 of 648 ~ 34.26'%

%37.81
%27.93
%34.26

CMYK color model

#F5B5DE color CMYK value is (0,26,9,4).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 9.39%
  • key color value is 3.92%

CMYK: (0,26,9,4)
C0M26Y9K4 (0%, 26%, 9%, 4%)
(0.00 / 0.26 / 0.09 / 0.04)

CMYK percentages

%0
%26.12
%9.39
%3.92

Codes

Color #F5B5DE in popluar color models

F5 B5 DE
RGB 245 181 222
HSL 322° 76.19% 83.53%
HSB/HSV 322° 26.12% 96.08%
CMYK 0.00% 26.12% 9.39%
3.92%

Color #F5B5DE in popluar number systems.

HEX F5 B5 DE
Decimal 245 181 222
Binary 11110101 10110101 11011110
Octal 365 265 336

Shades and tints

Shades of #F5B5DE

#F5B5DE
(245,181,222)
#DFA5CA
(223,165,202)
#C995B6
(201,149,182)
#B385A2
(179,133,162)
#9D758E
(157,117,142)
#87657A
(135,101,122)
#715566
(113,85,102)
#5B4552
(91,69,82)
#45353E
(69,53,62)
#2F252A
(47,37,42)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #F5B5DE

#F5B5DE
(245,181,222)
#F5BBE1
(245,187,225)
#F5C1E4
(245,193,228)
#F5C7E7
(245,199,231)
#F5CDEA
(245,205,234)
#F5D3ED
(245,211,237)
#F5D9F0
(245,217,240)
#F5DFF3
(245,223,243)
#F5E5F6
(245,229,246)
#F5EBF9
(245,235,249)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B5DE color. Also use rgb(245,181,222) instead hex code.

Text Font Color

.myTextColor { color: #F5B5DE; }

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

This text font color is #F5B5DE.

Background Color

.myBgColor { background-color: #F5B5DE; }

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

This div background color is #F5B5DE.

Border color

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

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

This div border color is #F5B5DE.

Opacity

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

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

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

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

This text has shadow with #F5B5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B5DE.

Preview

Color preview on black background

This text has color #F5B5DE on black background.


Color preview on white background

This text has color #F5B5DE on white background.


Black color preview on #F5B5DE background

This text has black color on #F5B5DE background.


White color preview on #F5B5DE background

This text has white color on #F5B5DE background.


Related colors

Complementary color

Complementary color for #hex is #0A4A21.


I love getcolorcode.com

Triadic colors

1 #DEF5B5 and #B5DEF5 with #F5B5DE are triadic colors.

2 #DEB5F5 and #B5F5DE with #F5B5DE are triadic colors.