COLOR #FF95E0

HEX: #FF95E0
RGB: (255,149,224)

Color info

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

RGB color model

#FF95E0 color RGB value is (255,149,224).

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

RGB channels and saturation

R 255 of 255 = 100%
G 149 of 255 = 58%
B 224 of 255 = 88%

255
149
224

R + G + B ~ 82%. #FF95E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 149 + 224 = 628 (100%)
R 255 of 628 ~ 40.61%
G 149 of 628 ~ 23.73%
B 224 of 628 ~ 35.67%

%40.61
%23.73
%35.67

CMYK color model

#FF95E0 color CMYK value is (0,42,12,0).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK: (0,42,12,0) C0M42Y12K0 (0%,42%,12%,0%) (0.00/0.42/0.12/0.00)

CMYK percentages

%0
%41.57
%12.16
%0

Codes

Color #FF95E0 in popluar color models

FF95E0
RGB255149224
HSL318°100.00%79.22%
HSB/HSV318°41.57%100.00%
CMYK0.00%41.57%12.16%
0.00%

Color #FF95E0 in popluar number systems.

HEXFF95E0
Decimal255149224
Binary111111111001010111100000
Octal377225340

Shades and tints

Shades of #FF95E0

#FF95E0
(255,149,224)
#E888CC
(232,136,204)
#D17BB8
(209,123,184)
#BA6EA4
(186,110,164)
#A36190
(163,97,144)
#8C547C
(140,84,124)
#754768
(117,71,104)
#5E3A54
(94,58,84)
#472D40
(71,45,64)
#30202C
(48,32,44)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #FF95E0

#FF95E0
(255,149,224)
#FF9EE2
(255,158,226)
#FFA7E4
(255,167,228)
#FFB0E6
(255,176,230)
#FFB9E8
(255,185,232)
#FFC2EA
(255,194,234)
#FFCBEC
(255,203,236)
#FFD4EE
(255,212,238)
#FFDDF0
(255,221,240)
#FFE6F2
(255,230,242)
#FFEFF4
(255,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF95E0; }

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

This text font color is #FF95E0.


Background Color

.myBgColor { background-color: #FF95E0; }

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

This div background color is #FF95E0.


Border color

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

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

This div border color is #FF95E0.


Opacity

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

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

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

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

This text has shadow with #FF95E0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FF95E0 on black background.


Color preview on white background

This text has color #FF95E0 on white background.



Black color preview on #FF95E0 background

This text has black color on #FF95E0 background.


White color preview on #FF95E0 background

This text has white color on #FF95E0 background.