COLOR #FD46BE

HEX: #FD46BE
RGB: (253,70,190)

Color info

#FD46BE contains mainly red color. Web safe color of #FD46BE is #FF33CC (or #F3C).

RGB color model

#FD46BE color RGB value is (253,70,190).

  • red value is 253;
  • green value is 70;
  • blue value is 190.
RGB:
(253,70,190)
(99%,27%,75%)

RGB channels and saturation

R 253 of 255 = 99%
G 70 of 255 = 27%
B 190 of 255 = 75%

253
70
190

R + G + B ~ 67%. #FD46BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 70 + 190 = 513 (100%)
R 253 of 513 ~ 49.32%
G 70 of 513 ~ 13.65%
B 190 of 513 ~ 37.04%

%49.32
%13.65
%37.04

CMYK color model

#FD46BE color CMYK value is (0,72,25,1).

  • cyan value is 0.00%
  • magenta value is 72.33%
  • yellow value is 24.90%
  • key color value is 0.78%
CMYK:
(0,72,25,1)
C0M72Y25K1 
(0%,72%,25%,1%)
(0.00/0.72/0.25/0.01)	

CMYK percentages

%0
%72.33
%24.9
%0.78

Codes

Color #FD46BE in popluar color models

FD46BE
RGB25370190
HSL321°97.86%63.33%
HSB/HSV321°72.33%99.22%
CMYK0.00%72.33%24.90%
0.78%

Color #FD46BE in popluar number systems.

HEXFD46BE
Decimal25370190
Binary11111101100011010111110
Octal375106276

Shades and tints

Shades of #FD46BE

#FD46BE
(253,70,190)
#E640AD
(230,64,173)
#CF3A9C
(207,58,156)
#B8348B
(184,52,139)
#A12E7A
(161,46,122)
#8A2869
(138,40,105)
#732258
(115,34,88)
#5C1C47
(92,28,71)
#451636
(69,22,54)
#2E1025
(46,16,37)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #FD46BE

#FD46BE
(253,70,190)
#FD56C3
(253,86,195)
#FD66C8
(253,102,200)
#FD76CD
(253,118,205)
#FD86D2
(253,134,210)
#FD96D7
(253,150,215)
#FDA6DC
(253,166,220)
#FDB6E1
(253,182,225)
#FDC6E6
(253,198,230)
#FDD6EB
(253,214,235)
#FDE6F0
(253,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD46BE color. Also use rgb(253,70,190) instead hex code.

Text Font Color

.myTextColor { color: #FD46BE; }

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

This text font color is #FD46BE.


Background Color

.myBgColor { background-color: #FD46BE; }

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

This div background color is #FD46BE.


Border color

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

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

This div border color is #FD46BE.


Opacity

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

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

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

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

This text has shadow with #FD46BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD46BE on black background.


Color preview on white background

This text has color #FD46BE on white background.



Black color preview on #FD46BE background

This text has black color on #FD46BE background.


White color preview on #FD46BE background

This text has white color on #FD46BE background.