COLOR #F5B7E2

HEX: #F5B7E2 RGB: (245,183,226)

Color info

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

RGB color model

#F5B7E2 color RGB value is (245,183,226).

RGB: (245,183,226) (96%, 72%, 89%)

RGB channels and saturation

R 245 of 255 = 96%
G 183 of 255 = 72%
B 226 of 255 = 89%

245
183
226

R + G + B ~ 86%. #F5B7E2 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 183 + 226 = 654 (100%)
R 245 of 654 ~ 37.46%
G 183 of 654 ~ 27.98%
B 226 of 654 ~ 34.56'%

%37.46
%27.98
%34.56

CMYK color model

#F5B7E2 color CMYK value is (0,25,8,4).

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

CMYK: (0,25,8,4)
C0M25Y8K4 (0%, 25%, 8%, 4%)
(0.00 / 0.25 / 0.08 / 0.04)

CMYK percentages

%0
%25.31
%7.76
%3.92

Codes

Color #F5B7E2 in popluar color models

F5 B7 E2
RGB 245 183 226
HSL 318° 75.61% 83.92%
HSB/HSV 318° 25.31% 96.08%
CMYK 0.00% 25.31% 7.76%
3.92%

Color #F5B7E2 in popluar number systems.

HEX F5 B7 E2
Decimal 245 183 226
Binary 11110101 10110111 11100010
Octal 365 267 342

Shades and tints

Shades of #F5B7E2

#F5B7E2
(245,183,226)
#DFA7CE
(223,167,206)
#C997BA
(201,151,186)
#B387A6
(179,135,166)
#9D7792
(157,119,146)
#87677E
(135,103,126)
#71576A
(113,87,106)
#5B4756
(91,71,86)
#453742
(69,55,66)
#2F272E
(47,39,46)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #F5B7E2

#F5B7E2
(245,183,226)
#F5BDE4
(245,189,228)
#F5C3E6
(245,195,230)
#F5C9E8
(245,201,232)
#F5CFEA
(245,207,234)
#F5D5EC
(245,213,236)
#F5DBEE
(245,219,238)
#F5E1F0
(245,225,240)
#F5E7F2
(245,231,242)
#F5EDF4
(245,237,244)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B7E2; }

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

This text font color is #F5B7E2.

Background Color

.myBgColor { background-color: #F5B7E2; }

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

This div background color is #F5B7E2.

Border color

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

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

This div border color is #F5B7E2.

Opacity

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

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

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

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

This text has shadow with #F5B7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B7E2.

Preview

Color preview on black background

This text has color #F5B7E2 on black background.


Color preview on white background

This text has color #F5B7E2 on white background.


Black color preview on #F5B7E2 background

This text has black color on #F5B7E2 background.


White color preview on #F5B7E2 background

This text has white color on #F5B7E2 background.


Related colors

Complementary color

Complementary color for #hex is #0A481D.


I love getcolorcode.com

Triadic colors

1 #E2F5B7 and #B7E2F5 with #F5B7E2 are triadic colors.

2 #E2B7F5 and #B7F5E2 with #F5B7E2 are triadic colors.