COLOR #FEB69A

HEX: #FEB69A RGB: (254,182,154)

Color info

#FEB69A contains mainly red color. Web safe color of #FEB69A is #FFCC99 (or #FC9).

RGB color model

#FEB69A color RGB value is (254,182,154).

RGB: (254,182,154) (100%, 71%, 60%)

RGB channels and saturation

R 254 of 255 = 100%
G 182 of 255 = 71%
B 154 of 255 = 60%

254
182
154

R + G + B ~ 77%. #FEB69A is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 182 + 154 = 590 (100%)
R 254 of 590 ~ 43.05%
G 182 of 590 ~ 30.85%
B 154 of 590 ~ 26.1'%

%43.05
%30.85
%26.1

CMYK color model

#FEB69A color CMYK value is (0,28,39,0).

  • cyan value is 0.00%
  • magenta value is 28.35%
  • yellow value is 39.37%
  • key color value is 0.39%

CMYK: (0,28,39,0)
C0M28Y39K0 (0%, 28%, 39%, 0%)
(0.00 / 0.28 / 0.39 / 0.00)

CMYK percentages

%0
%28.35
%39.37
%0.39

Codes

Color #FEB69A in popluar color models

FE B6 9A
RGB 254 182 154
HSL 17° 98.04% 80.00%
HSB/HSV 17° 39.37% 99.61%
CMYK 0.00% 28.35% 39.37%
0.39%

Color #FEB69A in popluar number systems.

HEX FE B6 9A
Decimal 254 182 154
Binary 11111110 10110110 10011010
Octal 376 266 232

Shades and tints

Shades of #FEB69A

#FEB69A
(254,182,154)
#E7A68C
(231,166,140)
#D0967E
(208,150,126)
#B98670
(185,134,112)
#A27662
(162,118,98)
#8B6654
(139,102,84)
#745646
(116,86,70)
#5D4638
(93,70,56)
#46362A
(70,54,42)
#2F261C
(47,38,28)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #FEB69A

#FEB69A
(254,182,154)
#FEBCA3
(254,188,163)
#FEC2AC
(254,194,172)
#FEC8B5
(254,200,181)
#FECEBE
(254,206,190)
#FED4C7
(254,212,199)
#FEDAD0
(254,218,208)
#FEE0D9
(254,224,217)
#FEE6E2
(254,230,226)
#FEECEB
(254,236,235)
#FEF2F4
(254,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB69A color. Also use rgb(254,182,154) instead hex code.

Text Font Color

.myTextColor { color: #FEB69A; }

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

This text font color is #FEB69A.

Background Color

.myBgColor { background-color: #FEB69A; }

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

This div background color is #FEB69A.

Border color

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

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

This div border color is #FEB69A.

Opacity

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

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

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

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

This text has shadow with #FEB69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB69A.

Preview

Color preview on black background

This text has color #FEB69A on black background.


Color preview on white background

This text has color #FEB69A on white background.


Black color preview on #FEB69A background

This text has black color on #FEB69A background.


White color preview on #FEB69A background

This text has white color on #FEB69A background.


Related colors

Complementary color

Complementary color for #hex is #014965.


I love getcolorcode.com

Triadic colors

1 #9AFEB6 and #B69AFE with #FEB69A are triadic colors.

2 #9AB6FE and #B6FE9A with #FEB69A are triadic colors.