COLOR #F6B9C0

HEX: #F6B9C0
RGB: (246,185,192)

Color info

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

RGB color model

#F6B9C0 color RGB value is (246,185,192).

  • red value is 246;
  • green value is 185;
  • blue value is 192.
RGB:
(246,185,192)
(96%,73%,75%)

RGB channels and saturation

R 246 of 255 = 96%
G 185 of 255 = 73%
B 192 of 255 = 75%

246
185
192

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

Portions of RGB colors in percentages

R + G + B =
246 + 185 + 192 = 623 (100%)
R 246 of 623 ~ 39.49%
G 185 of 623 ~ 29.7%
B 192 of 623 ~ 30.82%

%39.49
%29.7
%30.82

CMYK color model

#F6B9C0 color CMYK value is (0,25,22,4).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 21.95%
  • key color value is 3.53%
CMYK:
(0,25,22,4)
C0M25Y22K4 
(0%,25%,22%,4%)
(0.00/0.25/0.22/0.04)	

CMYK percentages

%0
%24.8
%21.95
%3.53

Codes

Color #F6B9C0 in popluar color models

F6B9C0
RGB246185192
HSL353°77.22%84.51%
HSB/HSV353°24.80%96.47%
CMYK0.00%24.80%21.95%
3.53%

Color #F6B9C0 in popluar number systems.

HEXF6B9C0
Decimal246185192
Binary111101101011100111000000
Octal366271300

Shades and tints

Shades of #F6B9C0

#F6B9C0
(246,185,192)
#E0A9AF
(224,169,175)
#CA999E
(202,153,158)
#B4898D
(180,137,141)
#9E797C
(158,121,124)
#88696B
(136,105,107)
#72595A
(114,89,90)
#5C4949
(92,73,73)
#463938
(70,57,56)
#302927
(48,41,39)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #F6B9C0

#F6B9C0
(246,185,192)
#F6BFC5
(246,191,197)
#F6C5CA
(246,197,202)
#F6CBCF
(246,203,207)
#F6D1D4
(246,209,212)
#F6D7D9
(246,215,217)
#F6DDDE
(246,221,222)
#F6E3E3
(246,227,227)
#F6E9E8
(246,233,232)
#F6EFED
(246,239,237)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B9C0; }

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

This text font color is #F6B9C0.


Background Color

.myBgColor { background-color: #F6B9C0; }

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

This div background color is #F6B9C0.


Border color

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

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

This div border color is #F6B9C0.


Opacity

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

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

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

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

This text has shadow with #F6B9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B9C0 on black background.


Color preview on white background

This text has color #F6B9C0 on white background.



Black color preview on #F6B9C0 background

This text has black color on #F6B9C0 background.


White color preview on #F6B9C0 background

This text has white color on #F6B9C0 background.