COLOR #F8CCFC

HEX: #F8CCFC RGB: (248,204,252)

Color info

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

RGB color model

#F8CCFC color RGB value is (248,204,252).

RGB: (248,204,252) (97%, 80%, 99%)

RGB channels and saturation

R 248 of 255 = 97%
G 204 of 255 = 80%
B 252 of 255 = 99%

248
204
252

R + G + B ~ 92%. #F8CCFC is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 204 + 252 = 704 (100%)
R 248 of 704 ~ 35.23%
G 204 of 704 ~ 28.98%
B 252 of 704 ~ 35.8'%

%35.23
%28.98
%35.8

CMYK color model

#F8CCFC color CMYK value is (2,19,0,1).

  • cyan value is 1.59%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (2,19,0,1)
C2M19Y0K1 (2%, 19%, 0%, 1%)
(0.02 / 0.19 / 0.00 / 0.01)

CMYK percentages

%1.59
%19.05
%0
%1.18

Codes

Color #F8CCFC in popluar color models

F8 CC FC
RGB 248 204 252
HSL 295° 88.89% 89.41%
HSB/HSV 295° 19.05% 98.82%
CMYK 1.59% 19.05% 0.00%
1.18%

Color #F8CCFC in popluar number systems.

HEX F8 CC FC
Decimal 248 204 252
Binary 11111000 11001100 11111100
Octal 370 314 374

Shades and tints

Shades of #F8CCFC

#F8CCFC
(248,204,252)
#E2BAE6
(226,186,230)
#CCA8D0
(204,168,208)
#B696BA
(182,150,186)
#A084A4
(160,132,164)
#8A728E
(138,114,142)
#746078
(116,96,120)
#5E4E62
(94,78,98)
#483C4C
(72,60,76)
#322A36
(50,42,54)
#1C1820
(28,24,32)
#000000
(0,0,0)

Tints of #F8CCFC

#F8CCFC
(248,204,252)
#F8D0FC
(248,208,252)
#F8D4FC
(248,212,252)
#F8D8FC
(248,216,252)
#F8DCFC
(248,220,252)
#F8E0FC
(248,224,252)
#F8E4FC
(248,228,252)
#F8E8FC
(248,232,252)
#F8ECFC
(248,236,252)
#F8F0FC
(248,240,252)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CCFC; }

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

This text font color is #F8CCFC.

Background Color

.myBgColor { background-color: #F8CCFC; }

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

This div background color is #F8CCFC.

Border color

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

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

This div border color is #F8CCFC.

Opacity

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

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

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

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

This text has shadow with #F8CCFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8CCFC.

Preview

Color preview on black background

This text has color #F8CCFC on black background.


Color preview on white background

This text has color #F8CCFC on white background.


Black color preview on #F8CCFC background

This text has black color on #F8CCFC background.


White color preview on #F8CCFC background

This text has white color on #F8CCFC background.


Related colors

Complementary color

Complementary color for #hex is #073303.


I love getcolorcode.com

Triadic colors

1 #FCF8CC and #CCFCF8 with #F8CCFC are triadic colors.

2 #FCCCF8 and #CCF8FC with #F8CCFC are triadic colors.