COLOR #F9C6BA

HEX: #F9C6BA
RGB: (249,198,186)

Renk bilgisi

#F9C6BA contains mainly red and green colors. #F9C6BA ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F9C6BA color RGB value is (249,198,186).

  • kırmız ton 249;
  • yeşil ton 198;
  • mavi ton 186.
RGB:
(249,198,186)
(98%,78%,73%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 198 of 255 = 78%
B 186 of 255 = 73%

249
198
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 198 + 186 = 633 (100%)
R 249 of 633 ~ 39.34%
G 198 of 633 ~ 31.28%
B 186 of 633 ~ 29.38%

%39.34
%31.28
%29.38

CMYK RENK MODELİ

#F9C6BA rengi CMYK tonu (0,20,25,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.48%
  • sarı tonu 25.30%
  • ana renk tonu 2.35%
CMYK:
(0,20,25,2)
C0M20Y25K2 
(0%,20%,25%,2%)
(0.00/0.20/0.25/0.02)	

CMYK yüzdeleri

%0
%20.48
%25.3
%2.35

Codes

Color #F9C6BA in popluar color models

F9C6BA
RGB249198186
HSL11°84.00%85.29%
HSB/HSV11°25.30%97.65%
CMYK0.00%20.48%25.30%
2.35%

Color #F9C6BA in popluar number systems.

HEXF9C6BA
Decimal249198186
Binary111110011100011010111010
Octal371306272

Shades and tints

Shades of #F9C6BA

#F9C6BA
(249,198,186)
#E3B4AA
(227,180,170)
#CDA29A
(205,162,154)
#B7908A
(183,144,138)
#A17E7A
(161,126,122)
#8B6C6A
(139,108,106)
#755A5A
(117,90,90)
#5F484A
(95,72,74)
#49363A
(73,54,58)
#33242A
(51,36,42)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #F9C6BA

#F9C6BA
(249,198,186)
#F9CBC0
(249,203,192)
#F9D0C6
(249,208,198)
#F9D5CC
(249,213,204)
#F9DAD2
(249,218,210)
#F9DFD8
(249,223,216)
#F9E4DE
(249,228,222)
#F9E9E4
(249,233,228)
#F9EEEA
(249,238,234)
#F9F3F0
(249,243,240)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C6BA color. Also use rgb(249,198,186) instead hex code.

Text Font Color

.myTextColor { color: #F9C6BA; }

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

This text font color is #F9C6BA.


Background Color

.myBgColor { background-color: #F9C6BA; }

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

This div background color is #F9C6BA.


Border color

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

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

This div border color is #F9C6BA.


Opacity

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

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

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

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

This text has shadow with #F9C6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C6BA on black background.


Color preview on white background

This text has color #F9C6BA on white background.



Black color preview on #F9C6BA background

This text has black color on #F9C6BA background.


White color preview on #F9C6BA background

This text has white color on #F9C6BA background.