COLOR #FFA0BE

HEX: #FFA0BE
RGB: (255,160,190)

Color info

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

RGB color model

#FFA0BE color RGB value is (255,160,190).

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

RGB channels and saturation

R 255 of 255 = 100%
G 160 of 255 = 63%
B 190 of 255 = 75%

255
160
190

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

Portions of RGB colors in percentages

R + G + B =
255 + 160 + 190 = 605 (100%)
R 255 of 605 ~ 42.15%
G 160 of 605 ~ 26.45%
B 190 of 605 ~ 31.4%

%42.15
%26.45
%31.4

CMYK color model

#FFA0BE color CMYK value is (0,37,25,0).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(0,37,25,0)
C0M37Y25K0 
(0%,37%,25%,0%)
(0.00/0.37/0.25/0.00)	

CMYK percentages

%0
%37.25
%25.49
%0

Codes

Color #FFA0BE in popluar color models

FFA0BE
RGB255160190
HSL341°100.00%81.37%
HSB/HSV341°37.25%100.00%
CMYK0.00%37.25%25.49%
0.00%

Color #FFA0BE in popluar number systems.

HEXFFA0BE
Decimal255160190
Binary111111111010000010111110
Octal377240276

Shades and tints

Shades of #FFA0BE

#FFA0BE
(255,160,190)
#E892AD
(232,146,173)
#D1849C
(209,132,156)
#BA768B
(186,118,139)
#A3687A
(163,104,122)
#8C5A69
(140,90,105)
#754C58
(117,76,88)
#5E3E47
(94,62,71)
#473036
(71,48,54)
#302225
(48,34,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #FFA0BE

#FFA0BE
(255,160,190)
#FFA8C3
(255,168,195)
#FFB0C8
(255,176,200)
#FFB8CD
(255,184,205)
#FFC0D2
(255,192,210)
#FFC8D7
(255,200,215)
#FFD0DC
(255,208,220)
#FFD8E1
(255,216,225)
#FFE0E6
(255,224,230)
#FFE8EB
(255,232,235)
#FFF0F0
(255,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA0BE; }

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

This text font color is #FFA0BE.


Background Color

.myBgColor { background-color: #FFA0BE; }

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

This div background color is #FFA0BE.


Border color

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

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

This div border color is #FFA0BE.


Opacity

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

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

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

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

This text has shadow with #FFA0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA0BE on black background.


Color preview on white background

This text has color #FFA0BE on white background.



Black color preview on #FFA0BE background

This text has black color on #FFA0BE background.


White color preview on #FFA0BE background

This text has white color on #FFA0BE background.