COLOR #F8CEF3

HEX: #F8CEF3
RGB: (248,206,243)

Color info

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

RGB color model

#F8CEF3 color RGB value is (248,206,243).

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

RGB channels and saturation

R 248 of 255 = 97%
G 206 of 255 = 81%
B 243 of 255 = 95%

248
206
243

R + G + B ~ 91%. #F8CEF3 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 206 + 243 = 697 (100%)
R 248 of 697 ~ 35.58%
G 206 of 697 ~ 29.56%
B 243 of 697 ~ 34.86%

%35.58
%29.56
%34.86

CMYK color model

#F8CEF3 color CMYK value is (0,17,2,3).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 2.02%
  • key color value is 2.75%
CMYK:
(0,17,2,3)
C0M17Y2K3 
(0%,17%,2%,3%)
(0.00/0.17/0.02/0.03)	

CMYK percentages

%0
%16.94
%2.02
%2.75

Codes

Color #F8CEF3 in popluar color models

F8CEF3
RGB248206243
HSL307°75.00%89.02%
HSB/HSV307°16.94%97.25%
CMYK0.00%16.94%2.02%
2.75%

Color #F8CEF3 in popluar number systems.

HEXF8CEF3
Decimal248206243
Binary111110001100111011110011
Octal370316363

Shades and tints

Shades of #F8CEF3

#F8CEF3
(248,206,243)
#E2BCDD
(226,188,221)
#CCAAC7
(204,170,199)
#B698B1
(182,152,177)
#A0869B
(160,134,155)
#8A7485
(138,116,133)
#74626F
(116,98,111)
#5E5059
(94,80,89)
#483E43
(72,62,67)
#322C2D
(50,44,45)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #F8CEF3

#F8CEF3
(248,206,243)
#F8D2F4
(248,210,244)
#F8D6F5
(248,214,245)
#F8DAF6
(248,218,246)
#F8DEF7
(248,222,247)
#F8E2F8
(248,226,248)
#F8E6F9
(248,230,249)
#F8EAFA
(248,234,250)
#F8EEFB
(248,238,251)
#F8F2FC
(248,242,252)
#F8F6FD
(248,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CEF3; }

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

This text font color is #F8CEF3.


Background Color

.myBgColor { background-color: #F8CEF3; }

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

This div background color is #F8CEF3.


Border color

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

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

This div border color is #F8CEF3.


Opacity

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

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

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

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

This text has shadow with #F8CEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CEF3 on black background.


Color preview on white background

This text has color #F8CEF3 on white background.



Black color preview on #F8CEF3 background

This text has black color on #F8CEF3 background.


White color preview on #F8CEF3 background

This text has white color on #F8CEF3 background.