COLOR #FF88D8

HEX: #FF88D8 RGB: (255,136,216)

Color info

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

RGB color model

#FF88D8 color RGB value is (255,136,216).

RGB: (255,136,216) (100%, 53%, 85%)

RGB channels and saturation

R 255 of 255 = 100%
G 136 of 255 = 53%
B 216 of 255 = 85%

255
136
216

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

Portions of RGB colors in percentages

R + G + B = 255 + 136 + 216 = 607 (100%)
R 255 of 607 ~ 42.01%
G 136 of 607 ~ 22.41%
B 216 of 607 ~ 35.58'%

%42.01
%22.41
%35.58

CMYK color model

#FF88D8 color CMYK value is (0,47,15,0).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 15.29%
  • key color value is 0.00%

CMYK: (0,47,15,0)
C0M47Y15K0 (0%, 47%, 15%, 0%)
(0.00 / 0.47 / 0.15 / 0.00)

CMYK percentages

%0
%46.67
%15.29
%0

Codes

Color #FF88D8 in popluar color models

FF 88 D8
RGB 255 136 216
HSL 320° 100.00% 76.67%
HSB/HSV 320° 46.67% 100.00%
CMYK 0.00% 46.67% 15.29%
0.00%

Color #FF88D8 in popluar number systems.

HEX FF 88 D8
Decimal 255 136 216
Binary 11111111 10001000 11011000
Octal 377 210 330

Shades and tints

Shades of #FF88D8

#FF88D8
(255,136,216)
#E87CC5
(232,124,197)
#D170B2
(209,112,178)
#BA649F
(186,100,159)
#A3588C
(163,88,140)
#8C4C79
(140,76,121)
#754066
(117,64,102)
#5E3453
(94,52,83)
#472840
(71,40,64)
#301C2D
(48,28,45)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #FF88D8

#FF88D8
(255,136,216)
#FF92DB
(255,146,219)
#FF9CDE
(255,156,222)
#FFA6E1
(255,166,225)
#FFB0E4
(255,176,228)
#FFBAE7
(255,186,231)
#FFC4EA
(255,196,234)
#FFCEED
(255,206,237)
#FFD8F0
(255,216,240)
#FFE2F3
(255,226,243)
#FFECF6
(255,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF88D8 color. Also use rgb(255,136,216) instead hex code.

Text Font Color

.myTextColor { color: #FF88D8; }

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

This text font color is #FF88D8.

Background Color

.myBgColor { background-color: #FF88D8; }

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

This div background color is #FF88D8.

Border color

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

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

This div border color is #FF88D8.

Opacity

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

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

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

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

This text has shadow with #FF88D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF88D8.

Preview

Color preview on black background

This text has color #FF88D8 on black background.


Color preview on white background

This text has color #FF88D8 on white background.


Black color preview on #FF88D8 background

This text has black color on #FF88D8 background.


White color preview on #FF88D8 background

This text has white color on #FF88D8 background.


Related colors

Complementary color

Complementary color for #hex is #007727.


I love getcolorcode.com

Triadic colors

1 #D8FF88 and #88D8FF with #FF88D8 are triadic colors.

2 #D888FF and #88FFD8 with #FF88D8 are triadic colors.