COLOR #FF90BE

HEX: #FF90BE
RGB: (255,144,190)

Color info

#FF90BE contains mainly red color. Web safe color of #FF90BE is #FF99CC (or #F9C).

RGB color model

#FF90BE color RGB value is (255,144,190).

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

RGB channels and saturation

R 255 of 255 = 100%
G 144 of 255 = 56%
B 190 of 255 = 75%

255
144
190

R + G + B ~ 77%. #FF90BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 144 + 190 = 589 (100%)
R 255 of 589 ~ 43.29%
G 144 of 589 ~ 24.45%
B 190 of 589 ~ 32.26%

%43.29
%24.45
%32.26

CMYK color model

#FF90BE color CMYK value is (0,44,25,0).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(0,44,25,0)
C0M44Y25K0 
(0%,44%,25%,0%)
(0.00/0.44/0.25/0.00)	

CMYK percentages

%0
%43.53
%25.49
%0

Codes

Color #FF90BE in popluar color models

FF90BE
RGB255144190
HSL335°100.00%78.24%
HSB/HSV335°43.53%100.00%
CMYK0.00%43.53%25.49%
0.00%

Color #FF90BE in popluar number systems.

HEXFF90BE
Decimal255144190
Binary111111111001000010111110
Octal377220276

Shades and tints

Shades of #FF90BE

#FF90BE
(255,144,190)
#E883AD
(232,131,173)
#D1769C
(209,118,156)
#BA698B
(186,105,139)
#A35C7A
(163,92,122)
#8C4F69
(140,79,105)
#754258
(117,66,88)
#5E3547
(94,53,71)
#472836
(71,40,54)
#301B25
(48,27,37)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #FF90BE

#FF90BE
(255,144,190)
#FF9AC3
(255,154,195)
#FFA4C8
(255,164,200)
#FFAECD
(255,174,205)
#FFB8D2
(255,184,210)
#FFC2D7
(255,194,215)
#FFCCDC
(255,204,220)
#FFD6E1
(255,214,225)
#FFE0E6
(255,224,230)
#FFEAEB
(255,234,235)
#FFF4F0
(255,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF90BE; }

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

This text font color is #FF90BE.


Background Color

.myBgColor { background-color: #FF90BE; }

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

This div background color is #FF90BE.


Border color

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

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

This div border color is #FF90BE.


Opacity

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

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

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

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

This text has shadow with #FF90BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF90BE on black background.


Color preview on white background

This text has color #FF90BE on white background.



Black color preview on #FF90BE background

This text has black color on #FF90BE background.


White color preview on #FF90BE background

This text has white color on #FF90BE background.