COLOR #F7BEBA

HEX: #F7BEBA RGB: (247,190,186)

Color info

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

RGB color model

#F7BEBA color RGB value is (247,190,186).

RGB: (247,190,186) (97%, 75%, 73%)

RGB channels and saturation

R 247 of 255 = 97%
G 190 of 255 = 75%
B 186 of 255 = 73%

247
190
186

R + G + B ~ 82%. #F7BEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 190 + 186 = 623 (100%)
R 247 of 623 ~ 39.65%
G 190 of 623 ~ 30.5%
B 186 of 623 ~ 29.86'%

%39.65
%30.5
%29.86

CMYK color model

#F7BEBA color CMYK value is (0,23,25,3).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 24.70%
  • key color value is 3.14%

CMYK: (0,23,25,3)
C0M23Y25K3 (0%, 23%, 25%, 3%)
(0.00 / 0.23 / 0.25 / 0.03)

CMYK percentages

%0
%23.08
%24.7
%3.14

Codes

Color #F7BEBA in popluar color models

F7 BE BA
RGB 247 190 186
HSL 79.22% 84.90%
HSB/HSV 24.70% 96.86%
CMYK 0.00% 23.08% 24.70%
3.14%

Color #F7BEBA in popluar number systems.

HEX F7 BE BA
Decimal 247 190 186
Binary 11110111 10111110 10111010
Octal 367 276 272

Shades and tints

Shades of #F7BEBA

#F7BEBA
(247,190,186)
#E1ADAA
(225,173,170)
#CB9C9A
(203,156,154)
#B58B8A
(181,139,138)
#9F7A7A
(159,122,122)
#89696A
(137,105,106)
#73585A
(115,88,90)
#5D474A
(93,71,74)
#47363A
(71,54,58)
#31252A
(49,37,42)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #F7BEBA

#F7BEBA
(247,190,186)
#F7C3C0
(247,195,192)
#F7C8C6
(247,200,198)
#F7CDCC
(247,205,204)
#F7D2D2
(247,210,210)
#F7D7D8
(247,215,216)
#F7DCDE
(247,220,222)
#F7E1E4
(247,225,228)
#F7E6EA
(247,230,234)
#F7EBF0
(247,235,240)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BEBA color. Also use rgb(247,190,186) instead hex code.

Text Font Color

.myTextColor { color: #F7BEBA; }

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

This text font color is #F7BEBA.

Background Color

.myBgColor { background-color: #F7BEBA; }

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

This div background color is #F7BEBA.

Border color

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

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

This div border color is #F7BEBA.

Opacity

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

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

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

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

This text has shadow with #F7BEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BEBA.

Preview

Color preview on black background

This text has color #F7BEBA on black background.


Color preview on white background

This text has color #F7BEBA on white background.


Black color preview on #F7BEBA background

This text has black color on #F7BEBA background.


White color preview on #F7BEBA background

This text has white color on #F7BEBA background.


Related colors

Complementary color

Complementary color for #hex is #084145.


I love getcolorcode.com

Triadic colors

1 #BAF7BE and #BEBAF7 with #F7BEBA are triadic colors.

2 #BABEF7 and #BEF7BA with #F7BEBA are triadic colors.