COLOR #F6CAB5

HEX: #F6CAB5 RGB: (246,202,181)

Color info

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

RGB color model

#F6CAB5 color RGB value is (246,202,181).

RGB: (246,202,181) (96%, 79%, 71%)

RGB channels and saturation

R 246 of 255 = 96%
G 202 of 255 = 79%
B 181 of 255 = 71%

246
202
181

R + G + B ~ 82%. #F6CAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 202 + 181 = 629 (100%)
R 246 of 629 ~ 39.11%
G 202 of 629 ~ 32.11%
B 181 of 629 ~ 28.78'%

%39.11
%32.11
%28.78

CMYK color model

#F6CAB5 color CMYK value is (0,18,26,4).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 26.42%
  • key color value is 3.53%

CMYK: (0,18,26,4)
C0M18Y26K4 (0%, 18%, 26%, 4%)
(0.00 / 0.18 / 0.26 / 0.04)

CMYK percentages

%0
%17.89
%26.42
%3.53

Codes

Color #F6CAB5 in popluar color models

F6 CA B5
RGB 246 202 181
HSL 19° 78.31% 83.73%
HSB/HSV 19° 26.42% 96.47%
CMYK 0.00% 17.89% 26.42%
3.53%

Color #F6CAB5 in popluar number systems.

HEX F6 CA B5
Decimal 246 202 181
Binary 11110110 11001010 10110101
Octal 366 312 265

Shades and tints

Shades of #F6CAB5

#F6CAB5
(246,202,181)
#E0B8A5
(224,184,165)
#CAA695
(202,166,149)
#B49485
(180,148,133)
#9E8275
(158,130,117)
#887065
(136,112,101)
#725E55
(114,94,85)
#5C4C45
(92,76,69)
#463A35
(70,58,53)
#302825
(48,40,37)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #F6CAB5

#F6CAB5
(246,202,181)
#F6CEBB
(246,206,187)
#F6D2C1
(246,210,193)
#F6D6C7
(246,214,199)
#F6DACD
(246,218,205)
#F6DED3
(246,222,211)
#F6E2D9
(246,226,217)
#F6E6DF
(246,230,223)
#F6EAE5
(246,234,229)
#F6EEEB
(246,238,235)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CAB5; }

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

This text font color is #F6CAB5.

Background Color

.myBgColor { background-color: #F6CAB5; }

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

This div background color is #F6CAB5.

Border color

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

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

This div border color is #F6CAB5.

Opacity

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

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

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

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

This text has shadow with #F6CAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CAB5.

Preview

Color preview on black background

This text has color #F6CAB5 on black background.


Color preview on white background

This text has color #F6CAB5 on white background.


Black color preview on #F6CAB5 background

This text has black color on #F6CAB5 background.


White color preview on #F6CAB5 background

This text has white color on #F6CAB5 background.


Related colors

Complementary color

Complementary color for #hex is #09354A.


I love getcolorcode.com

Triadic colors

1 #B5F6CA and #CAB5F6 with #F6CAB5 are triadic colors.

2 #B5CAF6 and #CAF6B5 with #F6CAB5 are triadic colors.