COLOR #F9C8D5

HEX: #F9C8D5
RGB: (249,200,213)

Renk bilgisi

#F9C8D5 contains red, green and blue colors in about the same proportion. #F9C8D5 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F9C8D5 color RGB value is (249,200,213).

  • kırmız ton 249;
  • yeşil ton 200;
  • mavi ton 213.
RGB:
(249,200,213)
(98%,78%,84%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 200 of 255 = 78%
B 213 of 255 = 84%

249
200
213

R + G + B ~ 87%. #F9C8D5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 200 + 213 = 662 (100%)
R 249 of 662 ~ 37.61%
G 200 of 662 ~ 30.21%
B 213 of 662 ~ 32.18%

%37.61
%30.21
%32.18

CMYK RENK MODELİ

#F9C8D5 rengi CMYK tonu (0,20,14,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.68%
  • sarı tonu 14.46%
  • ana renk tonu 2.35%
CMYK:
(0,20,14,2)
C0M20Y14K2 
(0%,20%,14%,2%)
(0.00/0.20/0.14/0.02)	

CMYK yüzdeleri

%0
%19.68
%14.46
%2.35

Codes

Color #F9C8D5 in popluar color models

F9C8D5
RGB249200213
HSL344°80.33%88.04%
HSB/HSV344°19.68%97.65%
CMYK0.00%19.68%14.46%
2.35%

Color #F9C8D5 in popluar number systems.

HEXF9C8D5
Decimal249200213
Binary111110011100100011010101
Octal371310325

Shades and tints

Shades of #F9C8D5

#F9C8D5
(249,200,213)
#E3B6C2
(227,182,194)
#CDA4AF
(205,164,175)
#B7929C
(183,146,156)
#A18089
(161,128,137)
#8B6E76
(139,110,118)
#755C63
(117,92,99)
#5F4A50
(95,74,80)
#49383D
(73,56,61)
#33262A
(51,38,42)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #F9C8D5

#F9C8D5
(249,200,213)
#F9CDD8
(249,205,216)
#F9D2DB
(249,210,219)
#F9D7DE
(249,215,222)
#F9DCE1
(249,220,225)
#F9E1E4
(249,225,228)
#F9E6E7
(249,230,231)
#F9EBEA
(249,235,234)
#F9F0ED
(249,240,237)
#F9F5F0
(249,245,240)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C8D5 color. Also use rgb(249,200,213) instead hex code.

Text Font Color

.myTextColor { color: #F9C8D5; }

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

This text font color is #F9C8D5.


Background Color

.myBgColor { background-color: #F9C8D5; }

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

This div background color is #F9C8D5.


Border color

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

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

This div border color is #F9C8D5.


Opacity

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

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

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

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

This text has shadow with #F9C8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C8D5 on black background.


Color preview on white background

This text has color #F9C8D5 on white background.



Black color preview on #F9C8D5 background

This text has black color on #F9C8D5 background.


White color preview on #F9C8D5 background

This text has white color on #F9C8D5 background.