COLOR #FFC6BD

HEX: #FFC6BD RGB: (255,198,189)

Color info

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

RGB color model

#FFC6BD color RGB value is (255,198,189).

RGB: (255,198,189) (100%, 78%, 74%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 189 of 255 = 74%

255
198
189

R + G + B ~ 84%. #FFC6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 198 + 189 = 642 (100%)
R 255 of 642 ~ 39.72%
G 198 of 642 ~ 30.84%
B 189 of 642 ~ 29.44'%

%39.72
%30.84
%29.44

CMYK color model

#FFC6BD color CMYK value is (0,22,26,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 25.88%
  • key color value is 0.00%

CMYK: (0,22,26,0)
C0M22Y26K0 (0%, 22%, 26%, 0%)
(0.00 / 0.22 / 0.26 / 0.00)

CMYK percentages

%0
%22.35
%25.88
%0

Codes

Color #FFC6BD in popluar color models

FF C6 BD
RGB 255 198 189
HSL 100.00% 87.06%
HSB/HSV 25.88% 100.00%
CMYK 0.00% 22.35% 25.88%
0.00%

Color #FFC6BD in popluar number systems.

HEX FF C6 BD
Decimal 255 198 189
Binary 11111111 11000110 10111101
Octal 377 306 275

Shades and tints

Shades of #FFC6BD

#FFC6BD
(255,198,189)
#E8B4AC
(232,180,172)
#D1A29B
(209,162,155)
#BA908A
(186,144,138)
#A37E79
(163,126,121)
#8C6C68
(140,108,104)
#755A57
(117,90,87)
#5E4846
(94,72,70)
#473635
(71,54,53)
#302424
(48,36,36)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #FFC6BD

#FFC6BD
(255,198,189)
#FFCBC3
(255,203,195)
#FFD0C9
(255,208,201)
#FFD5CF
(255,213,207)
#FFDAD5
(255,218,213)
#FFDFDB
(255,223,219)
#FFE4E1
(255,228,225)
#FFE9E7
(255,233,231)
#FFEEED
(255,238,237)
#FFF3F3
(255,243,243)
#FFF8F9
(255,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6BD; }

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

This text font color is #FFC6BD.

Background Color

.myBgColor { background-color: #FFC6BD; }

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

This div background color is #FFC6BD.

Border color

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

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

This div border color is #FFC6BD.

Opacity

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

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

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

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

This text has shadow with #FFC6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC6BD.

Preview

Color preview on black background

This text has color #FFC6BD on black background.


Color preview on white background

This text has color #FFC6BD on white background.


Black color preview on #FFC6BD background

This text has black color on #FFC6BD background.


White color preview on #FFC6BD background

This text has white color on #FFC6BD background.


Related colors

Complementary color

Complementary color for #hex is #003942.


I love getcolorcode.com

Triadic colors

1 #BDFFC6 and #C6BDFF with #FFC6BD are triadic colors.

2 #BDC6FF and #C6FFBD with #FFC6BD are triadic colors.