COLOR #FEECFA

HEX: #FEECFA
RGB: (254,236,250)

Color info

#FEECFA contains red, green and blue colors in about the same proportion. Web safe color of #FEECFA is #FFFFFF (or #FFF).

RGB color model

#FEECFA color RGB value is (254,236,250).

  • red value is 254;
  • green value is 236;
  • blue value is 250.
RGB:
(254,236,250)
(100%,93%,98%)

RGB channels and saturation

R 254 of 255 = 100%
G 236 of 255 = 93%
B 250 of 255 = 98%

254
236
250

R + G + B ~ 97%. #FEECFA is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 236 + 250 = 740 (100%)
R 254 of 740 ~ 34.32%
G 236 of 740 ~ 31.89%
B 250 of 740 ~ 33.78%

%34.32
%31.89
%33.78

CMYK color model

#FEECFA color CMYK value is (0,7,2,0).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 1.57%
  • key color value is 0.39%
CMYK:
(0,7,2,0)
C0M7Y2K0 
(0%,7%,2%,0%)
(0.00/0.07/0.02/0.00)	

CMYK percentages

%0
%7.09
%1.57
%0.39

Codes

Color #FEECFA in popluar color models

FEECFA
RGB254236250
HSL313°90.00%96.08%
HSB/HSV313°7.09%99.61%
CMYK0.00%7.09%1.57%
0.39%

Color #FEECFA in popluar number systems.

HEXFEECFA
Decimal254236250
Binary111111101110110011111010
Octal376354372

Shades and tints

Shades of #FEECFA

#FEECFA
(254,236,250)
#E7D7E4
(231,215,228)
#D0C2CE
(208,194,206)
#B9ADB8
(185,173,184)
#A298A2
(162,152,162)
#8B838C
(139,131,140)
#746E76
(116,110,118)
#5D5960
(93,89,96)
#46444A
(70,68,74)
#2F2F34
(47,47,52)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #FEECFA

#FEECFA
(254,236,250)
#FEEDFA
(254,237,250)
#FEEEFA
(254,238,250)
#FEEFFA
(254,239,250)
#FEF0FA
(254,240,250)
#FEF1FA
(254,241,250)
#FEF2FA
(254,242,250)
#FEF3FA
(254,243,250)
#FEF4FA
(254,244,250)
#FEF5FA
(254,245,250)
#FEF6FA
(254,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEECFA color. Also use rgb(254,236,250) instead hex code.

Text Font Color

.myTextColor { color: #FEECFA; }

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

This text font color is #FEECFA.


Background Color

.myBgColor { background-color: #FEECFA; }

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

This div background color is #FEECFA.


Border color

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

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

This div border color is #FEECFA.


Opacity

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

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

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

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

This text has shadow with #FEECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEECFA on black background.


Color preview on white background

This text has color #FEECFA on white background.



Black color preview on #FEECFA background

This text has black color on #FEECFA background.


White color preview on #FEECFA background

This text has white color on #FEECFA background.