COLOR #F8CED2

HEX: #F8CED2
RGB: (248,206,210)

Color info

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

RGB color model

#F8CED2 color RGB value is (248,206,210).

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

RGB channels and saturation

R 248 of 255 = 97%
G 206 of 255 = 81%
B 210 of 255 = 82%

248
206
210

R + G + B ~ 87%. #F8CED2 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 206 + 210 = 664 (100%)
R 248 of 664 ~ 37.35%
G 206 of 664 ~ 31.02%
B 210 of 664 ~ 31.63%

%37.35
%31.02
%31.63

CMYK color model

#F8CED2 color CMYK value is (0,17,15,3).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 15.32%
  • key color value is 2.75%
CMYK:
(0,17,15,3)
C0M17Y15K3 
(0%,17%,15%,3%)
(0.00/0.17/0.15/0.03)	

CMYK percentages

%0
%16.94
%15.32
%2.75

Codes

Color #F8CED2 in popluar color models

F8CED2
RGB248206210
HSL354°75.00%89.02%
HSB/HSV354°16.94%97.25%
CMYK0.00%16.94%15.32%
2.75%

Color #F8CED2 in popluar number systems.

HEXF8CED2
Decimal248206210
Binary111110001100111011010010
Octal370316322

Shades and tints

Shades of #F8CED2

#F8CED2
(248,206,210)
#E2BCBF
(226,188,191)
#CCAAAC
(204,170,172)
#B69899
(182,152,153)
#A08686
(160,134,134)
#8A7473
(138,116,115)
#746260
(116,98,96)
#5E504D
(94,80,77)
#483E3A
(72,62,58)
#322C27
(50,44,39)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #F8CED2

#F8CED2
(248,206,210)
#F8D2D6
(248,210,214)
#F8D6DA
(248,214,218)
#F8DADE
(248,218,222)
#F8DEE2
(248,222,226)
#F8E2E6
(248,226,230)
#F8E6EA
(248,230,234)
#F8EAEE
(248,234,238)
#F8EEF2
(248,238,242)
#F8F2F6
(248,242,246)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CED2; }

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

This text font color is #F8CED2.


Background Color

.myBgColor { background-color: #F8CED2; }

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

This div background color is #F8CED2.


Border color

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

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

This div border color is #F8CED2.


Opacity

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

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

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

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

This text has shadow with #F8CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CED2 on black background.


Color preview on white background

This text has color #F8CED2 on white background.



Black color preview on #F8CED2 background

This text has black color on #F8CED2 background.


White color preview on #F8CED2 background

This text has white color on #F8CED2 background.