COLOR #F5CEEA

HEX: #F5CEEA
RGB: (245,206,234)

Color info

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

RGB color model

#F5CEEA color RGB value is (245,206,234).

  • red value is 245;
  • green value is 206;
  • blue value is 234.
RGB:
(245,206,234)
(96%,81%,92%)

RGB channels and saturation

R 245 of 255 = 96%
G 206 of 255 = 81%
B 234 of 255 = 92%

245
206
234

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

Portions of RGB colors in percentages

R + G + B =
245 + 206 + 234 = 685 (100%)
R 245 of 685 ~ 35.77%
G 206 of 685 ~ 30.07%
B 234 of 685 ~ 34.16%

%35.77
%30.07
%34.16

CMYK color model

#F5CEEA color CMYK value is (0,16,4,4).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 4.49%
  • key color value is 3.92%
CMYK:
(0,16,4,4)
C0M16Y4K4 
(0%,16%,4%,4%)
(0.00/0.16/0.04/0.04)	

CMYK percentages

%0
%15.92
%4.49
%3.92

Codes

Color #F5CEEA in popluar color models

F5CEEA
RGB245206234
HSL317°66.10%88.43%
HSB/HSV317°15.92%96.08%
CMYK0.00%15.92%4.49%
3.92%

Color #F5CEEA in popluar number systems.

HEXF5CEEA
Decimal245206234
Binary111101011100111011101010
Octal365316352

Shades and tints

Shades of #F5CEEA

#F5CEEA
(245,206,234)
#DFBCD5
(223,188,213)
#C9AAC0
(201,170,192)
#B398AB
(179,152,171)
#9D8696
(157,134,150)
#877481
(135,116,129)
#71626C
(113,98,108)
#5B5057
(91,80,87)
#453E42
(69,62,66)
#2F2C2D
(47,44,45)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #F5CEEA

#F5CEEA
(245,206,234)
#F5D2EB
(245,210,235)
#F5D6EC
(245,214,236)
#F5DAED
(245,218,237)
#F5DEEE
(245,222,238)
#F5E2EF
(245,226,239)
#F5E6F0
(245,230,240)
#F5EAF1
(245,234,241)
#F5EEF2
(245,238,242)
#F5F2F3
(245,242,243)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CEEA color. Also use rgb(245,206,234) instead hex code.

Text Font Color

.myTextColor { color: #F5CEEA; }

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

This text font color is #F5CEEA.


Background Color

.myBgColor { background-color: #F5CEEA; }

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

This div background color is #F5CEEA.


Border color

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

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

This div border color is #F5CEEA.


Opacity

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

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

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

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

This text has shadow with #F5CEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CEEA on black background.


Color preview on white background

This text has color #F5CEEA on white background.



Black color preview on #F5CEEA background

This text has black color on #F5CEEA background.


White color preview on #F5CEEA background

This text has white color on #F5CEEA background.