COLOR #F99EDD

HEX: #F99EDD
RGB: (249,158,221)

Renk bilgisi

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

RGB renk modeli

#F99EDD color RGB value is (249,158,221).

  • kırmız ton 249;
  • yeşil ton 158;
  • mavi ton 221.
RGB:
(249,158,221)
(98%,62%,87%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 158 of 255 = 62%
B 221 of 255 = 87%

249
158
221

R + G + B ~ 82%. #F99EDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 158 + 221 = 628 (100%)
R 249 of 628 ~ 39.65%
G 158 of 628 ~ 25.16%
B 221 of 628 ~ 35.19%

%39.65
%25.16
%35.19

CMYK RENK MODELİ

#F99EDD rengi CMYK tonu (0,37,11,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.55%
  • sarı tonu 11.24%
  • ana renk tonu 2.35%
CMYK:
(0,37,11,2)
C0M37Y11K2 
(0%,37%,11%,2%)
(0.00/0.37/0.11/0.02)	

CMYK yüzdeleri

%0
%36.55
%11.24
%2.35

Codes

Color #F99EDD in popluar color models

F99EDD
RGB249158221
HSL318°88.35%79.80%
HSB/HSV318°36.55%97.65%
CMYK0.00%36.55%11.24%
2.35%

Color #F99EDD in popluar number systems.

HEXF99EDD
Decimal249158221
Binary111110011001111011011101
Octal371236335

Shades and tints

Shades of #F99EDD

#F99EDD
(249,158,221)
#E390C9
(227,144,201)
#CD82B5
(205,130,181)
#B774A1
(183,116,161)
#A1668D
(161,102,141)
#8B5879
(139,88,121)
#754A65
(117,74,101)
#5F3C51
(95,60,81)
#492E3D
(73,46,61)
#332029
(51,32,41)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #F99EDD

#F99EDD
(249,158,221)
#F9A6E0
(249,166,224)
#F9AEE3
(249,174,227)
#F9B6E6
(249,182,230)
#F9BEE9
(249,190,233)
#F9C6EC
(249,198,236)
#F9CEEF
(249,206,239)
#F9D6F2
(249,214,242)
#F9DEF5
(249,222,245)
#F9E6F8
(249,230,248)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99EDD color. Also use rgb(249,158,221) instead hex code.

Text Font Color

.myTextColor { color: #F99EDD; }

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

This text font color is #F99EDD.


Background Color

.myBgColor { background-color: #F99EDD; }

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

This div background color is #F99EDD.


Border color

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

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

This div border color is #F99EDD.


Opacity

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

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

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

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

This text has shadow with #F99EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99EDD on black background.


Color preview on white background

This text has color #F99EDD on white background.



Black color preview on #F99EDD background

This text has black color on #F99EDD background.


White color preview on #F99EDD background

This text has white color on #F99EDD background.