COLOR #F9ADEB

HEX: #F9ADEB
RGB: (249,173,235)

Renk bilgisi

#F9ADEB contains mainly red and blue colors. #F9ADEB ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#F9ADEB color RGB value is (249,173,235).

  • kırmız ton 249;
  • yeşil ton 173;
  • mavi ton 235.
RGB:
(249,173,235)
(98%,68%,92%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 173 of 255 = 68%
B 235 of 255 = 92%

249
173
235

R + G + B ~ 86%. #F9ADEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 173 + 235 = 657 (100%)
R 249 of 657 ~ 37.9%
G 173 of 657 ~ 26.33%
B 235 of 657 ~ 35.77%

%37.9
%26.33
%35.77

CMYK RENK MODELİ

#F9ADEB rengi CMYK tonu (0,31,6,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.52%
  • sarı tonu 5.62%
  • ana renk tonu 2.35%
CMYK:
(0,31,6,2)
C0M31Y6K2 
(0%,31%,6%,2%)
(0.00/0.31/0.06/0.02)	

CMYK yüzdeleri

%0
%30.52
%5.62
%2.35

Codes

Color #F9ADEB in popluar color models

F9ADEB
RGB249173235
HSL311°86.36%82.75%
HSB/HSV311°30.52%97.65%
CMYK0.00%30.52%5.62%
2.35%

Color #F9ADEB in popluar number systems.

HEXF9ADEB
Decimal249173235
Binary111110011010110111101011
Octal371255353

Shades and tints

Shades of #F9ADEB

#F9ADEB
(249,173,235)
#E39ED6
(227,158,214)
#CD8FC1
(205,143,193)
#B780AC
(183,128,172)
#A17197
(161,113,151)
#8B6282
(139,98,130)
#75536D
(117,83,109)
#5F4458
(95,68,88)
#493543
(73,53,67)
#33262E
(51,38,46)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #F9ADEB

#F9ADEB
(249,173,235)
#F9B4EC
(249,180,236)
#F9BBED
(249,187,237)
#F9C2EE
(249,194,238)
#F9C9EF
(249,201,239)
#F9D0F0
(249,208,240)
#F9D7F1
(249,215,241)
#F9DEF2
(249,222,242)
#F9E5F3
(249,229,243)
#F9ECF4
(249,236,244)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9ADEB color. Also use rgb(249,173,235) instead hex code.

Text Font Color

.myTextColor { color: #F9ADEB; }

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

This text font color is #F9ADEB.


Background Color

.myBgColor { background-color: #F9ADEB; }

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

This div background color is #F9ADEB.


Border color

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

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

This div border color is #F9ADEB.


Opacity

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

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

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

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

This text has shadow with #F9ADEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9ADEB on black background.


Color preview on white background

This text has color #F9ADEB on white background.



Black color preview on #F9ADEB background

This text has black color on #F9ADEB background.


White color preview on #F9ADEB background

This text has white color on #F9ADEB background.