COLOR #FEB098

HEX: #FEB098 RGB: (254,176,152)

Color info

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

RGB color model

#FEB098 color RGB value is (254,176,152).

RGB: (254,176,152) (100%, 69%, 60%)

RGB channels and saturation

R 254 of 255 = 100%
G 176 of 255 = 69%
B 152 of 255 = 60%

254
176
152

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

Portions of RGB colors in percentages

R + G + B = 254 + 176 + 152 = 582 (100%)
R 254 of 582 ~ 43.64%
G 176 of 582 ~ 30.24%
B 152 of 582 ~ 26.12'%

%43.64
%30.24
%26.12

CMYK color model

#FEB098 color CMYK value is (0,31,40,0).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 40.16%
  • key color value is 0.39%

CMYK: (0,31,40,0)
C0M31Y40K0 (0%, 31%, 40%, 0%)
(0.00 / 0.31 / 0.40 / 0.00)

CMYK percentages

%0
%30.71
%40.16
%0.39

Codes

Color #FEB098 in popluar color models

FE B0 98
RGB 254 176 152
HSL 14° 98.08% 79.61%
HSB/HSV 14° 40.16% 99.61%
CMYK 0.00% 30.71% 40.16%
0.39%

Color #FEB098 in popluar number systems.

HEX FE B0 98
Decimal 254 176 152
Binary 11111110 10110000 10011000
Octal 376 260 230

Shades and tints

Shades of #FEB098

#FEB098
(254,176,152)
#E7A08B
(231,160,139)
#D0907E
(208,144,126)
#B98071
(185,128,113)
#A27064
(162,112,100)
#8B6057
(139,96,87)
#74504A
(116,80,74)
#5D403D
(93,64,61)
#463030
(70,48,48)
#2F2023
(47,32,35)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #FEB098

#FEB098
(254,176,152)
#FEB7A1
(254,183,161)
#FEBEAA
(254,190,170)
#FEC5B3
(254,197,179)
#FECCBC
(254,204,188)
#FED3C5
(254,211,197)
#FEDACE
(254,218,206)
#FEE1D7
(254,225,215)
#FEE8E0
(254,232,224)
#FEEFE9
(254,239,233)
#FEF6F2
(254,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB098 color. Also use rgb(254,176,152) instead hex code.

Text Font Color

.myTextColor { color: #FEB098; }

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

This text font color is #FEB098.

Background Color

.myBgColor { background-color: #FEB098; }

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

This div background color is #FEB098.

Border color

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

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

This div border color is #FEB098.

Opacity

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

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

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

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

This text has shadow with #FEB098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB098.

Preview

Color preview on black background

This text has color #FEB098 on black background.


Color preview on white background

This text has color #FEB098 on white background.


Black color preview on #FEB098 background

This text has black color on #FEB098 background.


White color preview on #FEB098 background

This text has white color on #FEB098 background.


Related colors

Complementary color

Complementary color for #hex is #014F67.


I love getcolorcode.com

Triadic colors

1 #98FEB0 and #B098FE with #FEB098 are triadic colors.

2 #98B0FE and #B0FE98 with #FEB098 are triadic colors.