COLOR #FEB6DA

HEX: #FEB6DA RGB: (254,182,218)

Color info

#FEB6DA contains mainly red and blue colors. Web safe color of #FEB6DA is #FFCCCC (or #FCC).

RGB color model

#FEB6DA color RGB value is (254,182,218).

RGB: (254,182,218) (100%, 71%, 85%)

RGB channels and saturation

R 254 of 255 = 100%
G 182 of 255 = 71%
B 218 of 255 = 85%

254
182
218

R + G + B ~ 85%. #FEB6DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 182 + 218 = 654 (100%)
R 254 of 654 ~ 38.84%
G 182 of 654 ~ 27.83%
B 218 of 654 ~ 33.33'%

%38.84
%27.83
%33.33

CMYK color model

#FEB6DA color CMYK value is (0,28,14,0).

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

CMYK: (0,28,14,0)
C0M28Y14K0 (0%, 28%, 14%, 0%)
(0.00 / 0.28 / 0.14 / 0.00)

CMYK percentages

%0
%28.35
%14.17
%0.39

Codes

Color #FEB6DA in popluar color models

FE B6 DA
RGB 254 182 218
HSL 330° 97.30% 85.49%
HSB/HSV 330° 28.35% 99.61%
CMYK 0.00% 28.35% 14.17%
0.39%

Color #FEB6DA in popluar number systems.

HEX FE B6 DA
Decimal 254 182 218
Binary 11111110 10110110 11011010
Octal 376 266 332

Shades and tints

Shades of #FEB6DA

#FEB6DA
(254,182,218)
#E7A6C7
(231,166,199)
#D096B4
(208,150,180)
#B986A1
(185,134,161)
#A2768E
(162,118,142)
#8B667B
(139,102,123)
#745668
(116,86,104)
#5D4655
(93,70,85)
#463642
(70,54,66)
#2F262F
(47,38,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #FEB6DA

#FEB6DA
(254,182,218)
#FEBCDD
(254,188,221)
#FEC2E0
(254,194,224)
#FEC8E3
(254,200,227)
#FECEE6
(254,206,230)
#FED4E9
(254,212,233)
#FEDAEC
(254,218,236)
#FEE0EF
(254,224,239)
#FEE6F2
(254,230,242)
#FEECF5
(254,236,245)
#FEF2F8
(254,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB6DA; }

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

This text font color is #FEB6DA.

Background Color

.myBgColor { background-color: #FEB6DA; }

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

This div background color is #FEB6DA.

Border color

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

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

This div border color is #FEB6DA.

Opacity

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

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

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

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

This text has shadow with #FEB6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB6DA.

Preview

Color preview on black background

This text has color #FEB6DA on black background.


Color preview on white background

This text has color #FEB6DA on white background.


Black color preview on #FEB6DA background

This text has black color on #FEB6DA background.


White color preview on #FEB6DA background

This text has white color on #FEB6DA background.


Related colors

Complementary color

Complementary color for #hex is #014925.


I love getcolorcode.com

Triadic colors

1 #DAFEB6 and #B6DAFE with #FEB6DA are triadic colors.

2 #DAB6FE and #B6FEDA with #FEB6DA are triadic colors.