COLOR #FFC4DE

HEX: #FFC4DE
RGB: (255,196,222)

Color info

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

RGB color model

#FFC4DE color RGB value is (255,196,222).

  • red value is 255;
  • green value is 196;
  • blue value is 222.
RGB:
(255,196,222)
(100%,77%,87%)

RGB channels and saturation

R 255 of 255 = 100%
G 196 of 255 = 77%
B 222 of 255 = 87%

255
196
222

R + G + B ~ 88%. #FFC4DE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 196 + 222 = 673 (100%)
R 255 of 673 ~ 37.89%
G 196 of 673 ~ 29.12%
B 222 of 673 ~ 32.99%

%37.89
%29.12
%32.99

CMYK color model

#FFC4DE color CMYK value is (0,23,13,0).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 12.94%
  • key color value is 0.00%
CMYK:
(0,23,13,0)
C0M23Y13K0 
(0%,23%,13%,0%)
(0.00/0.23/0.13/0.00)	

CMYK percentages

%0
%23.14
%12.94
%0

Codes

Color #FFC4DE in popluar color models

FFC4DE
RGB255196222
HSL334°100.00%88.43%
HSB/HSV334°23.14%100.00%
CMYK0.00%23.14%12.94%
0.00%

Color #FFC4DE in popluar number systems.

HEXFFC4DE
Decimal255196222
Binary111111111100010011011110
Octal377304336

Shades and tints

Shades of #FFC4DE

#FFC4DE
(255,196,222)
#E8B3CA
(232,179,202)
#D1A2B6
(209,162,182)
#BA91A2
(186,145,162)
#A3808E
(163,128,142)
#8C6F7A
(140,111,122)
#755E66
(117,94,102)
#5E4D52
(94,77,82)
#473C3E
(71,60,62)
#302B2A
(48,43,42)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #FFC4DE

#FFC4DE
(255,196,222)
#FFC9E1
(255,201,225)
#FFCEE4
(255,206,228)
#FFD3E7
(255,211,231)
#FFD8EA
(255,216,234)
#FFDDED
(255,221,237)
#FFE2F0
(255,226,240)
#FFE7F3
(255,231,243)
#FFECF6
(255,236,246)
#FFF1F9
(255,241,249)
#FFF6FC
(255,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC4DE color. Also use rgb(255,196,222) instead hex code.

Text Font Color

.myTextColor { color: #FFC4DE; }

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

This text font color is #FFC4DE.


Background Color

.myBgColor { background-color: #FFC4DE; }

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

This div background color is #FFC4DE.


Border color

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

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

This div border color is #FFC4DE.


Opacity

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

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

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

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

This text has shadow with #FFC4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC4DE on black background.


Color preview on white background

This text has color #FFC4DE on white background.



Black color preview on #FFC4DE background

This text has black color on #FFC4DE background.


White color preview on #FFC4DE background

This text has white color on #FFC4DE background.