COLOR #FEB9AF

HEX: #FEB9AF
RGB: (254,185,175)

Color info

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

RGB color model

#FEB9AF color RGB value is (254,185,175).

  • red value is 254;
  • green value is 185;
  • blue value is 175.
RGB:
(254,185,175)
(100%,73%,69%)

RGB channels and saturation

R 254 of 255 = 100%
G 185 of 255 = 73%
B 175 of 255 = 69%

254
185
175

R + G + B ~ 81%. #FEB9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 185 + 175 = 614 (100%)
R 254 of 614 ~ 41.37%
G 185 of 614 ~ 30.13%
B 175 of 614 ~ 28.5%

%41.37
%30.13
%28.5

CMYK color model

#FEB9AF color CMYK value is (0,27,31,0).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 31.10%
  • key color value is 0.39%
CMYK:
(0,27,31,0)
C0M27Y31K0 
(0%,27%,31%,0%)
(0.00/0.27/0.31/0.00)	

CMYK percentages

%0
%27.17
%31.1
%0.39

Codes

Color #FEB9AF in popluar color models

FEB9AF
RGB254185175
HSL97.53%84.12%
HSB/HSV31.10%99.61%
CMYK0.00%27.17%31.10%
0.39%

Color #FEB9AF in popluar number systems.

HEXFEB9AF
Decimal254185175
Binary111111101011100110101111
Octal376271257

Shades and tints

Shades of #FEB9AF

#FEB9AF
(254,185,175)
#E7A9A0
(231,169,160)
#D09991
(208,153,145)
#B98982
(185,137,130)
#A27973
(162,121,115)
#8B6964
(139,105,100)
#745955
(116,89,85)
#5D4946
(93,73,70)
#463937
(70,57,55)
#2F2928
(47,41,40)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #FEB9AF

#FEB9AF
(254,185,175)
#FEBFB6
(254,191,182)
#FEC5BD
(254,197,189)
#FECBC4
(254,203,196)
#FED1CB
(254,209,203)
#FED7D2
(254,215,210)
#FEDDD9
(254,221,217)
#FEE3E0
(254,227,224)
#FEE9E7
(254,233,231)
#FEEFEE
(254,239,238)
#FEF5F5
(254,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB9AF color. Also use rgb(254,185,175) instead hex code.

Text Font Color

.myTextColor { color: #FEB9AF; }

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

This text font color is #FEB9AF.


Background Color

.myBgColor { background-color: #FEB9AF; }

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

This div background color is #FEB9AF.


Border color

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

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

This div border color is #FEB9AF.


Opacity

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

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

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

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

This text has shadow with #FEB9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB9AF on black background.


Color preview on white background

This text has color #FEB9AF on white background.



Black color preview on #FEB9AF background

This text has black color on #FEB9AF background.


White color preview on #FEB9AF background

This text has white color on #FEB9AF background.