COLOR #FD76EB

HEX: #FD76EB RGB: (253,118,235)

Color info

#FD76EB contains mainly red and blue colors. Web safe color of #FD76EB is #FF66FF (or #F6F).

RGB color model

#FD76EB color RGB value is (253,118,235).

RGB: (253,118,235) (99%, 46%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 118 of 255 = 46%
B 235 of 255 = 92%

253
118
235

R + G + B ~ 79%. #FD76EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 118 + 235 = 606 (100%)
R 253 of 606 ~ 41.75%
G 118 of 606 ~ 19.47%
B 235 of 606 ~ 38.78'%

%41.75
%19.47
%38.78

CMYK color model

#FD76EB color CMYK value is (0,53,7,1).

  • cyan value is 0.00%
  • magenta value is 53.36%
  • yellow value is 7.11%
  • key color value is 0.78%

CMYK: (0,53,7,1)
C0M53Y7K1 (0%, 53%, 7%, 1%)
(0.00 / 0.53 / 0.07 / 0.01)

CMYK percentages

%0
%53.36
%7.11
%0.78

Codes

Color #FD76EB in popluar color models

FD 76 EB
RGB 253 118 235
HSL 308° 97.12% 72.75%
HSB/HSV 308° 53.36% 99.22%
CMYK 0.00% 53.36% 7.11%
0.78%

Color #FD76EB in popluar number systems.

HEX FD 76 EB
Decimal 253 118 235
Binary 11111101 1110110 11101011
Octal 375 166 353

Shades and tints

Shades of #FD76EB

#FD76EB
(253,118,235)
#E66CD6
(230,108,214)
#CF62C1
(207,98,193)
#B858AC
(184,88,172)
#A14E97
(161,78,151)
#8A4482
(138,68,130)
#733A6D
(115,58,109)
#5C3058
(92,48,88)
#452643
(69,38,67)
#2E1C2E
(46,28,46)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #FD76EB

#FD76EB
(253,118,235)
#FD82EC
(253,130,236)
#FD8EED
(253,142,237)
#FD9AEE
(253,154,238)
#FDA6EF
(253,166,239)
#FDB2F0
(253,178,240)
#FDBEF1
(253,190,241)
#FDCAF2
(253,202,242)
#FDD6F3
(253,214,243)
#FDE2F4
(253,226,244)
#FDEEF5
(253,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD76EB color. Also use rgb(253,118,235) instead hex code.

Text Font Color

.myTextColor { color: #FD76EB; }

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

This text font color is #FD76EB.

Background Color

.myBgColor { background-color: #FD76EB; }

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

This div background color is #FD76EB.

Border color

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

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

This div border color is #FD76EB.

Opacity

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

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

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

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

This text has shadow with #FD76EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD76EB.

Preview

Color preview on black background

This text has color #FD76EB on black background.


Color preview on white background

This text has color #FD76EB on white background.


Black color preview on #FD76EB background

This text has black color on #FD76EB background.


White color preview on #FD76EB background

This text has white color on #FD76EB background.


Related colors

Complementary color

Complementary color for #hex is #028914.


I love getcolorcode.com

Triadic colors

1 #EBFD76 and #76EBFD with #FD76EB are triadic colors.

2 #EB76FD and #76FDEB with #FD76EB are triadic colors.