COLOR #F6BFCD

HEX: #F6BFCD
RGB: (246,191,205)

Color info

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

RGB color model

#F6BFCD color RGB value is (246,191,205).

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

RGB channels and saturation

R 246 of 255 = 96%
G 191 of 255 = 75%
B 205 of 255 = 80%

246
191
205

R + G + B ~ 84%. #F6BFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 191 + 205 = 642 (100%)
R 246 of 642 ~ 38.32%
G 191 of 642 ~ 29.75%
B 205 of 642 ~ 31.93%

%38.32
%29.75
%31.93

CMYK color model

#F6BFCD color CMYK value is (0,22,17,4).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(0,22,17,4)
C0M22Y17K4 
(0%,22%,17%,4%)
(0.00/0.22/0.17/0.04)	

CMYK percentages

%0
%22.36
%16.67
%3.53

Codes

Color #F6BFCD in popluar color models

F6BFCD
RGB246191205
HSL345°75.34%85.69%
HSB/HSV345°22.36%96.47%
CMYK0.00%22.36%16.67%
3.53%

Color #F6BFCD in popluar number systems.

HEXF6BFCD
Decimal246191205
Binary111101101011111111001101
Octal366277315

Shades and tints

Shades of #F6BFCD

#F6BFCD
(246,191,205)
#E0AEBB
(224,174,187)
#CA9DA9
(202,157,169)
#B48C97
(180,140,151)
#9E7B85
(158,123,133)
#886A73
(136,106,115)
#725961
(114,89,97)
#5C484F
(92,72,79)
#46373D
(70,55,61)
#30262B
(48,38,43)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #F6BFCD

#F6BFCD
(246,191,205)
#F6C4D1
(246,196,209)
#F6C9D5
(246,201,213)
#F6CED9
(246,206,217)
#F6D3DD
(246,211,221)
#F6D8E1
(246,216,225)
#F6DDE5
(246,221,229)
#F6E2E9
(246,226,233)
#F6E7ED
(246,231,237)
#F6ECF1
(246,236,241)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BFCD; }

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

This text font color is #F6BFCD.


Background Color

.myBgColor { background-color: #F6BFCD; }

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

This div background color is #F6BFCD.


Border color

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

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

This div border color is #F6BFCD.


Opacity

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

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

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

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

This text has shadow with #F6BFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BFCD on black background.


Color preview on white background

This text has color #F6BFCD on white background.



Black color preview on #F6BFCD background

This text has black color on #F6BFCD background.


White color preview on #F6BFCD background

This text has white color on #F6BFCD background.