COLOR #FFBEC3

HEX: #FFBEC3 RGB: (255,190,195)

Color info

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

RGB color model

#FFBEC3 color RGB value is (255,190,195).

RGB: (255,190,195) (100%, 75%, 76%)

RGB channels and saturation

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

255
190
195

R + G + B ~ 84%. #FFBEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 190 + 195 = 640 (100%)
R 255 of 640 ~ 39.84%
G 190 of 640 ~ 29.69%
B 195 of 640 ~ 30.47'%

%39.84
%29.69
%30.47

CMYK color model

#FFBEC3 color CMYK value is (0,25,24,0).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 23.53%
  • key color value is 0.00%

CMYK: (0,25,24,0)
C0M25Y24K0 (0%, 25%, 24%, 0%)
(0.00 / 0.25 / 0.24 / 0.00)

CMYK percentages

%0
%25.49
%23.53
%0

Codes

Color #FFBEC3 in popluar color models

FF BE C3
RGB 255 190 195
HSL 355° 100.00% 87.25%
HSB/HSV 355° 25.49% 100.00%
CMYK 0.00% 25.49% 23.53%
0.00%

Color #FFBEC3 in popluar number systems.

HEX FF BE C3
Decimal 255 190 195
Binary 11111111 10111110 11000011
Octal 377 276 303

Shades and tints

Shades of #FFBEC3

#FFBEC3
(255,190,195)
#E8ADB2
(232,173,178)
#D19CA1
(209,156,161)
#BA8B90
(186,139,144)
#A37A7F
(163,122,127)
#8C696E
(140,105,110)
#75585D
(117,88,93)
#5E474C
(94,71,76)
#47363B
(71,54,59)
#30252A
(48,37,42)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #FFBEC3

#FFBEC3
(255,190,195)
#FFC3C8
(255,195,200)
#FFC8CD
(255,200,205)
#FFCDD2
(255,205,210)
#FFD2D7
(255,210,215)
#FFD7DC
(255,215,220)
#FFDCE1
(255,220,225)
#FFE1E6
(255,225,230)
#FFE6EB
(255,230,235)
#FFEBF0
(255,235,240)
#FFF0F5
(255,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFBEC3; }

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

This text font color is #FFBEC3.

Background Color

.myBgColor { background-color: #FFBEC3; }

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

This div background color is #FFBEC3.

Border color

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

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

This div border color is #FFBEC3.

Opacity

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

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

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

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

This text has shadow with #FFBEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFBEC3.

Preview

Color preview on black background

This text has color #FFBEC3 on black background.


Color preview on white background

This text has color #FFBEC3 on white background.


Black color preview on #FFBEC3 background

This text has black color on #FFBEC3 background.


White color preview on #FFBEC3 background

This text has white color on #FFBEC3 background.


Related colors

Complementary color

Complementary color for #hex is #00413C.


I love getcolorcode.com

Triadic colors

1 #C3FFBE and #BEC3FF with #FFBEC3 are triadic colors.

2 #C3BEFF and #BEFFC3 with #FFBEC3 are triadic colors.