COLOR #FFECCF

HEX: #FFECCF
RGB: (255,236,207)

Color info

#FFECCF contains red, green and blue colors in about the same proportion. Web safe color of #FFECCF is #FFFFCC (or #FFC).

RGB color model

#FFECCF color RGB value is (255,236,207).

  • red value is 255;
  • green value is 236;
  • blue value is 207.
RGB:
(255,236,207)
(100%,93%,81%)

RGB channels and saturation

R 255 of 255 = 100%
G 236 of 255 = 93%
B 207 of 255 = 81%

255
236
207

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

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 207 = 698 (100%)
R 255 of 698 ~ 36.53%
G 236 of 698 ~ 33.81%
B 207 of 698 ~ 29.66%

%36.53
%33.81
%29.66

CMYK color model

#FFECCF color CMYK value is (0,7,19,0).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 18.82%
  • key color value is 0.00%
CMYK:
(0,7,19,0)
C0M7Y19K0 
(0%,7%,19%,0%)
(0.00/0.07/0.19/0.00)	

CMYK percentages

%0
%7.45
%18.82
%0

Codes

Color #FFECCF in popluar color models

FFECCF
RGB255236207
HSL36°100.00%90.59%
HSB/HSV36°18.82%100.00%
CMYK0.00%7.45%18.82%
0.00%

Color #FFECCF in popluar number systems.

HEXFFECCF
Decimal255236207
Binary111111111110110011001111
Octal377354317

Shades and tints

Shades of #FFECCF

#FFECCF
(255,236,207)
#E8D7BD
(232,215,189)
#D1C2AB
(209,194,171)
#BAAD99
(186,173,153)
#A39887
(163,152,135)
#8C8375
(140,131,117)
#756E63
(117,110,99)
#5E5951
(94,89,81)
#47443F
(71,68,63)
#302F2D
(48,47,45)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #FFECCF

#FFECCF
(255,236,207)
#FFEDD3
(255,237,211)
#FFEED7
(255,238,215)
#FFEFDB
(255,239,219)
#FFF0DF
(255,240,223)
#FFF1E3
(255,241,227)
#FFF2E7
(255,242,231)
#FFF3EB
(255,243,235)
#FFF4EF
(255,244,239)
#FFF5F3
(255,245,243)
#FFF6F7
(255,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFECCF color. Also use rgb(255,236,207) instead hex code.

Text Font Color

.myTextColor { color: #FFECCF; }

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

This text font color is #FFECCF.


Background Color

.myBgColor { background-color: #FFECCF; }

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

This div background color is #FFECCF.


Border color

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

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

This div border color is #FFECCF.


Opacity

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

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

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

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

This text has shadow with #FFECCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECCF on black background.


Color preview on white background

This text has color #FFECCF on white background.



Black color preview on #FFECCF background

This text has black color on #FFECCF background.


White color preview on #FFECCF background

This text has white color on #FFECCF background.