COLOR #FF5CBD

HEX: #FF5CBD
RGB: (255,92,189)

Color info

#FF5CBD contains mainly red color. Web safe color of #FF5CBD is #FF66CC (or #F6C).

RGB color model

#FF5CBD color RGB value is (255,92,189).

  • red value is 255;
  • green value is 92;
  • blue value is 189.
RGB:
(255,92,189)
(100%,36%,74%)

RGB channels and saturation

R 255 of 255 = 100%
G 92 of 255 = 36%
B 189 of 255 = 74%

255
92
189

R + G + B ~ 70%. #FF5CBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 92 + 189 = 536 (100%)
R 255 of 536 ~ 47.57%
G 92 of 536 ~ 17.16%
B 189 of 536 ~ 35.26%

%47.57
%17.16
%35.26

CMYK color model

#FF5CBD color CMYK value is (0,64,26,0).

  • cyan value is 0.00%
  • magenta value is 63.92%
  • yellow value is 25.88%
  • key color value is 0.00%
CMYK:
(0,64,26,0)
C0M64Y26K0 
(0%,64%,26%,0%)
(0.00/0.64/0.26/0.00)	

CMYK percentages

%0
%63.92
%25.88
%0

Codes

Color #FF5CBD in popluar color models

FF5CBD
RGB25592189
HSL324°100.00%68.04%
HSB/HSV324°63.92%100.00%
CMYK0.00%63.92%25.88%
0.00%

Color #FF5CBD in popluar number systems.

HEXFF5CBD
Decimal25592189
Binary11111111101110010111101
Octal377134275

Shades and tints

Shades of #FF5CBD

#FF5CBD
(255,92,189)
#E854AC
(232,84,172)
#D14C9B
(209,76,155)
#BA448A
(186,68,138)
#A33C79
(163,60,121)
#8C3468
(140,52,104)
#752C57
(117,44,87)
#5E2446
(94,36,70)
#471C35
(71,28,53)
#301424
(48,20,36)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #FF5CBD

#FF5CBD
(255,92,189)
#FF6AC3
(255,106,195)
#FF78C9
(255,120,201)
#FF86CF
(255,134,207)
#FF94D5
(255,148,213)
#FFA2DB
(255,162,219)
#FFB0E1
(255,176,225)
#FFBEE7
(255,190,231)
#FFCCED
(255,204,237)
#FFDAF3
(255,218,243)
#FFE8F9
(255,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF5CBD color. Also use rgb(255,92,189) instead hex code.

Text Font Color

.myTextColor { color: #FF5CBD; }

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

This text font color is #FF5CBD.


Background Color

.myBgColor { background-color: #FF5CBD; }

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

This div background color is #FF5CBD.


Border color

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

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

This div border color is #FF5CBD.


Opacity

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

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

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

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

This text has shadow with #FF5CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF5CBD on black background.


Color preview on white background

This text has color #FF5CBD on white background.



Black color preview on #FF5CBD background

This text has black color on #FF5CBD background.


White color preview on #FF5CBD background

This text has white color on #FF5CBD background.