COLOR #FF95C6

HEX: #FF95C6
RGB: (255,149,198)

Color info

#FF95C6 contains mainly red and blue colors. Web safe color of #FF95C6 is #FF99CC (or #F9C).

RGB color model

#FF95C6 color RGB value is (255,149,198).

  • red value is 255;
  • green value is 149;
  • blue value is 198.
RGB:
(255,149,198)
(100%,58%,78%)

RGB channels and saturation

R 255 of 255 = 100%
G 149 of 255 = 58%
B 198 of 255 = 78%

255
149
198

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

Portions of RGB colors in percentages

R + G + B =
255 + 149 + 198 = 602 (100%)
R 255 of 602 ~ 42.36%
G 149 of 602 ~ 24.75%
B 198 of 602 ~ 32.89%

%42.36
%24.75
%32.89

CMYK color model

#FF95C6 color CMYK value is (0,42,22,0).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 22.35%
  • key color value is 0.00%
CMYK:
(0,42,22,0)
C0M42Y22K0 
(0%,42%,22%,0%)
(0.00/0.42/0.22/0.00)	

CMYK percentages

%0
%41.57
%22.35
%0

Codes

Color #FF95C6 in popluar color models

FF95C6
RGB255149198
HSL332°100.00%79.22%
HSB/HSV332°41.57%100.00%
CMYK0.00%41.57%22.35%
0.00%

Color #FF95C6 in popluar number systems.

HEXFF95C6
Decimal255149198
Binary111111111001010111000110
Octal377225306

Shades and tints

Shades of #FF95C6

#FF95C6
(255,149,198)
#E888B4
(232,136,180)
#D17BA2
(209,123,162)
#BA6E90
(186,110,144)
#A3617E
(163,97,126)
#8C546C
(140,84,108)
#75475A
(117,71,90)
#5E3A48
(94,58,72)
#472D36
(71,45,54)
#302024
(48,32,36)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #FF95C6

#FF95C6
(255,149,198)
#FF9ECB
(255,158,203)
#FFA7D0
(255,167,208)
#FFB0D5
(255,176,213)
#FFB9DA
(255,185,218)
#FFC2DF
(255,194,223)
#FFCBE4
(255,203,228)
#FFD4E9
(255,212,233)
#FFDDEE
(255,221,238)
#FFE6F3
(255,230,243)
#FFEFF8
(255,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF95C6 color. Also use rgb(255,149,198) instead hex code.

Text Font Color

.myTextColor { color: #FF95C6; }

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

This text font color is #FF95C6.


Background Color

.myBgColor { background-color: #FF95C6; }

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

This div background color is #FF95C6.


Border color

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

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

This div border color is #FF95C6.


Opacity

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

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

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

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

This text has shadow with #FF95C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF95C6 on black background.


Color preview on white background

This text has color #FF95C6 on white background.



Black color preview on #FF95C6 background

This text has black color on #FF95C6 background.


White color preview on #FF95C6 background

This text has white color on #FF95C6 background.