COLOR #F9C6BC

HEX: #F9C6BC
RGB: (249,198,188)

Renk bilgisi

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

RGB renk modeli

#F9C6BC color RGB value is (249,198,188).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 198 of 255 = 78%
B 188 of 255 = 74%

249
198
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 198 + 188 = 635 (100%)
R 249 of 635 ~ 39.21%
G 198 of 635 ~ 31.18%
B 188 of 635 ~ 29.61%

%39.21
%31.18
%29.61

CMYK RENK MODELİ

#F9C6BC rengi CMYK tonu (0,20,24,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.48%
  • sarı tonu 24.50%
  • ana renk tonu 2.35%
CMYK:
(0,20,24,2)
C0M20Y24K2 
(0%,20%,24%,2%)
(0.00/0.20/0.24/0.02)	

CMYK yüzdeleri

%0
%20.48
%24.5
%2.35

Codes

Color #F9C6BC in popluar color models

F9C6BC
RGB249198188
HSL10°83.56%85.69%
HSB/HSV10°24.50%97.65%
CMYK0.00%20.48%24.50%
2.35%

Color #F9C6BC in popluar number systems.

HEXF9C6BC
Decimal249198188
Binary111110011100011010111100
Octal371306274

Shades and tints

Shades of #F9C6BC

#F9C6BC
(249,198,188)
#E3B4AB
(227,180,171)
#CDA29A
(205,162,154)
#B79089
(183,144,137)
#A17E78
(161,126,120)
#8B6C67
(139,108,103)
#755A56
(117,90,86)
#5F4845
(95,72,69)
#493634
(73,54,52)
#332423
(51,36,35)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #F9C6BC

#F9C6BC
(249,198,188)
#F9CBC2
(249,203,194)
#F9D0C8
(249,208,200)
#F9D5CE
(249,213,206)
#F9DAD4
(249,218,212)
#F9DFDA
(249,223,218)
#F9E4E0
(249,228,224)
#F9E9E6
(249,233,230)
#F9EEEC
(249,238,236)
#F9F3F2
(249,243,242)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C6BC; }

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

This text font color is #F9C6BC.


Background Color

.myBgColor { background-color: #F9C6BC; }

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

This div background color is #F9C6BC.


Border color

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

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

This div border color is #F9C6BC.


Opacity

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

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

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

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

This text has shadow with #F9C6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C6BC on black background.


Color preview on white background

This text has color #F9C6BC on white background.



Black color preview on #F9C6BC background

This text has black color on #F9C6BC background.


White color preview on #F9C6BC background

This text has white color on #F9C6BC background.