COLOR #F6BDBD

HEX: #F6BDBD RGB: (246,189,189)

Color info

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

RGB color model

#F6BDBD color RGB value is (246,189,189).

RGB: (246,189,189) (96%, 74%, 74%)

RGB channels and saturation

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

246
189
189

R + G + B ~ 81%. #F6BDBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 189 + 189 = 624 (100%)
R 246 of 624 ~ 39.42%
G 189 of 624 ~ 30.29%
B 189 of 624 ~ 30.29'%

%39.42
%30.29
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 23.17%
  • key color value is 3.53%

CMYK: (0,23,23,4)
C0M23Y23K4 (0%, 23%, 23%, 4%)
(0.00 / 0.23 / 0.23 / 0.04)

CMYK percentages

%0
%23.17
%23.17
%3.53

Codes

Color #F6BDBD in popluar color models

F6 BD BD
RGB 246 189 189
HSL 76.00% 85.29%
HSB/HSV 23.17% 96.47%
CMYK 0.00% 23.17% 23.17%
3.53%

Color #F6BDBD in popluar number systems.

HEX F6 BD BD
Decimal 246 189 189
Binary 11110110 10111101 10111101
Octal 366 275 275

Shades and tints

Shades of #F6BDBD

#F6BDBD
(246,189,189)
#E0ACAC
(224,172,172)
#CA9B9B
(202,155,155)
#B48A8A
(180,138,138)
#9E7979
(158,121,121)
#886868
(136,104,104)
#725757
(114,87,87)
#5C4646
(92,70,70)
#463535
(70,53,53)
#302424
(48,36,36)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #F6BDBD

#F6BDBD
(246,189,189)
#F6C3C3
(246,195,195)
#F6C9C9
(246,201,201)
#F6CFCF
(246,207,207)
#F6D5D5
(246,213,213)
#F6DBDB
(246,219,219)
#F6E1E1
(246,225,225)
#F6E7E7
(246,231,231)
#F6EDED
(246,237,237)
#F6F3F3
(246,243,243)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BDBD; }

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

This text font color is #F6BDBD.

Background Color

.myBgColor { background-color: #F6BDBD; }

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

This div background color is #F6BDBD.

Border color

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

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

This div border color is #F6BDBD.

Opacity

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

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

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

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

This text has shadow with #F6BDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BDBD.

Preview

Color preview on black background

This text has color #F6BDBD on black background.


Color preview on white background

This text has color #F6BDBD on white background.


Black color preview on #F6BDBD background

This text has black color on #F6BDBD background.


White color preview on #F6BDBD background

This text has white color on #F6BDBD background.


Related colors

Complementary color

Complementary color for #hex is #094242.


I love getcolorcode.com