COLOR #F8CEE7

HEX: #F8CEE7
RGB: (248,206,231)

Color info

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

RGB color model

#F8CEE7 color RGB value is (248,206,231).

  • red value is 248;
  • green value is 206;
  • blue value is 231.
RGB:
(248,206,231)
(97%,81%,91%)

RGB channels and saturation

R 248 of 255 = 97%
G 206 of 255 = 81%
B 231 of 255 = 91%

248
206
231

R + G + B ~ 90%. #F8CEE7 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 206 + 231 = 685 (100%)
R 248 of 685 ~ 36.2%
G 206 of 685 ~ 30.07%
B 231 of 685 ~ 33.72%

%36.2
%30.07
%33.72

CMYK color model

#F8CEE7 color CMYK value is (0,17,7,3).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 6.85%
  • key color value is 2.75%
CMYK:
(0,17,7,3)
C0M17Y7K3 
(0%,17%,7%,3%)
(0.00/0.17/0.07/0.03)	

CMYK percentages

%0
%16.94
%6.85
%2.75

Codes

Color #F8CEE7 in popluar color models

F8CEE7
RGB248206231
HSL324°75.00%89.02%
HSB/HSV324°16.94%97.25%
CMYK0.00%16.94%6.85%
2.75%

Color #F8CEE7 in popluar number systems.

HEXF8CEE7
Decimal248206231
Binary111110001100111011100111
Octal370316347

Shades and tints

Shades of #F8CEE7

#F8CEE7
(248,206,231)
#E2BCD2
(226,188,210)
#CCAABD
(204,170,189)
#B698A8
(182,152,168)
#A08693
(160,134,147)
#8A747E
(138,116,126)
#746269
(116,98,105)
#5E5054
(94,80,84)
#483E3F
(72,62,63)
#322C2A
(50,44,42)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #F8CEE7

#F8CEE7
(248,206,231)
#F8D2E9
(248,210,233)
#F8D6EB
(248,214,235)
#F8DAED
(248,218,237)
#F8DEEF
(248,222,239)
#F8E2F1
(248,226,241)
#F8E6F3
(248,230,243)
#F8EAF5
(248,234,245)
#F8EEF7
(248,238,247)
#F8F2F9
(248,242,249)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CEE7 color. Also use rgb(248,206,231) instead hex code.

Text Font Color

.myTextColor { color: #F8CEE7; }

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

This text font color is #F8CEE7.


Background Color

.myBgColor { background-color: #F8CEE7; }

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

This div background color is #F8CEE7.


Border color

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

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

This div border color is #F8CEE7.


Opacity

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

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

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

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

This text has shadow with #F8CEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CEE7 on black background.


Color preview on white background

This text has color #F8CEE7 on white background.



Black color preview on #F8CEE7 background

This text has black color on #F8CEE7 background.


White color preview on #F8CEE7 background

This text has white color on #F8CEE7 background.