COLOR #FFCFE6

HEX: #FFCFE6
RGB: (255,207,230)

Color info

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

RGB color model

#FFCFE6 color RGB value is (255,207,230).

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

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 230 of 255 = 90%

255
207
230

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

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 230 = 692 (100%)
R 255 of 692 ~ 36.85%
G 207 of 692 ~ 29.91%
B 230 of 692 ~ 33.24%

%36.85
%29.91
%33.24

CMYK color model

#FFCFE6 color CMYK value is (0,19,10,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(0,19,10,0)
C0M19Y10K0 
(0%,19%,10%,0%)
(0.00/0.19/0.10/0.00)	

CMYK percentages

%0
%18.82
%9.8
%0

Codes

Color #FFCFE6 in popluar color models

FFCFE6
RGB255207230
HSL331°100.00%90.59%
HSB/HSV331°18.82%100.00%
CMYK0.00%18.82%9.80%
0.00%

Color #FFCFE6 in popluar number systems.

HEXFFCFE6
Decimal255207230
Binary111111111100111111100110
Octal377317346

Shades and tints

Shades of #FFCFE6

#FFCFE6
(255,207,230)
#E8BDD2
(232,189,210)
#D1ABBE
(209,171,190)
#BA99AA
(186,153,170)
#A38796
(163,135,150)
#8C7582
(140,117,130)
#75636E
(117,99,110)
#5E515A
(94,81,90)
#473F46
(71,63,70)
#302D32
(48,45,50)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #FFCFE6

#FFCFE6
(255,207,230)
#FFD3E8
(255,211,232)
#FFD7EA
(255,215,234)
#FFDBEC
(255,219,236)
#FFDFEE
(255,223,238)
#FFE3F0
(255,227,240)
#FFE7F2
(255,231,242)
#FFEBF4
(255,235,244)
#FFEFF6
(255,239,246)
#FFF3F8
(255,243,248)
#FFF7FA
(255,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCFE6; }

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

This text font color is #FFCFE6.


Background Color

.myBgColor { background-color: #FFCFE6; }

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

This div background color is #FFCFE6.


Border color

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

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

This div border color is #FFCFE6.


Opacity

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

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

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

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

This text has shadow with #FFCFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCFE6 on black background.


Color preview on white background

This text has color #FFCFE6 on white background.



Black color preview on #FFCFE6 background

This text has black color on #FFCFE6 background.


White color preview on #FFCFE6 background

This text has white color on #FFCFE6 background.