COLOR #FECEE8

HEX: #FECEE8 RGB: (254,206,232)

Color info

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

RGB color model

#FECEE8 color RGB value is (254,206,232).

RGB: (254,206,232) (100%, 81%, 91%)

RGB channels and saturation

R 254 of 255 = 100%
G 206 of 255 = 81%
B 232 of 255 = 91%

254
206
232

R + G + B ~ 91%. #FECEE8 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 206 + 232 = 692 (100%)
R 254 of 692 ~ 36.71%
G 206 of 692 ~ 29.77%
B 232 of 692 ~ 33.53'%

%36.71
%29.77
%33.53

CMYK color model

#FECEE8 color CMYK value is (0,19,9,0).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 8.66%
  • key color value is 0.39%

CMYK: (0,19,9,0)
C0M19Y9K0 (0%, 19%, 9%, 0%)
(0.00 / 0.19 / 0.09 / 0.00)

CMYK percentages

%0
%18.9
%8.66
%0.39

Codes

Color #FECEE8 in popluar color models

FE CE E8
RGB 254 206 232
HSL 328° 96.00% 90.20%
HSB/HSV 328° 18.90% 99.61%
CMYK 0.00% 18.90% 8.66%
0.39%

Color #FECEE8 in popluar number systems.

HEX FE CE E8
Decimal 254 206 232
Binary 11111110 11001110 11101000
Octal 376 316 350

Shades and tints

Shades of #FECEE8

#FECEE8
(254,206,232)
#E7BCD3
(231,188,211)
#D0AABE
(208,170,190)
#B998A9
(185,152,169)
#A28694
(162,134,148)
#8B747F
(139,116,127)
#74626A
(116,98,106)
#5D5055
(93,80,85)
#463E40
(70,62,64)
#2F2C2B
(47,44,43)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #FECEE8

#FECEE8
(254,206,232)
#FED2EA
(254,210,234)
#FED6EC
(254,214,236)
#FEDAEE
(254,218,238)
#FEDEF0
(254,222,240)
#FEE2F2
(254,226,242)
#FEE6F4
(254,230,244)
#FEEAF6
(254,234,246)
#FEEEF8
(254,238,248)
#FEF2FA
(254,242,250)
#FEF6FC
(254,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECEE8 color. Also use rgb(254,206,232) instead hex code.

Text Font Color

.myTextColor { color: #FECEE8; }

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

This text font color is #FECEE8.

Background Color

.myBgColor { background-color: #FECEE8; }

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

This div background color is #FECEE8.

Border color

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

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

This div border color is #FECEE8.

Opacity

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

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

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

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

This text has shadow with #FECEE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECEE8.

Preview

Color preview on black background

This text has color #FECEE8 on black background.


Color preview on white background

This text has color #FECEE8 on white background.


Black color preview on #FECEE8 background

This text has black color on #FECEE8 background.


White color preview on #FECEE8 background

This text has white color on #FECEE8 background.


Related colors

Complementary color

Complementary color for #hex is #013117.


I love getcolorcode.com

Triadic colors

1 #E8FECE and #CEE8FE with #FECEE8 are triadic colors.

2 #E8CEFE and #CEFEE8 with #FECEE8 are triadic colors.