COLOR #F9A5EC

HEX: #F9A5EC
RGB: (249,165,236)

Renk bilgisi

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

RGB renk modeli

#F9A5EC color RGB value is (249,165,236).

  • kırmız ton 249;
  • yeşil ton 165;
  • mavi ton 236.
RGB:
(249,165,236)
(98%,65%,93%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 165 of 255 = 65%
B 236 of 255 = 93%

249
165
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 165 + 236 = 650 (100%)
R 249 of 650 ~ 38.31%
G 165 of 650 ~ 25.38%
B 236 of 650 ~ 36.31%

%38.31
%25.38
%36.31

CMYK RENK MODELİ

#F9A5EC rengi CMYK tonu (0,34,5,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.73%
  • sarı tonu 5.22%
  • ana renk tonu 2.35%
CMYK:
(0,34,5,2)
C0M34Y5K2 
(0%,34%,5%,2%)
(0.00/0.34/0.05/0.02)	

CMYK yüzdeleri

%0
%33.73
%5.22
%2.35

Codes

Color #F9A5EC in popluar color models

F9A5EC
RGB249165236
HSL309°87.50%81.18%
HSB/HSV309°33.73%97.65%
CMYK0.00%33.73%5.22%
2.35%

Color #F9A5EC in popluar number systems.

HEXF9A5EC
Decimal249165236
Binary111110011010010111101100
Octal371245354

Shades and tints

Shades of #F9A5EC

#F9A5EC
(249,165,236)
#E396D7
(227,150,215)
#CD87C2
(205,135,194)
#B778AD
(183,120,173)
#A16998
(161,105,152)
#8B5A83
(139,90,131)
#754B6E
(117,75,110)
#5F3C59
(95,60,89)
#492D44
(73,45,68)
#331E2F
(51,30,47)
#1D0F1A
(29,15,26)
#000000
(0,0,0)

Tints of #F9A5EC

#F9A5EC
(249,165,236)
#F9ADED
(249,173,237)
#F9B5EE
(249,181,238)
#F9BDEF
(249,189,239)
#F9C5F0
(249,197,240)
#F9CDF1
(249,205,241)
#F9D5F2
(249,213,242)
#F9DDF3
(249,221,243)
#F9E5F4
(249,229,244)
#F9EDF5
(249,237,245)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A5EC color. Also use rgb(249,165,236) instead hex code.

Text Font Color

.myTextColor { color: #F9A5EC; }

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

This text font color is #F9A5EC.


Background Color

.myBgColor { background-color: #F9A5EC; }

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

This div background color is #F9A5EC.


Border color

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

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

This div border color is #F9A5EC.


Opacity

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

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

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

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

This text has shadow with #F9A5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A5EC on black background.


Color preview on white background

This text has color #F9A5EC on white background.



Black color preview on #F9A5EC background

This text has black color on #F9A5EC background.


White color preview on #F9A5EC background

This text has white color on #F9A5EC background.