COLOR #FECFF2

HEX: #FECFF2
RGB: (254,207,242)

Color info

#FECFF2 contains red, green and blue colors in about the same proportion. Web safe color of #FECFF2 is #FFCCFF (or #FCF).

RGB color model

#FECFF2 color RGB value is (254,207,242).

  • red value is 254;
  • green value is 207;
  • blue value is 242.
RGB:
(254,207,242)
(100%,81%,95%)

RGB channels and saturation

R 254 of 255 = 100%
G 207 of 255 = 81%
B 242 of 255 = 95%

254
207
242

R + G + B ~ 92%. #FECFF2 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 207 + 242 = 703 (100%)
R 254 of 703 ~ 36.13%
G 207 of 703 ~ 29.45%
B 242 of 703 ~ 34.42%

%36.13
%29.45
%34.42

CMYK color model

#FECFF2 color CMYK value is (0,19,5,0).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 4.72%
  • key color value is 0.39%
CMYK:
(0,19,5,0)
C0M19Y5K0 
(0%,19%,5%,0%)
(0.00/0.19/0.05/0.00)	

CMYK percentages

%0
%18.5
%4.72
%0.39

Codes

Color #FECFF2 in popluar color models

FECFF2
RGB254207242
HSL315°95.92%90.39%
HSB/HSV315°18.50%99.61%
CMYK0.00%18.50%4.72%
0.39%

Color #FECFF2 in popluar number systems.

HEXFECFF2
Decimal254207242
Binary111111101100111111110010
Octal376317362

Shades and tints

Shades of #FECFF2

#FECFF2
(254,207,242)
#E7BDDC
(231,189,220)
#D0ABC6
(208,171,198)
#B999B0
(185,153,176)
#A2879A
(162,135,154)
#8B7584
(139,117,132)
#74636E
(116,99,110)
#5D5158
(93,81,88)
#463F42
(70,63,66)
#2F2D2C
(47,45,44)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #FECFF2

#FECFF2
(254,207,242)
#FED3F3
(254,211,243)
#FED7F4
(254,215,244)
#FEDBF5
(254,219,245)
#FEDFF6
(254,223,246)
#FEE3F7
(254,227,247)
#FEE7F8
(254,231,248)
#FEEBF9
(254,235,249)
#FEEFFA
(254,239,250)
#FEF3FB
(254,243,251)
#FEF7FC
(254,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECFF2 color. Also use rgb(254,207,242) instead hex code.

Text Font Color

.myTextColor { color: #FECFF2; }

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

This text font color is #FECFF2.


Background Color

.myBgColor { background-color: #FECFF2; }

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

This div background color is #FECFF2.


Border color

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

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

This div border color is #FECFF2.


Opacity

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

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

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

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

This text has shadow with #FECFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECFF2 on black background.


Color preview on white background

This text has color #FECFF2 on white background.



Black color preview on #FECFF2 background

This text has black color on #FECFF2 background.


White color preview on #FECFF2 background

This text has white color on #FECFF2 background.