COLOR #F5B7EF

HEX: #F5B7EF RGB: (245,183,239)

Color info

#F5B7EF contains mainly red and blue colors. Web safe color of #F5B7EF is #FFCCFF (or #FCF).

RGB color model

#F5B7EF color RGB value is (245,183,239).

RGB: (245,183,239) (96%, 72%, 94%)

RGB channels and saturation

R 245 of 255 = 96%
G 183 of 255 = 72%
B 239 of 255 = 94%

245
183
239

R + G + B ~ 87%. #F5B7EF is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 183 + 239 = 667 (100%)
R 245 of 667 ~ 36.73%
G 183 of 667 ~ 27.44%
B 239 of 667 ~ 35.83'%

%36.73
%27.44
%35.83

CMYK color model

#F5B7EF color CMYK value is (0,25,2,4).

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

CMYK: (0,25,2,4)
C0M25Y2K4 (0%, 25%, 2%, 4%)
(0.00 / 0.25 / 0.02 / 0.04)

CMYK percentages

%0
%25.31
%2.45
%3.92

Codes

Color #F5B7EF in popluar color models

F5 B7 EF
RGB 245 183 239
HSL 306° 75.61% 83.92%
HSB/HSV 306° 25.31% 96.08%
CMYK 0.00% 25.31% 2.45%
3.92%

Color #F5B7EF in popluar number systems.

HEX F5 B7 EF
Decimal 245 183 239
Binary 11110101 10110111 11101111
Octal 365 267 357

Shades and tints

Shades of #F5B7EF

#F5B7EF
(245,183,239)
#DFA7DA
(223,167,218)
#C997C5
(201,151,197)
#B387B0
(179,135,176)
#9D779B
(157,119,155)
#876786
(135,103,134)
#715771
(113,87,113)
#5B475C
(91,71,92)
#453747
(69,55,71)
#2F2732
(47,39,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #F5B7EF

#F5B7EF
(245,183,239)
#F5BDF0
(245,189,240)
#F5C3F1
(245,195,241)
#F5C9F2
(245,201,242)
#F5CFF3
(245,207,243)
#F5D5F4
(245,213,244)
#F5DBF5
(245,219,245)
#F5E1F6
(245,225,246)
#F5E7F7
(245,231,247)
#F5EDF8
(245,237,248)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B7EF; }

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

This text font color is #F5B7EF.

Background Color

.myBgColor { background-color: #F5B7EF; }

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

This div background color is #F5B7EF.

Border color

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

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

This div border color is #F5B7EF.

Opacity

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

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

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

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

This text has shadow with #F5B7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B7EF.

Preview

Color preview on black background

This text has color #F5B7EF on black background.


Color preview on white background

This text has color #F5B7EF on white background.


Black color preview on #F5B7EF background

This text has black color on #F5B7EF background.


White color preview on #F5B7EF background

This text has white color on #F5B7EF background.


Related colors

Complementary color

Complementary color for #hex is #0A4810.


I love getcolorcode.com

Triadic colors

1 #EFF5B7 and #B7EFF5 with #F5B7EF are triadic colors.

2 #EFB7F5 and #B7F5EF with #F5B7EF are triadic colors.