COLOR #F6BBDC

HEX: #F6BBDC
RGB: (246,187,220)

Color info

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

RGB color model

#F6BBDC color RGB value is (246,187,220).

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

RGB channels and saturation

R 246 of 255 = 96%
G 187 of 255 = 73%
B 220 of 255 = 86%

246
187
220

R + G + B ~ 85%. #F6BBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 187 + 220 = 653 (100%)
R 246 of 653 ~ 37.67%
G 187 of 653 ~ 28.64%
B 220 of 653 ~ 33.69%

%37.67
%28.64
%33.69

CMYK color model

#F6BBDC color CMYK value is (0,24,11,4).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(0,24,11,4)
C0M24Y11K4 
(0%,24%,11%,4%)
(0.00/0.24/0.11/0.04)	

CMYK percentages

%0
%23.98
%10.57
%3.53

Codes

Color #F6BBDC in popluar color models

F6BBDC
RGB246187220
HSL326°76.62%84.90%
HSB/HSV326°23.98%96.47%
CMYK0.00%23.98%10.57%
3.53%

Color #F6BBDC in popluar number systems.

HEXF6BBDC
Decimal246187220
Binary111101101011101111011100
Octal366273334

Shades and tints

Shades of #F6BBDC

#F6BBDC
(246,187,220)
#E0AAC8
(224,170,200)
#CA99B4
(202,153,180)
#B488A0
(180,136,160)
#9E778C
(158,119,140)
#886678
(136,102,120)
#725564
(114,85,100)
#5C4450
(92,68,80)
#46333C
(70,51,60)
#302228
(48,34,40)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #F6BBDC

#F6BBDC
(246,187,220)
#F6C1DF
(246,193,223)
#F6C7E2
(246,199,226)
#F6CDE5
(246,205,229)
#F6D3E8
(246,211,232)
#F6D9EB
(246,217,235)
#F6DFEE
(246,223,238)
#F6E5F1
(246,229,241)
#F6EBF4
(246,235,244)
#F6F1F7
(246,241,247)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BBDC; }

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

This text font color is #F6BBDC.


Background Color

.myBgColor { background-color: #F6BBDC; }

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

This div background color is #F6BBDC.


Border color

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

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

This div border color is #F6BBDC.


Opacity

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

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

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

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

This text has shadow with #F6BBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BBDC on black background.


Color preview on white background

This text has color #F6BBDC on white background.



Black color preview on #F6BBDC background

This text has black color on #F6BBDC background.


White color preview on #F6BBDC background

This text has white color on #F6BBDC background.