COLOR #FE99DD

HEX: #FE99DD
RGB: (254,153,221)

Color info

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

RGB color model

#FE99DD color RGB value is (254,153,221).

  • red value is 254;
  • green value is 153;
  • blue value is 221.
RGB:
(254,153,221)
(100%,60%,87%)

RGB channels and saturation

R 254 of 255 = 100%
G 153 of 255 = 60%
B 221 of 255 = 87%

254
153
221

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

Portions of RGB colors in percentages

R + G + B =
254 + 153 + 221 = 628 (100%)
R 254 of 628 ~ 40.45%
G 153 of 628 ~ 24.36%
B 221 of 628 ~ 35.19%

%40.45
%24.36
%35.19

CMYK color model

#FE99DD color CMYK value is (0,40,13,0).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(0,40,13,0)
C0M40Y13K0 
(0%,40%,13%,0%)
(0.00/0.40/0.13/0.00)	

CMYK percentages

%0
%39.76
%12.99
%0.39

Codes

Color #FE99DD in popluar color models

FE99DD
RGB254153221
HSL320°98.06%79.80%
HSB/HSV320°39.76%99.61%
CMYK0.00%39.76%12.99%
0.39%

Color #FE99DD in popluar number systems.

HEXFE99DD
Decimal254153221
Binary111111101001100111011101
Octal376231335

Shades and tints

Shades of #FE99DD

#FE99DD
(254,153,221)
#E78CC9
(231,140,201)
#D07FB5
(208,127,181)
#B972A1
(185,114,161)
#A2658D
(162,101,141)
#8B5879
(139,88,121)
#744B65
(116,75,101)
#5D3E51
(93,62,81)
#46313D
(70,49,61)
#2F2429
(47,36,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #FE99DD

#FE99DD
(254,153,221)
#FEA2E0
(254,162,224)
#FEABE3
(254,171,227)
#FEB4E6
(254,180,230)
#FEBDE9
(254,189,233)
#FEC6EC
(254,198,236)
#FECFEF
(254,207,239)
#FED8F2
(254,216,242)
#FEE1F5
(254,225,245)
#FEEAF8
(254,234,248)
#FEF3FB
(254,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE99DD color. Also use rgb(254,153,221) instead hex code.

Text Font Color

.myTextColor { color: #FE99DD; }

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

This text font color is #FE99DD.


Background Color

.myBgColor { background-color: #FE99DD; }

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

This div background color is #FE99DD.


Border color

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

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

This div border color is #FE99DD.


Opacity

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

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

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

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

This text has shadow with #FE99DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE99DD on black background.


Color preview on white background

This text has color #FE99DD on white background.



Black color preview on #FE99DD background

This text has black color on #FE99DD background.


White color preview on #FE99DD background

This text has white color on #FE99DD background.