COLOR #FECAB2

HEX: #FECAB2 RGB: (254,202,178)

Color info

#FECAB2 contains mainly red and green colors. Web safe color of #FECAB2 is #FFCC99 (or #FC9).

RGB color model

#FECAB2 color RGB value is (254,202,178).

RGB: (254,202,178) (100%, 79%, 70%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 178 of 255 = 70%

254
202
178

R + G + B ~ 83%. #FECAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 202 + 178 = 634 (100%)
R 254 of 634 ~ 40.06%
G 202 of 634 ~ 31.86%
B 178 of 634 ~ 28.08'%

%40.06
%31.86
%28.08

CMYK color model

#FECAB2 color CMYK value is (0,20,30,0).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 29.92%
  • key color value is 0.39%

CMYK: (0,20,30,0)
C0M20Y30K0 (0%, 20%, 30%, 0%)
(0.00 / 0.20 / 0.30 / 0.00)

CMYK percentages

%0
%20.47
%29.92
%0.39

Codes

Color #FECAB2 in popluar color models

FE CA B2
RGB 254 202 178
HSL 19° 97.44% 84.71%
HSB/HSV 19° 29.92% 99.61%
CMYK 0.00% 20.47% 29.92%
0.39%

Color #FECAB2 in popluar number systems.

HEX FE CA B2
Decimal 254 202 178
Binary 11111110 11001010 10110010
Octal 376 312 262

Shades and tints

Shades of #FECAB2

#FECAB2
(254,202,178)
#E7B8A2
(231,184,162)
#D0A692
(208,166,146)
#B99482
(185,148,130)
#A28272
(162,130,114)
#8B7062
(139,112,98)
#745E52
(116,94,82)
#5D4C42
(93,76,66)
#463A32
(70,58,50)
#2F2822
(47,40,34)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #FECAB2

#FECAB2
(254,202,178)
#FECEB9
(254,206,185)
#FED2C0
(254,210,192)
#FED6C7
(254,214,199)
#FEDACE
(254,218,206)
#FEDED5
(254,222,213)
#FEE2DC
(254,226,220)
#FEE6E3
(254,230,227)
#FEEAEA
(254,234,234)
#FEEEF1
(254,238,241)
#FEF2F8
(254,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECAB2 color. Also use rgb(254,202,178) instead hex code.

Text Font Color

.myTextColor { color: #FECAB2; }

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

This text font color is #FECAB2.

Background Color

.myBgColor { background-color: #FECAB2; }

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

This div background color is #FECAB2.

Border color

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

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

This div border color is #FECAB2.

Opacity

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

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

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

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

This text has shadow with #FECAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECAB2.

Preview

Color preview on black background

This text has color #FECAB2 on black background.


Color preview on white background

This text has color #FECAB2 on white background.


Black color preview on #FECAB2 background

This text has black color on #FECAB2 background.


White color preview on #FECAB2 background

This text has white color on #FECAB2 background.


Related colors

Complementary color

Complementary color for #hex is #01354D.


I love getcolorcode.com

Triadic colors

1 #B2FECA and #CAB2FE with #FECAB2 are triadic colors.

2 #B2CAFE and #CAFEB2 with #FECAB2 are triadic colors.