COLOR #F9BDD4

HEX: #F9BDD4
RGB: (249,189,212)

Renk bilgisi

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

RGB renk modeli

#F9BDD4 color RGB value is (249,189,212).

  • kırmız ton 249;
  • yeşil ton 189;
  • mavi ton 212.
RGB:
(249,189,212)
(98%,74%,83%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 189 of 255 = 74%
B 212 of 255 = 83%

249
189
212

R + G + B ~ 85%. #F9BDD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 189 + 212 = 650 (100%)
R 249 of 650 ~ 38.31%
G 189 of 650 ~ 29.08%
B 212 of 650 ~ 32.62%

%38.31
%29.08
%32.62

CMYK RENK MODELİ

#F9BDD4 rengi CMYK tonu (0,24,15,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.10%
  • sarı tonu 14.86%
  • ana renk tonu 2.35%
CMYK:
(0,24,15,2)
C0M24Y15K2 
(0%,24%,15%,2%)
(0.00/0.24/0.15/0.02)	

CMYK yüzdeleri

%0
%24.1
%14.86
%2.35

Codes

Color #F9BDD4 in popluar color models

F9BDD4
RGB249189212
HSL337°83.33%85.88%
HSB/HSV337°24.10%97.65%
CMYK0.00%24.10%14.86%
2.35%

Color #F9BDD4 in popluar number systems.

HEXF9BDD4
Decimal249189212
Binary111110011011110111010100
Octal371275324

Shades and tints

Shades of #F9BDD4

#F9BDD4
(249,189,212)
#E3ACC1
(227,172,193)
#CD9BAE
(205,155,174)
#B78A9B
(183,138,155)
#A17988
(161,121,136)
#8B6875
(139,104,117)
#755762
(117,87,98)
#5F464F
(95,70,79)
#49353C
(73,53,60)
#332429
(51,36,41)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #F9BDD4

#F9BDD4
(249,189,212)
#F9C3D7
(249,195,215)
#F9C9DA
(249,201,218)
#F9CFDD
(249,207,221)
#F9D5E0
(249,213,224)
#F9DBE3
(249,219,227)
#F9E1E6
(249,225,230)
#F9E7E9
(249,231,233)
#F9EDEC
(249,237,236)
#F9F3EF
(249,243,239)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BDD4 color. Also use rgb(249,189,212) instead hex code.

Text Font Color

.myTextColor { color: #F9BDD4; }

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

This text font color is #F9BDD4.


Background Color

.myBgColor { background-color: #F9BDD4; }

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

This div background color is #F9BDD4.


Border color

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

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

This div border color is #F9BDD4.


Opacity

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

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

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

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

This text has shadow with #F9BDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BDD4 on black background.


Color preview on white background

This text has color #F9BDD4 on white background.



Black color preview on #F9BDD4 background

This text has black color on #F9BDD4 background.


White color preview on #F9BDD4 background

This text has white color on #F9BDD4 background.