COLOR #F5B7DE

HEX: #F5B7DE RGB: (245,183,222)

Color info

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

RGB color model

#F5B7DE color RGB value is (245,183,222).

RGB: (245,183,222) (96%, 72%, 87%)

RGB channels and saturation

R 245 of 255 = 96%
G 183 of 255 = 72%
B 222 of 255 = 87%

245
183
222

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

Portions of RGB colors in percentages

R + G + B = 245 + 183 + 222 = 650 (100%)
R 245 of 650 ~ 37.69%
G 183 of 650 ~ 28.15%
B 222 of 650 ~ 34.15'%

%37.69
%28.15
%34.15

CMYK color model

#F5B7DE color CMYK value is (0,25,9,4).

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

CMYK: (0,25,9,4)
C0M25Y9K4 (0%, 25%, 9%, 4%)
(0.00 / 0.25 / 0.09 / 0.04)

CMYK percentages

%0
%25.31
%9.39
%3.92

Codes

Color #F5B7DE in popluar color models

F5 B7 DE
RGB 245 183 222
HSL 322° 75.61% 83.92%
HSB/HSV 322° 25.31% 96.08%
CMYK 0.00% 25.31% 9.39%
3.92%

Color #F5B7DE in popluar number systems.

HEX F5 B7 DE
Decimal 245 183 222
Binary 11110101 10110111 11011110
Octal 365 267 336

Shades and tints

Shades of #F5B7DE

#F5B7DE
(245,183,222)
#DFA7CA
(223,167,202)
#C997B6
(201,151,182)
#B387A2
(179,135,162)
#9D778E
(157,119,142)
#87677A
(135,103,122)
#715766
(113,87,102)
#5B4752
(91,71,82)
#45373E
(69,55,62)
#2F272A
(47,39,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #F5B7DE

#F5B7DE
(245,183,222)
#F5BDE1
(245,189,225)
#F5C3E4
(245,195,228)
#F5C9E7
(245,201,231)
#F5CFEA
(245,207,234)
#F5D5ED
(245,213,237)
#F5DBF0
(245,219,240)
#F5E1F3
(245,225,243)
#F5E7F6
(245,231,246)
#F5EDF9
(245,237,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B7DE; }

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

This text font color is #F5B7DE.

Background Color

.myBgColor { background-color: #F5B7DE; }

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

This div background color is #F5B7DE.

Border color

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

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

This div border color is #F5B7DE.

Opacity

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

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

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

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

This text has shadow with #F5B7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B7DE.

Preview

Color preview on black background

This text has color #F5B7DE on black background.


Color preview on white background

This text has color #F5B7DE on white background.


Black color preview on #F5B7DE background

This text has black color on #F5B7DE background.


White color preview on #F5B7DE background

This text has white color on #F5B7DE background.


Related colors

Complementary color

Complementary color for #hex is #0A4821.


I love getcolorcode.com

Triadic colors

1 #DEF5B7 and #B7DEF5 with #F5B7DE are triadic colors.

2 #DEB7F5 and #B7F5DE with #F5B7DE are triadic colors.