COLOR #F5B7F2

HEX: #F5B7F2 RGB: (245,183,242)

Color info

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

RGB color model

#F5B7F2 color RGB value is (245,183,242).

RGB: (245,183,242) (96%, 72%, 95%)

RGB channels and saturation

R 245 of 255 = 96%
G 183 of 255 = 72%
B 242 of 255 = 95%

245
183
242

R + G + B ~ 88%. #F5B7F2 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 183 + 242 = 670 (100%)
R 245 of 670 ~ 36.57%
G 183 of 670 ~ 27.31%
B 242 of 670 ~ 36.12'%

%36.57
%27.31
%36.12

CMYK color model

#F5B7F2 color CMYK value is (0,25,1,4).

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

CMYK: (0,25,1,4)
C0M25Y1K4 (0%, 25%, 1%, 4%)
(0.00 / 0.25 / 0.01 / 0.04)

CMYK percentages

%0
%25.31
%1.22
%3.92

Codes

Color #F5B7F2 in popluar color models

F5 B7 F2
RGB 245 183 242
HSL 303° 75.61% 83.92%
HSB/HSV 303° 25.31% 96.08%
CMYK 0.00% 25.31% 1.22%
3.92%

Color #F5B7F2 in popluar number systems.

HEX F5 B7 F2
Decimal 245 183 242
Binary 11110101 10110111 11110010
Octal 365 267 362

Shades and tints

Shades of #F5B7F2

#F5B7F2
(245,183,242)
#DFA7DC
(223,167,220)
#C997C6
(201,151,198)
#B387B0
(179,135,176)
#9D779A
(157,119,154)
#876784
(135,103,132)
#71576E
(113,87,110)
#5B4758
(91,71,88)
#453742
(69,55,66)
#2F272C
(47,39,44)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #F5B7F2

#F5B7F2
(245,183,242)
#F5BDF3
(245,189,243)
#F5C3F4
(245,195,244)
#F5C9F5
(245,201,245)
#F5CFF6
(245,207,246)
#F5D5F7
(245,213,247)
#F5DBF8
(245,219,248)
#F5E1F9
(245,225,249)
#F5E7FA
(245,231,250)
#F5EDFB
(245,237,251)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B7F2; }

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

This text font color is #F5B7F2.

Background Color

.myBgColor { background-color: #F5B7F2; }

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

This div background color is #F5B7F2.

Border color

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

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

This div border color is #F5B7F2.

Opacity

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

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

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

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

This text has shadow with #F5B7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B7F2.

Preview

Color preview on black background

This text has color #F5B7F2 on black background.


Color preview on white background

This text has color #F5B7F2 on white background.


Black color preview on #F5B7F2 background

This text has black color on #F5B7F2 background.


White color preview on #F5B7F2 background

This text has white color on #F5B7F2 background.


Related colors

Complementary color

Complementary color for #hex is #0A480D.


I love getcolorcode.com

Triadic colors

1 #F2F5B7 and #B7F2F5 with #F5B7F2 are triadic colors.

2 #F2B7F5 and #B7F5F2 with #F5B7F2 are triadic colors.