COLOR #F8CFC9

HEX: #F8CFC9 RGB: (248,207,201)

Color info

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

RGB color model

#F8CFC9 color RGB value is (248,207,201).

RGB: (248,207,201) (97%, 81%, 79%)

RGB channels and saturation

R 248 of 255 = 97%
G 207 of 255 = 81%
B 201 of 255 = 79%

248
207
201

R + G + B ~ 86%. #F8CFC9 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 207 + 201 = 656 (100%)
R 248 of 656 ~ 37.8%
G 207 of 656 ~ 31.55%
B 201 of 656 ~ 30.64'%

%37.8
%31.55
%30.64

CMYK color model

#F8CFC9 color CMYK value is (0,17,19,3).

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

CMYK: (0,17,19,3)
C0M17Y19K3 (0%, 17%, 19%, 3%)
(0.00 / 0.17 / 0.19 / 0.03)

CMYK percentages

%0
%16.53
%18.95
%2.75

Codes

Color #F8CFC9 in popluar color models

F8 CF C9
RGB 248 207 201
HSL 77.05% 88.04%
HSB/HSV 18.95% 97.25%
CMYK 0.00% 16.53% 18.95%
2.75%

Color #F8CFC9 in popluar number systems.

HEX F8 CF C9
Decimal 248 207 201
Binary 11111000 11001111 11001001
Octal 370 317 311

Shades and tints

Shades of #F8CFC9

#F8CFC9
(248,207,201)
#E2BDB7
(226,189,183)
#CCABA5
(204,171,165)
#B69993
(182,153,147)
#A08781
(160,135,129)
#8A756F
(138,117,111)
#74635D
(116,99,93)
#5E514B
(94,81,75)
#483F39
(72,63,57)
#322D27
(50,45,39)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #F8CFC9

#F8CFC9
(248,207,201)
#F8D3CD
(248,211,205)
#F8D7D1
(248,215,209)
#F8DBD5
(248,219,213)
#F8DFD9
(248,223,217)
#F8E3DD
(248,227,221)
#F8E7E1
(248,231,225)
#F8EBE5
(248,235,229)
#F8EFE9
(248,239,233)
#F8F3ED
(248,243,237)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CFC9; }

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

This text font color is #F8CFC9.

Background Color

.myBgColor { background-color: #F8CFC9; }

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

This div background color is #F8CFC9.

Border color

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

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

This div border color is #F8CFC9.

Opacity

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

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

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

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

This text has shadow with #F8CFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8CFC9.

Preview

Color preview on black background

This text has color #F8CFC9 on black background.


Color preview on white background

This text has color #F8CFC9 on white background.


Black color preview on #F8CFC9 background

This text has black color on #F8CFC9 background.


White color preview on #F8CFC9 background

This text has white color on #F8CFC9 background.


Related colors

Complementary color

Complementary color for #hex is #073036.


I love getcolorcode.com

Triadic colors

1 #C9F8CF and #CFC9F8 with #F8CFC9 are triadic colors.

2 #C9CFF8 and #CFF8C9 with #F8CFC9 are triadic colors.