COLOR #FFCFE4

HEX: #FFCFE4
RGB: (255,207,228)

Color info

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

RGB color model

#FFCFE4 color RGB value is (255,207,228).

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

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 228 of 255 = 89%

255
207
228

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

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 228 = 690 (100%)
R 255 of 690 ~ 36.96%
G 207 of 690 ~ 30%
B 228 of 690 ~ 33.04%

%36.96
%30
%33.04

CMYK color model

#FFCFE4 color CMYK value is (0,19,11,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,19,11,0)
C0M19Y11K0 
(0%,19%,11%,0%)
(0.00/0.19/0.11/0.00)	

CMYK percentages

%0
%18.82
%10.59
%0

Codes

Color #FFCFE4 in popluar color models

FFCFE4
RGB255207228
HSL334°100.00%90.59%
HSB/HSV334°18.82%100.00%
CMYK0.00%18.82%10.59%
0.00%

Color #FFCFE4 in popluar number systems.

HEXFFCFE4
Decimal255207228
Binary111111111100111111100100
Octal377317344

Shades and tints

Shades of #FFCFE4

#FFCFE4
(255,207,228)
#E8BDD0
(232,189,208)
#D1ABBC
(209,171,188)
#BA99A8
(186,153,168)
#A38794
(163,135,148)
#8C7580
(140,117,128)
#75636C
(117,99,108)
#5E5158
(94,81,88)
#473F44
(71,63,68)
#302D30
(48,45,48)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #FFCFE4

#FFCFE4
(255,207,228)
#FFD3E6
(255,211,230)
#FFD7E8
(255,215,232)
#FFDBEA
(255,219,234)
#FFDFEC
(255,223,236)
#FFE3EE
(255,227,238)
#FFE7F0
(255,231,240)
#FFEBF2
(255,235,242)
#FFEFF4
(255,239,244)
#FFF3F6
(255,243,246)
#FFF7F8
(255,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCFE4; }

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

This text font color is #FFCFE4.


Background Color

.myBgColor { background-color: #FFCFE4; }

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

This div background color is #FFCFE4.


Border color

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

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

This div border color is #FFCFE4.


Opacity

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

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

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

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

This text has shadow with #FFCFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCFE4 on black background.


Color preview on white background

This text has color #FFCFE4 on white background.



Black color preview on #FFCFE4 background

This text has black color on #FFCFE4 background.


White color preview on #FFCFE4 background

This text has white color on #FFCFE4 background.