COLOR #F998D1

HEX: #F998D1
RGB: (249,152,209)

Renk bilgisi

#F998D1 contains mainly red and blue colors. #F998D1 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F998D1 color RGB value is (249,152,209).

  • kırmız ton 249;
  • yeşil ton 152;
  • mavi ton 209.
RGB:
(249,152,209)
(98%,60%,82%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 152 of 255 = 60%
B 209 of 255 = 82%

249
152
209

R + G + B ~ 80%. #F998D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 152 + 209 = 610 (100%)
R 249 of 610 ~ 40.82%
G 152 of 610 ~ 24.92%
B 209 of 610 ~ 34.26%

%40.82
%24.92
%34.26

CMYK RENK MODELİ

#F998D1 rengi CMYK tonu (0,39,16,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.96%
  • sarı tonu 16.06%
  • ana renk tonu 2.35%
CMYK:
(0,39,16,2)
C0M39Y16K2 
(0%,39%,16%,2%)
(0.00/0.39/0.16/0.02)	

CMYK yüzdeleri

%0
%38.96
%16.06
%2.35

Codes

Color #F998D1 in popluar color models

F998D1
RGB249152209
HSL325°88.99%78.63%
HSB/HSV325°38.96%97.65%
CMYK0.00%38.96%16.06%
2.35%

Color #F998D1 in popluar number systems.

HEXF998D1
Decimal249152209
Binary111110011001100011010001
Octal371230321

Shades and tints

Shades of #F998D1

#F998D1
(249,152,209)
#E38BBE
(227,139,190)
#CD7EAB
(205,126,171)
#B77198
(183,113,152)
#A16485
(161,100,133)
#8B5772
(139,87,114)
#754A5F
(117,74,95)
#5F3D4C
(95,61,76)
#493039
(73,48,57)
#332326
(51,35,38)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #F998D1

#F998D1
(249,152,209)
#F9A1D5
(249,161,213)
#F9AAD9
(249,170,217)
#F9B3DD
(249,179,221)
#F9BCE1
(249,188,225)
#F9C5E5
(249,197,229)
#F9CEE9
(249,206,233)
#F9D7ED
(249,215,237)
#F9E0F1
(249,224,241)
#F9E9F5
(249,233,245)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F998D1 color. Also use rgb(249,152,209) instead hex code.

Text Font Color

.myTextColor { color: #F998D1; }

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

This text font color is #F998D1.


Background Color

.myBgColor { background-color: #F998D1; }

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

This div background color is #F998D1.


Border color

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

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

This div border color is #F998D1.


Opacity

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

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

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

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

This text has shadow with #F998D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F998D1 on black background.


Color preview on white background

This text has color #F998D1 on white background.



Black color preview on #F998D1 background

This text has black color on #F998D1 background.


White color preview on #F998D1 background

This text has white color on #F998D1 background.