COLOR #FECCE6

HEX: #FECCE6 RGB: (254,204,230)

Color info

#FECCE6 contains red, green and blue colors in about the same proportion. Web safe color of #FECCE6 is #FFCCCC (or #FCC).

RGB color model

#FECCE6 color RGB value is (254,204,230).

RGB: (254,204,230) (100%, 80%, 90%)

RGB channels and saturation

R 254 of 255 = 100%
G 204 of 255 = 80%
B 230 of 255 = 90%

254
204
230

R + G + B ~ 90%. #FECCE6 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 204 + 230 = 688 (100%)
R 254 of 688 ~ 36.92%
G 204 of 688 ~ 29.65%
B 230 of 688 ~ 33.43'%

%36.92
%29.65
%33.43

CMYK color model

#FECCE6 color CMYK value is (0,20,9,0).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 9.45%
  • key color value is 0.39%

CMYK: (0,20,9,0)
C0M20Y9K0 (0%, 20%, 9%, 0%)
(0.00 / 0.20 / 0.09 / 0.00)

CMYK percentages

%0
%19.69
%9.45
%0.39

Codes

Color #FECCE6 in popluar color models

FE CC E6
RGB 254 204 230
HSL 329° 96.15% 89.80%
HSB/HSV 329° 19.69% 99.61%
CMYK 0.00% 19.69% 9.45%
0.39%

Color #FECCE6 in popluar number systems.

HEX FE CC E6
Decimal 254 204 230
Binary 11111110 11001100 11100110
Octal 376 314 346

Shades and tints

Shades of #FECCE6

#FECCE6
(254,204,230)
#E7BAD2
(231,186,210)
#D0A8BE
(208,168,190)
#B996AA
(185,150,170)
#A28496
(162,132,150)
#8B7282
(139,114,130)
#74606E
(116,96,110)
#5D4E5A
(93,78,90)
#463C46
(70,60,70)
#2F2A32
(47,42,50)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #FECCE6

#FECCE6
(254,204,230)
#FED0E8
(254,208,232)
#FED4EA
(254,212,234)
#FED8EC
(254,216,236)
#FEDCEE
(254,220,238)
#FEE0F0
(254,224,240)
#FEE4F2
(254,228,242)
#FEE8F4
(254,232,244)
#FEECF6
(254,236,246)
#FEF0F8
(254,240,248)
#FEF4FA
(254,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECCE6 color. Also use rgb(254,204,230) instead hex code.

Text Font Color

.myTextColor { color: #FECCE6; }

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

This text font color is #FECCE6.

Background Color

.myBgColor { background-color: #FECCE6; }

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

This div background color is #FECCE6.

Border color

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

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

This div border color is #FECCE6.

Opacity

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

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

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

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

This text has shadow with #FECCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECCE6.

Preview

Color preview on black background

This text has color #FECCE6 on black background.


Color preview on white background

This text has color #FECCE6 on white background.


Black color preview on #FECCE6 background

This text has black color on #FECCE6 background.


White color preview on #FECCE6 background

This text has white color on #FECCE6 background.


Related colors

Complementary color

Complementary color for #hex is #013319.


I love getcolorcode.com

Triadic colors

1 #E6FECC and #CCE6FE with #FECCE6 are triadic colors.

2 #E6CCFE and #CCFEE6 with #FECCE6 are triadic colors.