COLOR #F7CEC6

HEX: #F7CEC6 RGB: (247,206,198)

Color info

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

RGB color model

#F7CEC6 color RGB value is (247,206,198).

RGB: (247,206,198) (97%, 81%, 78%)

RGB channels and saturation

R 247 of 255 = 97%
G 206 of 255 = 81%
B 198 of 255 = 78%

247
206
198

R + G + B ~ 85%. #F7CEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 206 + 198 = 651 (100%)
R 247 of 651 ~ 37.94%
G 206 of 651 ~ 31.64%
B 198 of 651 ~ 30.41'%

%37.94
%31.64
%30.41

CMYK color model

#F7CEC6 color CMYK value is (0,17,20,3).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 19.84%
  • key color value is 3.14%

CMYK: (0,17,20,3)
C0M17Y20K3 (0%, 17%, 20%, 3%)
(0.00 / 0.17 / 0.20 / 0.03)

CMYK percentages

%0
%16.6
%19.84
%3.14

Codes

Color #F7CEC6 in popluar color models

F7 CE C6
RGB 247 206 198
HSL 10° 75.38% 87.25%
HSB/HSV 10° 19.84% 96.86%
CMYK 0.00% 16.60% 19.84%
3.14%

Color #F7CEC6 in popluar number systems.

HEX F7 CE C6
Decimal 247 206 198
Binary 11110111 11001110 11000110
Octal 367 316 306

Shades and tints

Shades of #F7CEC6

#F7CEC6
(247,206,198)
#E1BCB4
(225,188,180)
#CBAAA2
(203,170,162)
#B59890
(181,152,144)
#9F867E
(159,134,126)
#89746C
(137,116,108)
#73625A
(115,98,90)
#5D5048
(93,80,72)
#473E36
(71,62,54)
#312C24
(49,44,36)
#1B1A12
(27,26,18)
#000000
(0,0,0)

Tints of #F7CEC6

#F7CEC6
(247,206,198)
#F7D2CB
(247,210,203)
#F7D6D0
(247,214,208)
#F7DAD5
(247,218,213)
#F7DEDA
(247,222,218)
#F7E2DF
(247,226,223)
#F7E6E4
(247,230,228)
#F7EAE9
(247,234,233)
#F7EEEE
(247,238,238)
#F7F2F3
(247,242,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CEC6 color. Also use rgb(247,206,198) instead hex code.

Text Font Color

.myTextColor { color: #F7CEC6; }

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

This text font color is #F7CEC6.

Background Color

.myBgColor { background-color: #F7CEC6; }

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

This div background color is #F7CEC6.

Border color

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

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

This div border color is #F7CEC6.

Opacity

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

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

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

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

This text has shadow with #F7CEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CEC6.

Preview

Color preview on black background

This text has color #F7CEC6 on black background.


Color preview on white background

This text has color #F7CEC6 on white background.


Black color preview on #F7CEC6 background

This text has black color on #F7CEC6 background.


White color preview on #F7CEC6 background

This text has white color on #F7CEC6 background.


Related colors

Complementary color

Complementary color for #hex is #083139.


I love getcolorcode.com

Triadic colors

1 #C6F7CE and #CEC6F7 with #F7CEC6 are triadic colors.

2 #C6CEF7 and #CEF7C6 with #F7CEC6 are triadic colors.