COLOR #F7C4BE

HEX: #F7C4BE RGB: (247,196,190)

Color info

#F7C4BE contains red, green and blue colors in about the same proportion. Web safe color of #F7C4BE is #FFCCCC (or #FCC).

RGB color model

#F7C4BE color RGB value is (247,196,190).

RGB: (247,196,190) (97%, 77%, 75%)

RGB channels and saturation

R 247 of 255 = 97%
G 196 of 255 = 77%
B 190 of 255 = 75%

247
196
190

R + G + B ~ 83%. #F7C4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 196 + 190 = 633 (100%)
R 247 of 633 ~ 39.02%
G 196 of 633 ~ 30.96%
B 190 of 633 ~ 30.02'%

%39.02
%30.96
%30.02

CMYK color model

#F7C4BE color CMYK value is (0,21,23,3).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 23.08%
  • key color value is 3.14%
CMYK: (0,21,23,3) C0M21Y23K3 (0%,21%,23%,3%) (0.00/0.21/0.23/0.03) 

CMYK percentages

%0
%20.65
%23.08
%3.14

Codes

Color #F7C4BE in popluar color models

F7 C4 BE
RGB 247 196 190
HSL 78.08% 85.69%
HSB/HSV 23.08% 96.86%
CMYK 0.00% 20.65% 23.08%
3.14%

Color #F7C4BE in popluar number systems.

HEX F7 C4 BE
Decimal 247 196 190
Binary 11110111 11000100 10111110
Octal 367 304 276

Shades and tints

Shades of #F7C4BE

#F7C4BE
(247,196,190)
#E1B3AD
(225,179,173)
#CBA29C
(203,162,156)
#B5918B
(181,145,139)
#9F807A
(159,128,122)
#896F69
(137,111,105)
#735E58
(115,94,88)
#5D4D47
(93,77,71)
#473C36
(71,60,54)
#312B25
(49,43,37)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #F7C4BE

#F7C4BE
(247,196,190)
#F7C9C3
(247,201,195)
#F7CEC8
(247,206,200)
#F7D3CD
(247,211,205)
#F7D8D2
(247,216,210)
#F7DDD7
(247,221,215)
#F7E2DC
(247,226,220)
#F7E7E1
(247,231,225)
#F7ECE6
(247,236,230)
#F7F1EB
(247,241,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C4BE; }

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

This text font color is #F7C4BE.

Background Color

.myBgColor { background-color: #F7C4BE; }

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

This div background color is #F7C4BE.

Border color

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

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

This div border color is #F7C4BE.

Opacity

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

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

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

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

This text has shadow with #F7C4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C4BE.

Preview

Color preview on black background

This text has color #F7C4BE on black background.


Color preview on white background

This text has color #F7C4BE on white background.


Black color preview on #F7C4BE background

This text has black color on #F7C4BE background.


White color preview on #F7C4BE background

This text has white color on #F7C4BE background.


Related colors

Complementary color

Complementary color for #hex is #083B41.


I love getcolorcode.com

Triadic colors

1 #BEF7C4 and #C4BEF7 with #F7C4BE are triadic colors.

2 #BEC4F7 and #C4F7BE with #F7C4BE are triadic colors.