COLOR #F7BCED

HEX: #F7BCED RGB: (247,188,237)

Color info

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

RGB color model

#F7BCED color RGB value is (247,188,237).

RGB: (247,188,237) (97%, 74%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 188 of 255 = 74%
B 237 of 255 = 93%

247
188
237

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

Portions of RGB colors in percentages

R + G + B = 247 + 188 + 237 = 672 (100%)
R 247 of 672 ~ 36.76%
G 188 of 672 ~ 27.98%
B 237 of 672 ~ 35.27'%

%36.76
%27.98
%35.27

CMYK color model

#F7BCED color CMYK value is (0,24,4,3).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 4.05%
  • key color value is 3.14%

CMYK: (0,24,4,3)
C0M24Y4K3 (0%, 24%, 4%, 3%)
(0.00 / 0.24 / 0.04 / 0.03)

CMYK percentages

%0
%23.89
%4.05
%3.14

Codes

Color #F7BCED in popluar color models

F7 BC ED
RGB 247 188 237
HSL 310° 78.67% 85.29%
HSB/HSV 310° 23.89% 96.86%
CMYK 0.00% 23.89% 4.05%
3.14%

Color #F7BCED in popluar number systems.

HEX F7 BC ED
Decimal 247 188 237
Binary 11110111 10111100 11101101
Octal 367 274 355

Shades and tints

Shades of #F7BCED

#F7BCED
(247,188,237)
#E1ABD8
(225,171,216)
#CB9AC3
(203,154,195)
#B589AE
(181,137,174)
#9F7899
(159,120,153)
#896784
(137,103,132)
#73566F
(115,86,111)
#5D455A
(93,69,90)
#473445
(71,52,69)
#312330
(49,35,48)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #F7BCED

#F7BCED
(247,188,237)
#F7C2EE
(247,194,238)
#F7C8EF
(247,200,239)
#F7CEF0
(247,206,240)
#F7D4F1
(247,212,241)
#F7DAF2
(247,218,242)
#F7E0F3
(247,224,243)
#F7E6F4
(247,230,244)
#F7ECF5
(247,236,245)
#F7F2F6
(247,242,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BCED color. Also use rgb(247,188,237) instead hex code.

Text Font Color

.myTextColor { color: #F7BCED; }

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

This text font color is #F7BCED.

Background Color

.myBgColor { background-color: #F7BCED; }

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

This div background color is #F7BCED.

Border color

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

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

This div border color is #F7BCED.

Opacity

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

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

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

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

This text has shadow with #F7BCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BCED.

Preview

Color preview on black background

This text has color #F7BCED on black background.


Color preview on white background

This text has color #F7BCED on white background.


Black color preview on #F7BCED background

This text has black color on #F7BCED background.


White color preview on #F7BCED background

This text has white color on #F7BCED background.


Related colors

Complementary color

Complementary color for #hex is #084312.


I love getcolorcode.com

Triadic colors

1 #EDF7BC and #BCEDF7 with #F7BCED are triadic colors.

2 #EDBCF7 and #BCF7ED with #F7BCED are triadic colors.