COLOR #F6B5CB

HEX: #F6B5CB
RGB: (246,181,203)

Color info

#F6B5CB contains mainly red and blue colors. Web safe color of #F6B5CB is #FFCCCC (or #FCC).

RGB color model

#F6B5CB color RGB value is (246,181,203).

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

RGB channels and saturation

R 246 of 255 = 96%
G 181 of 255 = 71%
B 203 of 255 = 80%

246
181
203

R + G + B ~ 82%. #F6B5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 181 + 203 = 630 (100%)
R 246 of 630 ~ 39.05%
G 181 of 630 ~ 28.73%
B 203 of 630 ~ 32.22%

%39.05
%28.73
%32.22

CMYK color model

#F6B5CB color CMYK value is (0,26,17,4).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(0,26,17,4)
C0M26Y17K4 
(0%,26%,17%,4%)
(0.00/0.26/0.17/0.04)	

CMYK percentages

%0
%26.42
%17.48
%3.53

Codes

Color #F6B5CB in popluar color models

F6B5CB
RGB246181203
HSL340°78.31%83.73%
HSB/HSV340°26.42%96.47%
CMYK0.00%26.42%17.48%
3.53%

Color #F6B5CB in popluar number systems.

HEXF6B5CB
Decimal246181203
Binary111101101011010111001011
Octal366265313

Shades and tints

Shades of #F6B5CB

#F6B5CB
(246,181,203)
#E0A5B9
(224,165,185)
#CA95A7
(202,149,167)
#B48595
(180,133,149)
#9E7583
(158,117,131)
#886571
(136,101,113)
#72555F
(114,85,95)
#5C454D
(92,69,77)
#46353B
(70,53,59)
#302529
(48,37,41)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #F6B5CB

#F6B5CB
(246,181,203)
#F6BBCF
(246,187,207)
#F6C1D3
(246,193,211)
#F6C7D7
(246,199,215)
#F6CDDB
(246,205,219)
#F6D3DF
(246,211,223)
#F6D9E3
(246,217,227)
#F6DFE7
(246,223,231)
#F6E5EB
(246,229,235)
#F6EBEF
(246,235,239)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B5CB; }

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

This text font color is #F6B5CB.


Background Color

.myBgColor { background-color: #F6B5CB; }

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

This div background color is #F6B5CB.


Border color

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

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

This div border color is #F6B5CB.


Opacity

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

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

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

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

This text has shadow with #F6B5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B5CB on black background.


Color preview on white background

This text has color #F6B5CB on white background.



Black color preview on #F6B5CB background

This text has black color on #F6B5CB background.


White color preview on #F6B5CB background

This text has white color on #F6B5CB background.