COLOR #FECAC2

HEX: #FECAC2 RGB: (254,202,194)

Color info

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

RGB color model

#FECAC2 color RGB value is (254,202,194).

RGB: (254,202,194) (100%, 79%, 76%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 194 of 255 = 76%

254
202
194

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

Portions of RGB colors in percentages

R + G + B = 254 + 202 + 194 = 650 (100%)
R 254 of 650 ~ 39.08%
G 202 of 650 ~ 31.08%
B 194 of 650 ~ 29.85'%

%39.08
%31.08
%29.85

CMYK color model

#FECAC2 color CMYK value is (0,20,24,0).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 23.62%
  • key color value is 0.39%
CMYK: (0,20,24,0) C0M20Y24K0 (0%,20%,24%,0%) (0.00/0.20/0.24/0.00) 

CMYK percentages

%0
%20.47
%23.62
%0.39

Codes

Color #FECAC2 in popluar color models

FE CA C2
RGB 254 202 194
HSL 96.77% 87.84%
HSB/HSV 23.62% 99.61%
CMYK 0.00% 20.47% 23.62%
0.39%

Color #FECAC2 in popluar number systems.

HEX FE CA C2
Decimal 254 202 194
Binary 11111110 11001010 11000010
Octal 376 312 302

Shades and tints

Shades of #FECAC2

#FECAC2
(254,202,194)
#E7B8B1
(231,184,177)
#D0A6A0
(208,166,160)
#B9948F
(185,148,143)
#A2827E
(162,130,126)
#8B706D
(139,112,109)
#745E5C
(116,94,92)
#5D4C4B
(93,76,75)
#463A3A
(70,58,58)
#2F2829
(47,40,41)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #FECAC2

#FECAC2
(254,202,194)
#FECEC7
(254,206,199)
#FED2CC
(254,210,204)
#FED6D1
(254,214,209)
#FEDAD6
(254,218,214)
#FEDEDB
(254,222,219)
#FEE2E0
(254,226,224)
#FEE6E5
(254,230,229)
#FEEAEA
(254,234,234)
#FEEEEF
(254,238,239)
#FEF2F4
(254,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECAC2; }

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

This text font color is #FECAC2.

Background Color

.myBgColor { background-color: #FECAC2; }

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

This div background color is #FECAC2.

Border color

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

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

This div border color is #FECAC2.

Opacity

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

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

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

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

This text has shadow with #FECAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECAC2.

Preview

Color preview on black background

This text has color #FECAC2 on black background.


Color preview on white background

This text has color #FECAC2 on white background.


Black color preview on #FECAC2 background

This text has black color on #FECAC2 background.


White color preview on #FECAC2 background

This text has white color on #FECAC2 background.


Related colors

Complementary color

Complementary color for #hex is #01353D.


I love getcolorcode.com

Triadic colors

1 #C2FECA and #CAC2FE with #FECAC2 are triadic colors.

2 #C2CAFE and #CAFEC2 with #FECAC2 are triadic colors.