COLOR #FD96F7

HEX: #FD96F7 RGB: (253,150,247)

Color info

#FD96F7 contains mainly red and blue colors. Web safe color of #FD96F7 is #FF99FF (or #F9F).

RGB color model

#FD96F7 color RGB value is (253,150,247).

RGB: (253,150,247) (99%, 59%, 97%)

RGB channels and saturation

R 253 of 255 = 99%
G 150 of 255 = 59%
B 247 of 255 = 97%

253
150
247

R + G + B ~ 85%. #FD96F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 150 + 247 = 650 (100%)
R 253 of 650 ~ 38.92%
G 150 of 650 ~ 23.08%
B 247 of 650 ~ 38'%

%38.92
%23.08
%38

CMYK color model

#FD96F7 color CMYK value is (0,41,2,1).

  • cyan value is 0.00%
  • magenta value is 40.71%
  • yellow value is 2.37%
  • key color value is 0.78%

CMYK: (0,41,2,1)
C0M41Y2K1 (0%, 41%, 2%, 1%)
(0.00 / 0.41 / 0.02 / 0.01)

CMYK percentages

%0
%40.71
%2.37
%0.78

Codes

Color #FD96F7 in popluar color models

FD 96 F7
RGB 253 150 247
HSL 303° 96.26% 79.02%
HSB/HSV 303° 40.71% 99.22%
CMYK 0.00% 40.71% 2.37%
0.78%

Color #FD96F7 in popluar number systems.

HEX FD 96 F7
Decimal 253 150 247
Binary 11111101 10010110 11110111
Octal 375 226 367

Shades and tints

Shades of #FD96F7

#FD96F7
(253,150,247)
#E689E1
(230,137,225)
#CF7CCB
(207,124,203)
#B86FB5
(184,111,181)
#A1629F
(161,98,159)
#8A5589
(138,85,137)
#734873
(115,72,115)
#5C3B5D
(92,59,93)
#452E47
(69,46,71)
#2E2131
(46,33,49)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #FD96F7

#FD96F7
(253,150,247)
#FD9FF7
(253,159,247)
#FDA8F7
(253,168,247)
#FDB1F7
(253,177,247)
#FDBAF7
(253,186,247)
#FDC3F7
(253,195,247)
#FDCCF7
(253,204,247)
#FDD5F7
(253,213,247)
#FDDEF7
(253,222,247)
#FDE7F7
(253,231,247)
#FDF0F7
(253,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD96F7 color. Also use rgb(253,150,247) instead hex code.

Text Font Color

.myTextColor { color: #FD96F7; }

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

This text font color is #FD96F7.

Background Color

.myBgColor { background-color: #FD96F7; }

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

This div background color is #FD96F7.

Border color

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

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

This div border color is #FD96F7.

Opacity

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

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

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

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

This text has shadow with #FD96F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD96F7.

Preview

Color preview on black background

This text has color #FD96F7 on black background.


Color preview on white background

This text has color #FD96F7 on white background.


Black color preview on #FD96F7 background

This text has black color on #FD96F7 background.


White color preview on #FD96F7 background

This text has white color on #FD96F7 background.


Related colors

Complementary color

Complementary color for #hex is #026908.


I love getcolorcode.com

Triadic colors

1 #F7FD96 and #96F7FD with #FD96F7 are triadic colors.

2 #F796FD and #96FDF7 with #FD96F7 are triadic colors.