COLOR #F8CFDC

HEX: #F8CFDC RGB: (248,207,220)

Color info

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

RGB color model

#F8CFDC color RGB value is (248,207,220).

RGB: (248,207,220) (97%, 81%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 207 of 255 = 81%
B 220 of 255 = 86%

248
207
220

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

Portions of RGB colors in percentages

R + G + B = 248 + 207 + 220 = 675 (100%)
R 248 of 675 ~ 36.74%
G 207 of 675 ~ 30.67%
B 220 of 675 ~ 32.59'%

%36.74
%30.67
%32.59

CMYK color model

#F8CFDC color CMYK value is (0,17,11,3).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 11.29%
  • key color value is 2.75%

CMYK: (0,17,11,3)
C0M17Y11K3 (0%, 17%, 11%, 3%)
(0.00 / 0.17 / 0.11 / 0.03)

CMYK percentages

%0
%16.53
%11.29
%2.75

Codes

Color #F8CFDC in popluar color models

F8 CF DC
RGB 248 207 220
HSL 341° 74.55% 89.22%
HSB/HSV 341° 16.53% 97.25%
CMYK 0.00% 16.53% 11.29%
2.75%

Color #F8CFDC in popluar number systems.

HEX F8 CF DC
Decimal 248 207 220
Binary 11111000 11001111 11011100
Octal 370 317 334

Shades and tints

Shades of #F8CFDC

#F8CFDC
(248,207,220)
#E2BDC8
(226,189,200)
#CCABB4
(204,171,180)
#B699A0
(182,153,160)
#A0878C
(160,135,140)
#8A7578
(138,117,120)
#746364
(116,99,100)
#5E5150
(94,81,80)
#483F3C
(72,63,60)
#322D28
(50,45,40)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #F8CFDC

#F8CFDC
(248,207,220)
#F8D3DF
(248,211,223)
#F8D7E2
(248,215,226)
#F8DBE5
(248,219,229)
#F8DFE8
(248,223,232)
#F8E3EB
(248,227,235)
#F8E7EE
(248,231,238)
#F8EBF1
(248,235,241)
#F8EFF4
(248,239,244)
#F8F3F7
(248,243,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CFDC color. Also use rgb(248,207,220) instead hex code.

Text Font Color

.myTextColor { color: #F8CFDC; }

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

This text font color is #F8CFDC.

Background Color

.myBgColor { background-color: #F8CFDC; }

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

This div background color is #F8CFDC.

Border color

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

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

This div border color is #F8CFDC.

Opacity

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

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

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

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

This text has shadow with #F8CFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8CFDC.

Preview

Color preview on black background

This text has color #F8CFDC on black background.


Color preview on white background

This text has color #F8CFDC on white background.


Black color preview on #F8CFDC background

This text has black color on #F8CFDC background.


White color preview on #F8CFDC background

This text has white color on #F8CFDC background.


Related colors

Complementary color

Complementary color for #hex is #073023.


I love getcolorcode.com

Triadic colors

1 #DCF8CF and #CFDCF8 with #F8CFDC are triadic colors.

2 #DCCFF8 and #CFF8DC with #F8CFDC are triadic colors.