COLOR #F8CCDE

HEX: #F8CCDE
RGB: (248,204,222)

Color info

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

RGB color model

#F8CCDE color RGB value is (248,204,222).

  • red value is 248;
  • green value is 204;
  • blue value is 222.
RGB:
(248,204,222)
(97%,80%,87%)

RGB channels and saturation

R 248 of 255 = 97%
G 204 of 255 = 80%
B 222 of 255 = 87%

248
204
222

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

Portions of RGB colors in percentages

R + G + B =
248 + 204 + 222 = 674 (100%)
R 248 of 674 ~ 36.8%
G 204 of 674 ~ 30.27%
B 222 of 674 ~ 32.94%

%36.8
%30.27
%32.94

CMYK color model

#F8CCDE color CMYK value is (0,18,10,3).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK:
(0,18,10,3)
C0M18Y10K3 
(0%,18%,10%,3%)
(0.00/0.18/0.10/0.03)	

CMYK percentages

%0
%17.74
%10.48
%2.75

Codes

Color #F8CCDE in popluar color models

F8CCDE
RGB248204222
HSL335°75.86%88.63%
HSB/HSV335°17.74%97.25%
CMYK0.00%17.74%10.48%
2.75%

Color #F8CCDE in popluar number systems.

HEXF8CCDE
Decimal248204222
Binary111110001100110011011110
Octal370314336

Shades and tints

Shades of #F8CCDE

#F8CCDE
(248,204,222)
#E2BACA
(226,186,202)
#CCA8B6
(204,168,182)
#B696A2
(182,150,162)
#A0848E
(160,132,142)
#8A727A
(138,114,122)
#746066
(116,96,102)
#5E4E52
(94,78,82)
#483C3E
(72,60,62)
#322A2A
(50,42,42)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #F8CCDE

#F8CCDE
(248,204,222)
#F8D0E1
(248,208,225)
#F8D4E4
(248,212,228)
#F8D8E7
(248,216,231)
#F8DCEA
(248,220,234)
#F8E0ED
(248,224,237)
#F8E4F0
(248,228,240)
#F8E8F3
(248,232,243)
#F8ECF6
(248,236,246)
#F8F0F9
(248,240,249)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CCDE color. Also use rgb(248,204,222) instead hex code.

Text Font Color

.myTextColor { color: #F8CCDE; }

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

This text font color is #F8CCDE.


Background Color

.myBgColor { background-color: #F8CCDE; }

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

This div background color is #F8CCDE.


Border color

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

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

This div border color is #F8CCDE.


Opacity

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

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

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

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

This text has shadow with #F8CCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CCDE on black background.


Color preview on white background

This text has color #F8CCDE on white background.



Black color preview on #F8CCDE background

This text has black color on #F8CCDE background.


White color preview on #F8CCDE background

This text has white color on #F8CCDE background.