COLOR #FFCFD6

HEX: #FFCFD6 RGB: (255,207,214)

Color info

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

RGB color model

#FFCFD6 color RGB value is (255,207,214).

RGB: (255,207,214) (100%, 81%, 84%)

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 214 of 255 = 84%

255
207
214

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

Portions of RGB colors in percentages

R + G + B = 255 + 207 + 214 = 676 (100%)
R 255 of 676 ~ 37.72%
G 207 of 676 ~ 30.62%
B 214 of 676 ~ 31.66'%

%37.72
%30.62
%31.66

CMYK color model

#FFCFD6 color CMYK value is (0,19,16,0).

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

CMYK: (0,19,16,0)
C0M19Y16K0 (0%, 19%, 16%, 0%)
(0.00 / 0.19 / 0.16 / 0.00)

CMYK percentages

%0
%18.82
%16.08
%0

Codes

Color #FFCFD6 in popluar color models

FF CF D6
RGB 255 207 214
HSL 351° 100.00% 90.59%
HSB/HSV 351° 18.82% 100.00%
CMYK 0.00% 18.82% 16.08%
0.00%

Color #FFCFD6 in popluar number systems.

HEX FF CF D6
Decimal 255 207 214
Binary 11111111 11001111 11010110
Octal 377 317 326

Shades and tints

Shades of #FFCFD6

#FFCFD6
(255,207,214)
#E8BDC3
(232,189,195)
#D1ABB0
(209,171,176)
#BA999D
(186,153,157)
#A3878A
(163,135,138)
#8C7577
(140,117,119)
#756364
(117,99,100)
#5E5151
(94,81,81)
#473F3E
(71,63,62)
#302D2B
(48,45,43)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #FFCFD6

#FFCFD6
(255,207,214)
#FFD3D9
(255,211,217)
#FFD7DC
(255,215,220)
#FFDBDF
(255,219,223)
#FFDFE2
(255,223,226)
#FFE3E5
(255,227,229)
#FFE7E8
(255,231,232)
#FFEBEB
(255,235,235)
#FFEFEE
(255,239,238)
#FFF3F1
(255,243,241)
#FFF7F4
(255,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCFD6; }

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

This text font color is #FFCFD6.

Background Color

.myBgColor { background-color: #FFCFD6; }

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

This div background color is #FFCFD6.

Border color

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

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

This div border color is #FFCFD6.

Opacity

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

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

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

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

This text has shadow with #FFCFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCFD6.

Preview

Color preview on black background

This text has color #FFCFD6 on black background.


Color preview on white background

This text has color #FFCFD6 on white background.


Black color preview on #FFCFD6 background

This text has black color on #FFCFD6 background.


White color preview on #FFCFD6 background

This text has white color on #FFCFD6 background.


Related colors

Complementary color

Complementary color for #hex is #003029.


I love getcolorcode.com

Triadic colors

1 #D6FFCF and #CFD6FF with #FFCFD6 are triadic colors.

2 #D6CFFF and #CFFFD6 with #FFCFD6 are triadic colors.