COLOR #F6CBCE

HEX: #F6CBCE
RGB: (246,203,206)

Color info

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

RGB color model

#F6CBCE color RGB value is (246,203,206).

  • red value is 246;
  • green value is 203;
  • blue value is 206.
RGB:
(246,203,206)
(96%,80%,81%)

RGB channels and saturation

R 246 of 255 = 96%
G 203 of 255 = 80%
B 206 of 255 = 81%

246
203
206

R + G + B ~ 86%. #F6CBCE is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 203 + 206 = 655 (100%)
R 246 of 655 ~ 37.56%
G 203 of 655 ~ 30.99%
B 206 of 655 ~ 31.45%

%37.56
%30.99
%31.45

CMYK color model

#F6CBCE color CMYK value is (0,17,16,4).

  • cyan value is 0.00%
  • magenta value is 17.48%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(0,17,16,4)
C0M17Y16K4 
(0%,17%,16%,4%)
(0.00/0.17/0.16/0.04)	

CMYK percentages

%0
%17.48
%16.26
%3.53

Codes

Color #F6CBCE in popluar color models

F6CBCE
RGB246203206
HSL356°70.49%88.04%
HSB/HSV356°17.48%96.47%
CMYK0.00%17.48%16.26%
3.53%

Color #F6CBCE in popluar number systems.

HEXF6CBCE
Decimal246203206
Binary111101101100101111001110
Octal366313316

Shades and tints

Shades of #F6CBCE

#F6CBCE
(246,203,206)
#E0B9BC
(224,185,188)
#CAA7AA
(202,167,170)
#B49598
(180,149,152)
#9E8386
(158,131,134)
#887174
(136,113,116)
#725F62
(114,95,98)
#5C4D50
(92,77,80)
#463B3E
(70,59,62)
#30292C
(48,41,44)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #F6CBCE

#F6CBCE
(246,203,206)
#F6CFD2
(246,207,210)
#F6D3D6
(246,211,214)
#F6D7DA
(246,215,218)
#F6DBDE
(246,219,222)
#F6DFE2
(246,223,226)
#F6E3E6
(246,227,230)
#F6E7EA
(246,231,234)
#F6EBEE
(246,235,238)
#F6EFF2
(246,239,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CBCE color. Also use rgb(246,203,206) instead hex code.

Text Font Color

.myTextColor { color: #F6CBCE; }

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

This text font color is #F6CBCE.


Background Color

.myBgColor { background-color: #F6CBCE; }

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

This div background color is #F6CBCE.


Border color

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

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

This div border color is #F6CBCE.


Opacity

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

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

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

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

This text has shadow with #F6CBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CBCE on black background.


Color preview on white background

This text has color #F6CBCE on white background.



Black color preview on #F6CBCE background

This text has black color on #F6CBCE background.


White color preview on #F6CBCE background

This text has white color on #F6CBCE background.