COLOR #FFCFEB

HEX: #FFCFEB
RGB: (255,207,235)

Color info

#FFCFEB contains red, green and blue colors in about the same proportion. Web safe color of #FFCFEB is #FFCCFF (or #FCF).

RGB color model

#FFCFEB color RGB value is (255,207,235).

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

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 235 of 255 = 92%

255
207
235

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

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 235 = 697 (100%)
R 255 of 697 ~ 36.59%
G 207 of 697 ~ 29.7%
B 235 of 697 ~ 33.72%

%36.59
%29.7
%33.72

CMYK color model

#FFCFEB color CMYK value is (0,19,8,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(0,19,8,0)
C0M19Y8K0 
(0%,19%,8%,0%)
(0.00/0.19/0.08/0.00)	

CMYK percentages

%0
%18.82
%7.84
%0

Codes

Color #FFCFEB in popluar color models

FFCFEB
RGB255207235
HSL325°100.00%90.59%
HSB/HSV325°18.82%100.00%
CMYK0.00%18.82%7.84%
0.00%

Color #FFCFEB in popluar number systems.

HEXFFCFEB
Decimal255207235
Binary111111111100111111101011
Octal377317353

Shades and tints

Shades of #FFCFEB

#FFCFEB
(255,207,235)
#E8BDD6
(232,189,214)
#D1ABC1
(209,171,193)
#BA99AC
(186,153,172)
#A38797
(163,135,151)
#8C7582
(140,117,130)
#75636D
(117,99,109)
#5E5158
(94,81,88)
#473F43
(71,63,67)
#302D2E
(48,45,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #FFCFEB

#FFCFEB
(255,207,235)
#FFD3EC
(255,211,236)
#FFD7ED
(255,215,237)
#FFDBEE
(255,219,238)
#FFDFEF
(255,223,239)
#FFE3F0
(255,227,240)
#FFE7F1
(255,231,241)
#FFEBF2
(255,235,242)
#FFEFF3
(255,239,243)
#FFF3F4
(255,243,244)
#FFF7F5
(255,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCFEB; }

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

This text font color is #FFCFEB.


Background Color

.myBgColor { background-color: #FFCFEB; }

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

This div background color is #FFCFEB.


Border color

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

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

This div border color is #FFCFEB.


Opacity

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

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

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

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

This text has shadow with #FFCFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCFEB on black background.


Color preview on white background

This text has color #FFCFEB on white background.



Black color preview on #FFCFEB background

This text has black color on #FFCFEB background.


White color preview on #FFCFEB background

This text has white color on #FFCFEB background.