COLOR #FEB5BD

HEX: #FEB5BD
RGB: (254,181,189)

Renk bilgisi

#FEB5BD contains mainly red color. #FEB5BD ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FEB5BD color RGB value is (254,181,189).

  • kırmız ton 254;
  • yeşil ton 181;
  • mavi ton 189.
RGB:
(254,181,189)
(100%,71%,74%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 181 of 255 = 71%
B 189 of 255 = 74%

254
181
189

R + G + B ~ 82%. #FEB5BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 181 + 189 = 624 (100%)
R 254 of 624 ~ 40.71%
G 181 of 624 ~ 29.01%
B 189 of 624 ~ 30.29%

%40.71
%29.01
%30.29

CMYK RENK MODELİ

#FEB5BD rengi CMYK tonu (0,29,26,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.74%
  • sarı tonu 25.59%
  • ana renk tonu 0.39%
CMYK:
(0,29,26,0)
C0M29Y26K0 
(0%,29%,26%,0%)
(0.00/0.29/0.26/0.00)	

CMYK yüzdeleri

%0
%28.74
%25.59
%0.39

Codes

Color #FEB5BD in popluar color models

FEB5BD
RGB254181189
HSL353°97.33%85.29%
HSB/HSV353°28.74%99.61%
CMYK0.00%28.74%25.59%
0.39%

Color #FEB5BD in popluar number systems.

HEXFEB5BD
Decimal254181189
Binary111111101011010110111101
Octal376265275

Shades and tints

Shades of #FEB5BD

#FEB5BD
(254,181,189)
#E7A5AC
(231,165,172)
#D0959B
(208,149,155)
#B9858A
(185,133,138)
#A27579
(162,117,121)
#8B6568
(139,101,104)
#745557
(116,85,87)
#5D4546
(93,69,70)
#463535
(70,53,53)
#2F2524
(47,37,36)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #FEB5BD

#FEB5BD
(254,181,189)
#FEBBC3
(254,187,195)
#FEC1C9
(254,193,201)
#FEC7CF
(254,199,207)
#FECDD5
(254,205,213)
#FED3DB
(254,211,219)
#FED9E1
(254,217,225)
#FEDFE7
(254,223,231)
#FEE5ED
(254,229,237)
#FEEBF3
(254,235,243)
#FEF1F9
(254,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB5BD color. Also use rgb(254,181,189) instead hex code.

Text Font Color

.myTextColor { color: #FEB5BD; }

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

This text font color is #FEB5BD.


Background Color

.myBgColor { background-color: #FEB5BD; }

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

This div background color is #FEB5BD.


Border color

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

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

This div border color is #FEB5BD.


Opacity

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

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

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

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

This text has shadow with #FEB5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB5BD on black background.


Color preview on white background

This text has color #FEB5BD on white background.



Black color preview on #FEB5BD background

This text has black color on #FEB5BD background.


White color preview on #FEB5BD background

This text has white color on #FEB5BD background.