COLOR #F3CFC6

HEX: #F3CFC6 RGB: (243,207,198)

Color info

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

RGB color model

#F3CFC6 color RGB value is (243,207,198).

RGB: (243,207,198) (95%, 81%, 78%)

RGB channels and saturation

R 243 of 255 = 95%
G 207 of 255 = 81%
B 198 of 255 = 78%

243
207
198

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

Portions of RGB colors in percentages

R + G + B = 243 + 207 + 198 = 648 (100%)
R 243 of 648 ~ 37.5%
G 207 of 648 ~ 31.94%
B 198 of 648 ~ 30.56'%

%37.5
%31.94
%30.56

CMYK color model

#F3CFC6 color CMYK value is (0,15,19,5).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 18.52%
  • key color value is 4.71%

CMYK: (0,15,19,5)
C0M15Y19K5 (0%, 15%, 19%, 5%)
(0.00 / 0.15 / 0.19 / 0.05)

CMYK percentages

%0
%14.81
%18.52
%4.71

Codes

Color #F3CFC6 in popluar color models

F3 CF C6
RGB 243 207 198
HSL 12° 65.22% 86.47%
HSB/HSV 12° 18.52% 95.29%
CMYK 0.00% 14.81% 18.52%
4.71%

Color #F3CFC6 in popluar number systems.

HEX F3 CF C6
Decimal 243 207 198
Binary 11110011 11001111 11000110
Octal 363 317 306

Shades and tints

Shades of #F3CFC6

#F3CFC6
(243,207,198)
#DDBDB4
(221,189,180)
#C7ABA2
(199,171,162)
#B19990
(177,153,144)
#9B877E
(155,135,126)
#85756C
(133,117,108)
#6F635A
(111,99,90)
#595148
(89,81,72)
#433F36
(67,63,54)
#2D2D24
(45,45,36)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #F3CFC6

#F3CFC6
(243,207,198)
#F4D3CB
(244,211,203)
#F5D7D0
(245,215,208)
#F6DBD5
(246,219,213)
#F7DFDA
(247,223,218)
#F8E3DF
(248,227,223)
#F9E7E4
(249,231,228)
#FAEBE9
(250,235,233)
#FBEFEE
(251,239,238)
#FCF3F3
(252,243,243)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CFC6 color. Also use rgb(243,207,198) instead hex code.

Text Font Color

.myTextColor { color: #F3CFC6; }

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

This text font color is #F3CFC6.

Background Color

.myBgColor { background-color: #F3CFC6; }

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

This div background color is #F3CFC6.

Border color

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

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

This div border color is #F3CFC6.

Opacity

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

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

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

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

This text has shadow with #F3CFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CFC6.

Preview

Color preview on black background

This text has color #F3CFC6 on black background.


Color preview on white background

This text has color #F3CFC6 on white background.


Black color preview on #F3CFC6 background

This text has black color on #F3CFC6 background.


White color preview on #F3CFC6 background

This text has white color on #F3CFC6 background.


Related colors

Complementary color

Complementary color for #hex is #0C3039.


I love getcolorcode.com

Triadic colors

1 #C6F3CF and #CFC6F3 with #F3CFC6 are triadic colors.

2 #C6CFF3 and #CFF3C6 with #F3CFC6 are triadic colors.