COLOR #F6BDEB

HEX: #F6BDEB
RGB: (246,189,235)

Color info

#F6BDEB contains red, green and blue colors in about the same proportion. Web safe color of #F6BDEB is #FFCCFF (or #FCF).

RGB color model

#F6BDEB color RGB value is (246,189,235).

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

RGB channels and saturation

R 246 of 255 = 96%
G 189 of 255 = 74%
B 235 of 255 = 92%

246
189
235

R + G + B ~ 87%. #F6BDEB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 189 + 235 = 670 (100%)
R 246 of 670 ~ 36.72%
G 189 of 670 ~ 28.21%
B 235 of 670 ~ 35.07%

%36.72
%28.21
%35.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK:
(0,23,4,4)
C0M23Y4K4 
(0%,23%,4%,4%)
(0.00/0.23/0.04/0.04)	

CMYK percentages

%0
%23.17
%4.47
%3.53

Codes

Color #F6BDEB in popluar color models

F6BDEB
RGB246189235
HSL312°76.00%85.29%
HSB/HSV312°23.17%96.47%
CMYK0.00%23.17%4.47%
3.53%

Color #F6BDEB in popluar number systems.

HEXF6BDEB
Decimal246189235
Binary111101101011110111101011
Octal366275353

Shades and tints

Shades of #F6BDEB

#F6BDEB
(246,189,235)
#E0ACD6
(224,172,214)
#CA9BC1
(202,155,193)
#B48AAC
(180,138,172)
#9E7997
(158,121,151)
#886882
(136,104,130)
#72576D
(114,87,109)
#5C4658
(92,70,88)
#463543
(70,53,67)
#30242E
(48,36,46)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #F6BDEB

#F6BDEB
(246,189,235)
#F6C3EC
(246,195,236)
#F6C9ED
(246,201,237)
#F6CFEE
(246,207,238)
#F6D5EF
(246,213,239)
#F6DBF0
(246,219,240)
#F6E1F1
(246,225,241)
#F6E7F2
(246,231,242)
#F6EDF3
(246,237,243)
#F6F3F4
(246,243,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BDEB; }

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

This text font color is #F6BDEB.


Background Color

.myBgColor { background-color: #F6BDEB; }

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

This div background color is #F6BDEB.


Border color

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

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

This div border color is #F6BDEB.


Opacity

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

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

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

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

This text has shadow with #F6BDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BDEB on black background.


Color preview on white background

This text has color #F6BDEB on white background.



Black color preview on #F6BDEB background

This text has black color on #F6BDEB background.


White color preview on #F6BDEB background

This text has white color on #F6BDEB background.