COLOR #FEB6BD

HEX: #FEB6BD
RGB: (254,182,189)

Renk bilgisi

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

RGB renk modeli

#FEB6BD color RGB value is (254,182,189).

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

RGB bağlantıları ve doygunluk

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

254
182
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 182 + 189 = 625 (100%)
R 254 of 625 ~ 40.64%
G 182 of 625 ~ 29.12%
B 189 of 625 ~ 30.24%

%40.64
%29.12
%30.24

CMYK RENK MODELİ

#FEB6BD rengi CMYK tonu (0,28,26,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.35%
  • sarı tonu 25.59%
  • ana renk tonu 0.39%
CMYK:
(0,28,26,0)
C0M28Y26K0 
(0%,28%,26%,0%)
(0.00/0.28/0.26/0.00)	

CMYK yüzdeleri

%0
%28.35
%25.59
%0.39

Codes

Color #FEB6BD in popluar color models

FEB6BD
RGB254182189
HSL354°97.30%85.49%
HSB/HSV354°28.35%99.61%
CMYK0.00%28.35%25.59%
0.39%

Color #FEB6BD in popluar number systems.

HEXFEB6BD
Decimal254182189
Binary111111101011011010111101
Octal376266275

Shades and tints

Shades of #FEB6BD

#FEB6BD
(254,182,189)
#E7A6AC
(231,166,172)
#D0969B
(208,150,155)
#B9868A
(185,134,138)
#A27679
(162,118,121)
#8B6668
(139,102,104)
#745657
(116,86,87)
#5D4646
(93,70,70)
#463635
(70,54,53)
#2F2624
(47,38,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #FEB6BD

#FEB6BD
(254,182,189)
#FEBCC3
(254,188,195)
#FEC2C9
(254,194,201)
#FEC8CF
(254,200,207)
#FECED5
(254,206,213)
#FED4DB
(254,212,219)
#FEDAE1
(254,218,225)
#FEE0E7
(254,224,231)
#FEE6ED
(254,230,237)
#FEECF3
(254,236,243)
#FEF2F9
(254,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB6BD; }

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

This text font color is #FEB6BD.


Background Color

.myBgColor { background-color: #FEB6BD; }

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

This div background color is #FEB6BD.


Border color

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

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

This div border color is #FEB6BD.


Opacity

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

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

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

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

This text has shadow with #FEB6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB6BD on black background.


Color preview on white background

This text has color #FEB6BD on white background.



Black color preview on #FEB6BD background

This text has black color on #FEB6BD background.


White color preview on #FEB6BD background

This text has white color on #FEB6BD background.