COLOR #F6CBE1

HEX: #F6CBE1
RGB: (246,203,225)

Color info

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

RGB color model

#F6CBE1 color RGB value is (246,203,225).

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

RGB channels and saturation

R 246 of 255 = 96%
G 203 of 255 = 80%
B 225 of 255 = 88%

246
203
225

R + G + B ~ 88%. #F6CBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 203 + 225 = 674 (100%)
R 246 of 674 ~ 36.5%
G 203 of 674 ~ 30.12%
B 225 of 674 ~ 33.38%

%36.5
%30.12
%33.38

CMYK color model

#F6CBE1 color CMYK value is (0,17,9,4).

  • cyan value is 0.00%
  • magenta value is 17.48%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK:
(0,17,9,4)
C0M17Y9K4 
(0%,17%,9%,4%)
(0.00/0.17/0.09/0.04)	

CMYK percentages

%0
%17.48
%8.54
%3.53

Codes

Color #F6CBE1 in popluar color models

F6CBE1
RGB246203225
HSL329°70.49%88.04%
HSB/HSV329°17.48%96.47%
CMYK0.00%17.48%8.54%
3.53%

Color #F6CBE1 in popluar number systems.

HEXF6CBE1
Decimal246203225
Binary111101101100101111100001
Octal366313341

Shades and tints

Shades of #F6CBE1

#F6CBE1
(246,203,225)
#E0B9CD
(224,185,205)
#CAA7B9
(202,167,185)
#B495A5
(180,149,165)
#9E8391
(158,131,145)
#88717D
(136,113,125)
#725F69
(114,95,105)
#5C4D55
(92,77,85)
#463B41
(70,59,65)
#30292D
(48,41,45)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #F6CBE1

#F6CBE1
(246,203,225)
#F6CFE3
(246,207,227)
#F6D3E5
(246,211,229)
#F6D7E7
(246,215,231)
#F6DBE9
(246,219,233)
#F6DFEB
(246,223,235)
#F6E3ED
(246,227,237)
#F6E7EF
(246,231,239)
#F6EBF1
(246,235,241)
#F6EFF3
(246,239,243)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CBE1; }

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

This text font color is #F6CBE1.


Background Color

.myBgColor { background-color: #F6CBE1; }

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

This div background color is #F6CBE1.


Border color

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

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

This div border color is #F6CBE1.


Opacity

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

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

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

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

This text has shadow with #F6CBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CBE1 on black background.


Color preview on white background

This text has color #F6CBE1 on white background.



Black color preview on #F6CBE1 background

This text has black color on #F6CBE1 background.


White color preview on #F6CBE1 background

This text has white color on #F6CBE1 background.