COLOR #F997DD

HEX: #F997DD RGB: (249,151,221)

Color info

#F997DD contains mainly red and blue colors. Web safe color of #F997DD is #FF99CC (or #F9C).

RGB color model

#F997DD color RGB value is (249,151,221).

RGB: (249,151,221) (98%, 59%, 87%)

RGB channels and saturation

R 249 of 255 = 98%
G 151 of 255 = 59%
B 221 of 255 = 87%

249
151
221

R + G + B ~ 81%. #F997DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 151 + 221 = 621 (100%)
R 249 of 621 ~ 40.1%
G 151 of 621 ~ 24.32%
B 221 of 621 ~ 35.59'%

%40.1
%24.32
%35.59

CMYK color model

#F997DD color CMYK value is (0,39,11,2).

  • cyan value is 0.00%
  • magenta value is 39.36%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK: (0,39,11,2) C0M39Y11K2 (0%,39%,11%,2%) (0.00/0.39/0.11/0.02) 

CMYK percentages

%0
%39.36
%11.24
%2.35

Codes

Color #F997DD in popluar color models

F9 97 DD
RGB 249 151 221
HSL 317° 89.09% 78.43%
HSB/HSV 317° 39.36% 97.65%
CMYK 0.00% 39.36% 11.24%
2.35%

Color #F997DD in popluar number systems.

HEX F9 97 DD
Decimal 249 151 221
Binary 11111001 10010111 11011101
Octal 371 227 335

Shades and tints

Shades of #F997DD

#F997DD
(249,151,221)
#E38AC9
(227,138,201)
#CD7DB5
(205,125,181)
#B770A1
(183,112,161)
#A1638D
(161,99,141)
#8B5679
(139,86,121)
#754965
(117,73,101)
#5F3C51
(95,60,81)
#492F3D
(73,47,61)
#332229
(51,34,41)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #F997DD

#F997DD
(249,151,221)
#F9A0E0
(249,160,224)
#F9A9E3
(249,169,227)
#F9B2E6
(249,178,230)
#F9BBE9
(249,187,233)
#F9C4EC
(249,196,236)
#F9CDEF
(249,205,239)
#F9D6F2
(249,214,242)
#F9DFF5
(249,223,245)
#F9E8F8
(249,232,248)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F997DD; }

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

This text font color is #F997DD.

Background Color

.myBgColor { background-color: #F997DD; }

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

This div background color is #F997DD.

Border color

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

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

This div border color is #F997DD.

Opacity

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

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

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

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

This text has shadow with #F997DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F997DD.

Preview

Color preview on black background

This text has color #F997DD on black background.


Color preview on white background

This text has color #F997DD on white background.


Black color preview on #F997DD background

This text has black color on #F997DD background.


White color preview on #F997DD background

This text has white color on #F997DD background.


Related colors

Complementary color

Complementary color for #hex is #066822.


I love getcolorcode.com

Triadic colors

1 #DDF997 and #97DDF9 with #F997DD are triadic colors.

2 #DD97F9 and #97F9DD with #F997DD are triadic colors.