COLOR #F8CCEB

HEX: #F8CCEB RGB: (248,204,235)

Color info

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

RGB color model

#F8CCEB color RGB value is (248,204,235).

RGB: (248,204,235) (97%, 80%, 92%)

RGB channels and saturation

R 248 of 255 = 97%
G 204 of 255 = 80%
B 235 of 255 = 92%

248
204
235

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

Portions of RGB colors in percentages

R + G + B = 248 + 204 + 235 = 687 (100%)
R 248 of 687 ~ 36.1%
G 204 of 687 ~ 29.69%
B 235 of 687 ~ 34.21'%

%36.1
%29.69
%34.21

CMYK color model

#F8CCEB color CMYK value is (0,18,5,3).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 5.24%
  • key color value is 2.75%

CMYK: (0,18,5,3)
C0M18Y5K3 (0%, 18%, 5%, 3%)
(0.00 / 0.18 / 0.05 / 0.03)

CMYK percentages

%0
%17.74
%5.24
%2.75

Codes

Color #F8CCEB in popluar color models

F8 CC EB
RGB 248 204 235
HSL 318° 75.86% 88.63%
HSB/HSV 318° 17.74% 97.25%
CMYK 0.00% 17.74% 5.24%
2.75%

Color #F8CCEB in popluar number systems.

HEX F8 CC EB
Decimal 248 204 235
Binary 11111000 11001100 11101011
Octal 370 314 353

Shades and tints

Shades of #F8CCEB

#F8CCEB
(248,204,235)
#E2BAD6
(226,186,214)
#CCA8C1
(204,168,193)
#B696AC
(182,150,172)
#A08497
(160,132,151)
#8A7282
(138,114,130)
#74606D
(116,96,109)
#5E4E58
(94,78,88)
#483C43
(72,60,67)
#322A2E
(50,42,46)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #F8CCEB

#F8CCEB
(248,204,235)
#F8D0EC
(248,208,236)
#F8D4ED
(248,212,237)
#F8D8EE
(248,216,238)
#F8DCEF
(248,220,239)
#F8E0F0
(248,224,240)
#F8E4F1
(248,228,241)
#F8E8F2
(248,232,242)
#F8ECF3
(248,236,243)
#F8F0F4
(248,240,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CCEB; }

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

This text font color is #F8CCEB.

Background Color

.myBgColor { background-color: #F8CCEB; }

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

This div background color is #F8CCEB.

Border color

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

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

This div border color is #F8CCEB.

Opacity

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

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

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

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

This text has shadow with #F8CCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8CCEB.

Preview

Color preview on black background

This text has color #F8CCEB on black background.


Color preview on white background

This text has color #F8CCEB on white background.


Black color preview on #F8CCEB background

This text has black color on #F8CCEB background.


White color preview on #F8CCEB background

This text has white color on #F8CCEB background.


Related colors

Complementary color

Complementary color for #hex is #073314.


I love getcolorcode.com

Triadic colors

1 #EBF8CC and #CCEBF8 with #F8CCEB are triadic colors.

2 #EBCCF8 and #CCF8EB with #F8CCEB are triadic colors.