COLOR #FF90C6

HEX: #FF90C6
RGB: (255,144,198)

Color info

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

RGB color model

#FF90C6 color RGB value is (255,144,198).

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

RGB channels and saturation

R 255 of 255 = 100%
G 144 of 255 = 56%
B 198 of 255 = 78%

255
144
198

R + G + B ~ 78%. #FF90C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 144 + 198 = 597 (100%)
R 255 of 597 ~ 42.71%
G 144 of 597 ~ 24.12%
B 198 of 597 ~ 33.17%

%42.71
%24.12
%33.17

CMYK color model

#FF90C6 color CMYK value is (0,44,22,0).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 22.35%
  • key color value is 0.00%
CMYK:
(0,44,22,0)
C0M44Y22K0 
(0%,44%,22%,0%)
(0.00/0.44/0.22/0.00)	

CMYK percentages

%0
%43.53
%22.35
%0

Codes

Color #FF90C6 in popluar color models

FF90C6
RGB255144198
HSL331°100.00%78.24%
HSB/HSV331°43.53%100.00%
CMYK0.00%43.53%22.35%
0.00%

Color #FF90C6 in popluar number systems.

HEXFF90C6
Decimal255144198
Binary111111111001000011000110
Octal377220306

Shades and tints

Shades of #FF90C6

#FF90C6
(255,144,198)
#E883B4
(232,131,180)
#D176A2
(209,118,162)
#BA6990
(186,105,144)
#A35C7E
(163,92,126)
#8C4F6C
(140,79,108)
#75425A
(117,66,90)
#5E3548
(94,53,72)
#472836
(71,40,54)
#301B24
(48,27,36)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #FF90C6

#FF90C6
(255,144,198)
#FF9ACB
(255,154,203)
#FFA4D0
(255,164,208)
#FFAED5
(255,174,213)
#FFB8DA
(255,184,218)
#FFC2DF
(255,194,223)
#FFCCE4
(255,204,228)
#FFD6E9
(255,214,233)
#FFE0EE
(255,224,238)
#FFEAF3
(255,234,243)
#FFF4F8
(255,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF90C6; }

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

This text font color is #FF90C6.


Background Color

.myBgColor { background-color: #FF90C6; }

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

This div background color is #FF90C6.


Border color

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

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

This div border color is #FF90C6.


Opacity

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

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

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

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

This text has shadow with #FF90C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF90C6 on black background.


Color preview on white background

This text has color #FF90C6 on white background.



Black color preview on #FF90C6 background

This text has black color on #FF90C6 background.


White color preview on #FF90C6 background

This text has white color on #FF90C6 background.