COLOR #F7BDF5

HEX: #F7BDF5 RGB: (247,189,245)

Color info

#F7BDF5 contains red, green and blue colors in about the same proportion. Web safe color of #F7BDF5 is #FFCCFF (or #FCF).

RGB color model

#F7BDF5 color RGB value is (247,189,245).

RGB: (247,189,245) (97%, 74%, 96%)

RGB channels and saturation

R 247 of 255 = 97%
G 189 of 255 = 74%
B 245 of 255 = 96%

247
189
245

R + G + B ~ 89%. #F7BDF5 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 189 + 245 = 681 (100%)
R 247 of 681 ~ 36.27%
G 189 of 681 ~ 27.75%
B 245 of 681 ~ 35.98'%

%36.27
%27.75
%35.98

CMYK color model

#F7BDF5 color CMYK value is (0,23,1,3).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 0.81%
  • key color value is 3.14%

CMYK: (0,23,1,3)
C0M23Y1K3 (0%, 23%, 1%, 3%)
(0.00 / 0.23 / 0.01 / 0.03)

CMYK percentages

%0
%23.48
%0.81
%3.14

Codes

Color #F7BDF5 in popluar color models

F7 BD F5
RGB 247 189 245
HSL 302° 78.38% 85.49%
HSB/HSV 302° 23.48% 96.86%
CMYK 0.00% 23.48% 0.81%
3.14%

Color #F7BDF5 in popluar number systems.

HEX F7 BD F5
Decimal 247 189 245
Binary 11110111 10111101 11110101
Octal 367 275 365

Shades and tints

Shades of #F7BDF5

#F7BDF5
(247,189,245)
#E1ACDF
(225,172,223)
#CB9BC9
(203,155,201)
#B58AB3
(181,138,179)
#9F799D
(159,121,157)
#896887
(137,104,135)
#735771
(115,87,113)
#5D465B
(93,70,91)
#473545
(71,53,69)
#31242F
(49,36,47)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #F7BDF5

#F7BDF5
(247,189,245)
#F7C3F5
(247,195,245)
#F7C9F5
(247,201,245)
#F7CFF5
(247,207,245)
#F7D5F5
(247,213,245)
#F7DBF5
(247,219,245)
#F7E1F5
(247,225,245)
#F7E7F5
(247,231,245)
#F7EDF5
(247,237,245)
#F7F3F5
(247,243,245)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BDF5 color. Also use rgb(247,189,245) instead hex code.

Text Font Color

.myTextColor { color: #F7BDF5; }

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

This text font color is #F7BDF5.

Background Color

.myBgColor { background-color: #F7BDF5; }

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

This div background color is #F7BDF5.

Border color

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

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

This div border color is #F7BDF5.

Opacity

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

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

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

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

This text has shadow with #F7BDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BDF5.

Preview

Color preview on black background

This text has color #F7BDF5 on black background.


Color preview on white background

This text has color #F7BDF5 on white background.


Black color preview on #F7BDF5 background

This text has black color on #F7BDF5 background.


White color preview on #F7BDF5 background

This text has white color on #F7BDF5 background.


Related colors

Complementary color

Complementary color for #hex is #08420A.


I love getcolorcode.com

Triadic colors

1 #F5F7BD and #BDF5F7 with #F7BDF5 are triadic colors.

2 #F5BDF7 and #BDF7F5 with #F7BDF5 are triadic colors.