COLOR #F6BDCD

HEX: #F6BDCD
RGB: (246,189,205)

Color info

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

RGB color model

#F6BDCD color RGB value is (246,189,205).

  • red value is 246;
  • green value is 189;
  • blue value is 205.
RGB:
(246,189,205)
(96%,74%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 189 of 255 = 74%
B 205 of 255 = 80%

246
189
205

R + G + B ~ 83%. #F6BDCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 189 + 205 = 640 (100%)
R 246 of 640 ~ 38.44%
G 189 of 640 ~ 29.53%
B 205 of 640 ~ 32.03%

%38.44
%29.53
%32.03

CMYK color model

#F6BDCD color CMYK value is (0,23,17,4).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(0,23,17,4)
C0M23Y17K4 
(0%,23%,17%,4%)
(0.00/0.23/0.17/0.04)	

CMYK percentages

%0
%23.17
%16.67
%3.53

Codes

Color #F6BDCD in popluar color models

F6BDCD
RGB246189205
HSL343°76.00%85.29%
HSB/HSV343°23.17%96.47%
CMYK0.00%23.17%16.67%
3.53%

Color #F6BDCD in popluar number systems.

HEXF6BDCD
Decimal246189205
Binary111101101011110111001101
Octal366275315

Shades and tints

Shades of #F6BDCD

#F6BDCD
(246,189,205)
#E0ACBB
(224,172,187)
#CA9BA9
(202,155,169)
#B48A97
(180,138,151)
#9E7985
(158,121,133)
#886873
(136,104,115)
#725761
(114,87,97)
#5C464F
(92,70,79)
#46353D
(70,53,61)
#30242B
(48,36,43)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #F6BDCD

#F6BDCD
(246,189,205)
#F6C3D1
(246,195,209)
#F6C9D5
(246,201,213)
#F6CFD9
(246,207,217)
#F6D5DD
(246,213,221)
#F6DBE1
(246,219,225)
#F6E1E5
(246,225,229)
#F6E7E9
(246,231,233)
#F6EDED
(246,237,237)
#F6F3F1
(246,243,241)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BDCD color. Also use rgb(246,189,205) instead hex code.

Text Font Color

.myTextColor { color: #F6BDCD; }

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

This text font color is #F6BDCD.


Background Color

.myBgColor { background-color: #F6BDCD; }

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

This div background color is #F6BDCD.


Border color

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

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

This div border color is #F6BDCD.


Opacity

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

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

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

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

This text has shadow with #F6BDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BDCD on black background.


Color preview on white background

This text has color #F6BDCD on white background.



Black color preview on #F6BDCD background

This text has black color on #F6BDCD background.


White color preview on #F6BDCD background

This text has white color on #F6BDCD background.