COLOR #F6B8CB

HEX: #F6B8CB
RGB: (246,184,203)

Color info

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

RGB color model

#F6B8CB color RGB value is (246,184,203).

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

RGB channels and saturation

R 246 of 255 = 96%
G 184 of 255 = 72%
B 203 of 255 = 80%

246
184
203

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

Portions of RGB colors in percentages

R + G + B =
246 + 184 + 203 = 633 (100%)
R 246 of 633 ~ 38.86%
G 184 of 633 ~ 29.07%
B 203 of 633 ~ 32.07%

%38.86
%29.07
%32.07

CMYK color model

#F6B8CB color CMYK value is (0,25,17,4).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(0,25,17,4)
C0M25Y17K4 
(0%,25%,17%,4%)
(0.00/0.25/0.17/0.04)	

CMYK percentages

%0
%25.2
%17.48
%3.53

Codes

Color #F6B8CB in popluar color models

F6B8CB
RGB246184203
HSL342°77.50%84.31%
HSB/HSV342°25.20%96.47%
CMYK0.00%25.20%17.48%
3.53%

Color #F6B8CB in popluar number systems.

HEXF6B8CB
Decimal246184203
Binary111101101011100011001011
Octal366270313

Shades and tints

Shades of #F6B8CB

#F6B8CB
(246,184,203)
#E0A8B9
(224,168,185)
#CA98A7
(202,152,167)
#B48895
(180,136,149)
#9E7883
(158,120,131)
#886871
(136,104,113)
#72585F
(114,88,95)
#5C484D
(92,72,77)
#46383B
(70,56,59)
#302829
(48,40,41)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #F6B8CB

#F6B8CB
(246,184,203)
#F6BECF
(246,190,207)
#F6C4D3
(246,196,211)
#F6CAD7
(246,202,215)
#F6D0DB
(246,208,219)
#F6D6DF
(246,214,223)
#F6DCE3
(246,220,227)
#F6E2E7
(246,226,231)
#F6E8EB
(246,232,235)
#F6EEEF
(246,238,239)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B8CB; }

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

This text font color is #F6B8CB.


Background Color

.myBgColor { background-color: #F6B8CB; }

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

This div background color is #F6B8CB.


Border color

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

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

This div border color is #F6B8CB.


Opacity

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

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

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

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

This text has shadow with #F6B8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B8CB on black background.


Color preview on white background

This text has color #F6B8CB on white background.



Black color preview on #F6B8CB background

This text has black color on #F6B8CB background.


White color preview on #F6B8CB background

This text has white color on #F6B8CB background.