COLOR #F6BBCC

HEX: #F6BBCC
RGB: (246,187,204)

Color info

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

RGB color model

#F6BBCC color RGB value is (246,187,204).

  • red value is 246;
  • green value is 187;
  • blue value is 204.
RGB:
(246,187,204)
(96%,73%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 187 of 255 = 73%
B 204 of 255 = 80%

246
187
204

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

Portions of RGB colors in percentages

R + G + B =
246 + 187 + 204 = 637 (100%)
R 246 of 637 ~ 38.62%
G 187 of 637 ~ 29.36%
B 204 of 637 ~ 32.03%

%38.62
%29.36
%32.03

CMYK color model

#F6BBCC color CMYK value is (0,24,17,4).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 17.07%
  • key color value is 3.53%
CMYK:
(0,24,17,4)
C0M24Y17K4 
(0%,24%,17%,4%)
(0.00/0.24/0.17/0.04)	

CMYK percentages

%0
%23.98
%17.07
%3.53

Codes

Color #F6BBCC in popluar color models

F6BBCC
RGB246187204
HSL343°76.62%84.90%
HSB/HSV343°23.98%96.47%
CMYK0.00%23.98%17.07%
3.53%

Color #F6BBCC in popluar number systems.

HEXF6BBCC
Decimal246187204
Binary111101101011101111001100
Octal366273314

Shades and tints

Shades of #F6BBCC

#F6BBCC
(246,187,204)
#E0AABA
(224,170,186)
#CA99A8
(202,153,168)
#B48896
(180,136,150)
#9E7784
(158,119,132)
#886672
(136,102,114)
#725560
(114,85,96)
#5C444E
(92,68,78)
#46333C
(70,51,60)
#30222A
(48,34,42)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #F6BBCC

#F6BBCC
(246,187,204)
#F6C1D0
(246,193,208)
#F6C7D4
(246,199,212)
#F6CDD8
(246,205,216)
#F6D3DC
(246,211,220)
#F6D9E0
(246,217,224)
#F6DFE4
(246,223,228)
#F6E5E8
(246,229,232)
#F6EBEC
(246,235,236)
#F6F1F0
(246,241,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BBCC color. Also use rgb(246,187,204) instead hex code.

Text Font Color

.myTextColor { color: #F6BBCC; }

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

This text font color is #F6BBCC.


Background Color

.myBgColor { background-color: #F6BBCC; }

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

This div background color is #F6BBCC.


Border color

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

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

This div border color is #F6BBCC.


Opacity

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

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

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

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

This text has shadow with #F6BBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BBCC on black background.


Color preview on white background

This text has color #F6BBCC on white background.



Black color preview on #F6BBCC background

This text has black color on #F6BBCC background.


White color preview on #F6BBCC background

This text has white color on #F6BBCC background.