COLOR #F6CBBD

HEX: #F6CBBD RGB: (246,203,189)

Color info

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

RGB color model

#F6CBBD color RGB value is (246,203,189).

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

RGB channels and saturation

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

246
203
189

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

Portions of RGB colors in percentages

R + G + B = 246 + 203 + 189 = 638 (100%)
R 246 of 638 ~ 38.56%
G 203 of 638 ~ 31.82%
B 189 of 638 ~ 29.62'%

%38.56
%31.82
%29.62

CMYK color model

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

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

CMYK: (0,17,23,4)
C0M17Y23K4 (0%, 17%, 23%, 4%)
(0.00 / 0.17 / 0.23 / 0.04)

CMYK percentages

%0
%17.48
%23.17
%3.53

Codes

Color #F6CBBD in popluar color models

F6 CB BD
RGB 246 203 189
HSL 15° 76.00% 85.29%
HSB/HSV 15° 23.17% 96.47%
CMYK 0.00% 17.48% 23.17%
3.53%

Color #F6CBBD in popluar number systems.

HEX F6 CB BD
Decimal 246 203 189
Binary 11110110 11001011 10111101
Octal 366 313 275

Shades and tints

Shades of #F6CBBD

#F6CBBD
(246,203,189)
#E0B9AC
(224,185,172)
#CAA79B
(202,167,155)
#B4958A
(180,149,138)
#9E8379
(158,131,121)
#887168
(136,113,104)
#725F57
(114,95,87)
#5C4D46
(92,77,70)
#463B35
(70,59,53)
#302924
(48,41,36)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #F6CBBD

#F6CBBD
(246,203,189)
#F6CFC3
(246,207,195)
#F6D3C9
(246,211,201)
#F6D7CF
(246,215,207)
#F6DBD5
(246,219,213)
#F6DFDB
(246,223,219)
#F6E3E1
(246,227,225)
#F6E7E7
(246,231,231)
#F6EBED
(246,235,237)
#F6EFF3
(246,239,243)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CBBD; }

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

This text font color is #F6CBBD.

Background Color

.myBgColor { background-color: #F6CBBD; }

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

This div background color is #F6CBBD.

Border color

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

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

This div border color is #F6CBBD.

Opacity

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

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

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

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

This text has shadow with #F6CBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CBBD.

Preview

Color preview on black background

This text has color #F6CBBD on black background.


Color preview on white background

This text has color #F6CBBD on white background.


Black color preview on #F6CBBD background

This text has black color on #F6CBBD background.


White color preview on #F6CBBD background

This text has white color on #F6CBBD background.


Related colors

Complementary color

Complementary color for #hex is #093442.


I love getcolorcode.com

Triadic colors

1 #BDF6CB and #CBBDF6 with #F6CBBD are triadic colors.

2 #BDCBF6 and #CBF6BD with #F6CBBD are triadic colors.