COLOR #FE7CD2

HEX: #FE7CD2 RGB: (254,124,210)

Color info

#FE7CD2 contains mainly red and blue colors. Web safe color of #FE7CD2 is #FF66CC (or #F6C).

RGB color model

#FE7CD2 color RGB value is (254,124,210).

RGB: (254,124,210) (100%, 49%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 124 of 255 = 49%
B 210 of 255 = 82%

254
124
210

R + G + B ~ 77%. #FE7CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 124 + 210 = 588 (100%)
R 254 of 588 ~ 43.2%
G 124 of 588 ~ 21.09%
B 210 of 588 ~ 35.71'%

%43.2
%21.09
%35.71

CMYK color model

#FE7CD2 color CMYK value is (0,51,17,0).

  • cyan value is 0.00%
  • magenta value is 51.18%
  • yellow value is 17.32%
  • key color value is 0.39%

CMYK: (0,51,17,0)
C0M51Y17K0 (0%, 51%, 17%, 0%)
(0.00 / 0.51 / 0.17 / 0.00)

CMYK percentages

%0
%51.18
%17.32
%0.39

Codes

Color #FE7CD2 in popluar color models

FE 7C D2
RGB 254 124 210
HSL 320° 98.48% 74.12%
HSB/HSV 320° 51.18% 99.61%
CMYK 0.00% 51.18% 17.32%
0.39%

Color #FE7CD2 in popluar number systems.

HEX FE 7C D2
Decimal 254 124 210
Binary 11111110 1111100 11010010
Octal 376 174 322

Shades and tints

Shades of #FE7CD2

#FE7CD2
(254,124,210)
#E771BF
(231,113,191)
#D066AC
(208,102,172)
#B95B99
(185,91,153)
#A25086
(162,80,134)
#8B4573
(139,69,115)
#743A60
(116,58,96)
#5D2F4D
(93,47,77)
#46243A
(70,36,58)
#2F1927
(47,25,39)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #FE7CD2

#FE7CD2
(254,124,210)
#FE87D6
(254,135,214)
#FE92DA
(254,146,218)
#FE9DDE
(254,157,222)
#FEA8E2
(254,168,226)
#FEB3E6
(254,179,230)
#FEBEEA
(254,190,234)
#FEC9EE
(254,201,238)
#FED4F2
(254,212,242)
#FEDFF6
(254,223,246)
#FEEAFA
(254,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE7CD2 color. Also use rgb(254,124,210) instead hex code.

Text Font Color

.myTextColor { color: #FE7CD2; }

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

This text font color is #FE7CD2.

Background Color

.myBgColor { background-color: #FE7CD2; }

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

This div background color is #FE7CD2.

Border color

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

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

This div border color is #FE7CD2.

Opacity

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

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

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

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

This text has shadow with #FE7CD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE7CD2.

Preview

Color preview on black background

This text has color #FE7CD2 on black background.


Color preview on white background

This text has color #FE7CD2 on white background.


Black color preview on #FE7CD2 background

This text has black color on #FE7CD2 background.


White color preview on #FE7CD2 background

This text has white color on #FE7CD2 background.


Related colors

Complementary color

Complementary color for #hex is #01832D.


I love getcolorcode.com

Triadic colors

1 #D2FE7C and #7CD2FE with #FE7CD2 are triadic colors.

2 #D27CFE and #7CFED2 with #FE7CD2 are triadic colors.