COLOR #F499DC

HEX: #F499DC RGB: (244,153,220)

Color info

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

RGB color model

#F499DC color RGB value is (244,153,220).

RGB: (244,153,220) (96%, 60%, 86%)

RGB channels and saturation

R 244 of 255 = 96%
G 153 of 255 = 60%
B 220 of 255 = 86%

244
153
220

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

Portions of RGB colors in percentages

R + G + B = 244 + 153 + 220 = 617 (100%)
R 244 of 617 ~ 39.55%
G 153 of 617 ~ 24.8%
B 220 of 617 ~ 35.66'%

%39.55
%24.8
%35.66

CMYK color model

#F499DC color CMYK value is (0,37,10,4).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (0,37,10,4)
C0M37Y10K4 (0%, 37%, 10%, 4%)
(0.00 / 0.37 / 0.10 / 0.04)

CMYK percentages

%0
%37.3
%9.84
%4.31

Codes

Color #F499DC in popluar color models

F4 99 DC
RGB 244 153 220
HSL 316° 80.53% 77.84%
HSB/HSV 316° 37.30% 95.69%
CMYK 0.00% 37.30% 9.84%
4.31%

Color #F499DC in popluar number systems.

HEX F4 99 DC
Decimal 244 153 220
Binary 11110100 10011001 11011100
Octal 364 231 334

Shades and tints

Shades of #F499DC

#F499DC
(244,153,220)
#DE8CC8
(222,140,200)
#C87FB4
(200,127,180)
#B272A0
(178,114,160)
#9C658C
(156,101,140)
#865878
(134,88,120)
#704B64
(112,75,100)
#5A3E50
(90,62,80)
#44313C
(68,49,60)
#2E2428
(46,36,40)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #F499DC

#F499DC
(244,153,220)
#F5A2DF
(245,162,223)
#F6ABE2
(246,171,226)
#F7B4E5
(247,180,229)
#F8BDE8
(248,189,232)
#F9C6EB
(249,198,235)
#FACFEE
(250,207,238)
#FBD8F1
(251,216,241)
#FCE1F4
(252,225,244)
#FDEAF7
(253,234,247)
#FEF3FA
(254,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F499DC color. Also use rgb(244,153,220) instead hex code.

Text Font Color

.myTextColor { color: #F499DC; }

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

This text font color is #F499DC.

Background Color

.myBgColor { background-color: #F499DC; }

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

This div background color is #F499DC.

Border color

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

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

This div border color is #F499DC.

Opacity

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

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

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

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

This text has shadow with #F499DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F499DC.

Preview

Color preview on black background

This text has color #F499DC on black background.


Color preview on white background

This text has color #F499DC on white background.


Black color preview on #F499DC background

This text has black color on #F499DC background.


White color preview on #F499DC background

This text has white color on #F499DC background.


Related colors

Complementary color

Complementary color for #hex is #0B6623.


I love getcolorcode.com

Triadic colors

1 #DCF499 and #99DCF4 with #F499DC are triadic colors.

2 #DC99F4 and #99F4DC with #F499DC are triadic colors.