COLOR #F8CFDA

HEX: #F8CFDA RGB: (248,207,218)

Color info

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

RGB color model

#F8CFDA color RGB value is (248,207,218).

RGB: (248,207,218) (97%, 81%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 207 of 255 = 81%
B 218 of 255 = 85%

248
207
218

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

Portions of RGB colors in percentages

R + G + B = 248 + 207 + 218 = 673 (100%)
R 248 of 673 ~ 36.85%
G 207 of 673 ~ 30.76%
B 218 of 673 ~ 32.39'%

%36.85
%30.76
%32.39

CMYK color model

#F8CFDA color CMYK value is (0,17,12,3).

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

CMYK: (0,17,12,3)
C0M17Y12K3 (0%, 17%, 12%, 3%)
(0.00 / 0.17 / 0.12 / 0.03)

CMYK percentages

%0
%16.53
%12.1
%2.75

Codes

Color #F8CFDA in popluar color models

F8 CF DA
RGB 248 207 218
HSL 344° 74.55% 89.22%
HSB/HSV 344° 16.53% 97.25%
CMYK 0.00% 16.53% 12.10%
2.75%

Color #F8CFDA in popluar number systems.

HEX F8 CF DA
Decimal 248 207 218
Binary 11111000 11001111 11011010
Octal 370 317 332

Shades and tints

Shades of #F8CFDA

#F8CFDA
(248,207,218)
#E2BDC7
(226,189,199)
#CCABB4
(204,171,180)
#B699A1
(182,153,161)
#A0878E
(160,135,142)
#8A757B
(138,117,123)
#746368
(116,99,104)
#5E5155
(94,81,85)
#483F42
(72,63,66)
#322D2F
(50,45,47)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #F8CFDA

#F8CFDA
(248,207,218)
#F8D3DD
(248,211,221)
#F8D7E0
(248,215,224)
#F8DBE3
(248,219,227)
#F8DFE6
(248,223,230)
#F8E3E9
(248,227,233)
#F8E7EC
(248,231,236)
#F8EBEF
(248,235,239)
#F8EFF2
(248,239,242)
#F8F3F5
(248,243,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CFDA; }

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

This text font color is #F8CFDA.

Background Color

.myBgColor { background-color: #F8CFDA; }

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

This div background color is #F8CFDA.

Border color

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

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

This div border color is #F8CFDA.

Opacity

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

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

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

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

This text has shadow with #F8CFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8CFDA.

Preview

Color preview on black background

This text has color #F8CFDA on black background.


Color preview on white background

This text has color #F8CFDA on white background.


Black color preview on #F8CFDA background

This text has black color on #F8CFDA background.


White color preview on #F8CFDA background

This text has white color on #F8CFDA background.


Related colors

Complementary color

Complementary color for #hex is #073025.


I love getcolorcode.com

Triadic colors

1 #DAF8CF and #CFDAF8 with #F8CFDA are triadic colors.

2 #DACFF8 and #CFF8DA with #F8CFDA are triadic colors.