COLOR #FFCFEC

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

Color info

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

RGB color model

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

RGB: (255,207,236) (100%, 81%, 93%)

RGB channels and saturation

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

255
207
236

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

Portions of RGB colors in percentages

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

%36.53
%29.66
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 7.45%
  • key color value is 0.00%

CMYK: (0,19,7,0)
C0M19Y7K0 (0%, 19%, 7%, 0%)
(0.00 / 0.19 / 0.07 / 0.00)

CMYK percentages

%0
%18.82
%7.45
%0

Codes

Color #FFCFEC in popluar color models

FF CF EC
RGB 255 207 236
HSL 324° 100.00% 90.59%
HSB/HSV 324° 18.82% 100.00%
CMYK 0.00% 18.82% 7.45%
0.00%

Color #FFCFEC in popluar number systems.

HEX FF CF EC
Decimal 255 207 236
Binary 11111111 11001111 11101100
Octal 377 317 354

Shades and tints

Shades of #FFCFEC

#FFCFEC
(255,207,236)
#E8BDD7
(232,189,215)
#D1ABC2
(209,171,194)
#BA99AD
(186,153,173)
#A38798
(163,135,152)
#8C7583
(140,117,131)
#75636E
(117,99,110)
#5E5159
(94,81,89)
#473F44
(71,63,68)
#302D2F
(48,45,47)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #FFCFEC

#FFCFEC
(255,207,236)
#FFD3ED
(255,211,237)
#FFD7EE
(255,215,238)
#FFDBEF
(255,219,239)
#FFDFF0
(255,223,240)
#FFE3F1
(255,227,241)
#FFE7F2
(255,231,242)
#FFEBF3
(255,235,243)
#FFEFF4
(255,239,244)
#FFF3F5
(255,243,245)
#FFF7F6
(255,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCFEC; }

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

This text font color is #FFCFEC.

Background Color

.myBgColor { background-color: #FFCFEC; }

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

This div background color is #FFCFEC.

Border color

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

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

This div border color is #FFCFEC.

Opacity

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

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

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

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

This text has shadow with #FFCFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCFEC.

Preview

Color preview on black background

This text has color #FFCFEC on black background.


Color preview on white background

This text has color #FFCFEC on white background.


Black color preview on #FFCFEC background

This text has black color on #FFCFEC background.


White color preview on #FFCFEC background

This text has white color on #FFCFEC background.


Related colors

Complementary color

Complementary color for #hex is #003013.


I love getcolorcode.com

Triadic colors

1 #ECFFCF and #CFECFF with #FFCFEC are triadic colors.

2 #ECCFFF and #CFFFEC with #FFCFEC are triadic colors.