COLOR #FFB293

HEX: #FFB293 RGB: (255,178,147)

Color info

#FFB293 contains mainly red color. Web safe color of #FFB293 is #FF9999 (or #F99).

RGB color model

#FFB293 color RGB value is (255,178,147).

RGB: (255,178,147) (100%, 70%, 58%)

RGB channels and saturation

R 255 of 255 = 100%
G 178 of 255 = 70%
B 147 of 255 = 58%

255
178
147

R + G + B ~ 76%. #FFB293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 178 + 147 = 580 (100%)
R 255 of 580 ~ 43.97%
G 178 of 580 ~ 30.69%
B 147 of 580 ~ 25.34'%

%43.97
%30.69
%25.34

CMYK color model

#FFB293 color CMYK value is (0,30,42,0).

  • cyan value is 0.00%
  • magenta value is 30.20%
  • yellow value is 42.35%
  • key color value is 0.00%
CMYK: (0,30,42,0) C0M30Y42K0 (0%,30%,42%,0%) (0.00/0.30/0.42/0.00) 

CMYK percentages

%0
%30.2
%42.35
%0

Codes

Color #FFB293 in popluar color models

FF B2 93
RGB 255 178 147
HSL 17° 100.00% 78.82%
HSB/HSV 17° 42.35% 100.00%
CMYK 0.00% 30.20% 42.35%
0.00%

Color #FFB293 in popluar number systems.

HEX FF B2 93
Decimal 255 178 147
Binary 11111111 10110010 10010011
Octal 377 262 223

Shades and tints

Shades of #FFB293

#FFB293
(255,178,147)
#E8A286
(232,162,134)
#D19279
(209,146,121)
#BA826C
(186,130,108)
#A3725F
(163,114,95)
#8C6252
(140,98,82)
#755245
(117,82,69)
#5E4238
(94,66,56)
#47322B
(71,50,43)
#30221E
(48,34,30)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #FFB293

#FFB293
(255,178,147)
#FFB99C
(255,185,156)
#FFC0A5
(255,192,165)
#FFC7AE
(255,199,174)
#FFCEB7
(255,206,183)
#FFD5C0
(255,213,192)
#FFDCC9
(255,220,201)
#FFE3D2
(255,227,210)
#FFEADB
(255,234,219)
#FFF1E4
(255,241,228)
#FFF8ED
(255,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB293; }

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

This text font color is #FFB293.

Background Color

.myBgColor { background-color: #FFB293; }

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

This div background color is #FFB293.

Border color

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

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

This div border color is #FFB293.

Opacity

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

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

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

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

This text has shadow with #FFB293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFB293.

Preview

Color preview on black background

This text has color #FFB293 on black background.


Color preview on white background

This text has color #FFB293 on white background.


Black color preview on #FFB293 background

This text has black color on #FFB293 background.


White color preview on #FFB293 background

This text has white color on #FFB293 background.


Related colors

Complementary color

Complementary color for #hex is #004D6C.


I love getcolorcode.com

Triadic colors

1 #93FFB2 and #B293FF with #FFB293 are triadic colors.

2 #93B2FF and #B2FF93 with #FFB293 are triadic colors.