COLOR #FFBEBE

HEX: #FFBEBE
RGB: (255,190,190)

Color info

#FFBEBE contains mainly red color. Web safe color of #FFBEBE is #FFCCCC (or #FCC).

RGB color model

#FFBEBE color RGB value is (255,190,190).

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

RGB channels and saturation

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

255
190
190

R + G + B ~ 83%. #FFBEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 190 + 190 = 635 (100%)
R 255 of 635 ~ 40.16%
G 190 of 635 ~ 29.92%
B 190 of 635 ~ 29.92%

%40.16
%29.92
%29.92

CMYK color model

#FFBEBE color CMYK value is (0,25,25,0).

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

CMYK percentages

%0
%25.49
%25.49
%0

Codes

Color #FFBEBE in popluar color models

FFBEBE
RGB255190190
HSL100.00%87.25%
HSB/HSV25.49%100.00%
CMYK0.00%25.49%25.49%
0.00%

Color #FFBEBE in popluar number systems.

HEXFFBEBE
Decimal255190190
Binary111111111011111010111110
Octal377276276

Shades and tints

Shades of #FFBEBE

#FFBEBE
(255,190,190)
#E8ADAD
(232,173,173)
#D19C9C
(209,156,156)
#BA8B8B
(186,139,139)
#A37A7A
(163,122,122)
#8C6969
(140,105,105)
#755858
(117,88,88)
#5E4747
(94,71,71)
#473636
(71,54,54)
#302525
(48,37,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #FFBEBE

#FFBEBE
(255,190,190)
#FFC3C3
(255,195,195)
#FFC8C8
(255,200,200)
#FFCDCD
(255,205,205)
#FFD2D2
(255,210,210)
#FFD7D7
(255,215,215)
#FFDCDC
(255,220,220)
#FFE1E1
(255,225,225)
#FFE6E6
(255,230,230)
#FFEBEB
(255,235,235)
#FFF0F0
(255,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFBEBE; }

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

This text font color is #FFBEBE.


Background Color

.myBgColor { background-color: #FFBEBE; }

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

This div background color is #FFBEBE.


Border color

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

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

This div border color is #FFBEBE.


Opacity

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

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

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

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

This text has shadow with #FFBEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFBEBE on black background.


Color preview on white background

This text has color #FFBEBE on white background.



Black color preview on #FFBEBE background

This text has black color on #FFBEBE background.


White color preview on #FFBEBE background

This text has white color on #FFBEBE background.