COLOR #F5CEE4

HEX: #F5CEE4
RGB: (245,206,228)

Color info

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

RGB color model

#F5CEE4 color RGB value is (245,206,228).

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

RGB channels and saturation

R 245 of 255 = 96%
G 206 of 255 = 81%
B 228 of 255 = 89%

245
206
228

R + G + B ~ 89%. #F5CEE4 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 206 + 228 = 679 (100%)
R 245 of 679 ~ 36.08%
G 206 of 679 ~ 30.34%
B 228 of 679 ~ 33.58%

%36.08
%30.34
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 6.94%
  • key color value is 3.92%
CMYK:
(0,16,7,4)
C0M16Y7K4 
(0%,16%,7%,4%)
(0.00/0.16/0.07/0.04)	

CMYK percentages

%0
%15.92
%6.94
%3.92

Codes

Color #F5CEE4 in popluar color models

F5CEE4
RGB245206228
HSL326°66.10%88.43%
HSB/HSV326°15.92%96.08%
CMYK0.00%15.92%6.94%
3.92%

Color #F5CEE4 in popluar number systems.

HEXF5CEE4
Decimal245206228
Binary111101011100111011100100
Octal365316344

Shades and tints

Shades of #F5CEE4

#F5CEE4
(245,206,228)
#DFBCD0
(223,188,208)
#C9AABC
(201,170,188)
#B398A8
(179,152,168)
#9D8694
(157,134,148)
#877480
(135,116,128)
#71626C
(113,98,108)
#5B5058
(91,80,88)
#453E44
(69,62,68)
#2F2C30
(47,44,48)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #F5CEE4

#F5CEE4
(245,206,228)
#F5D2E6
(245,210,230)
#F5D6E8
(245,214,232)
#F5DAEA
(245,218,234)
#F5DEEC
(245,222,236)
#F5E2EE
(245,226,238)
#F5E6F0
(245,230,240)
#F5EAF2
(245,234,242)
#F5EEF4
(245,238,244)
#F5F2F6
(245,242,246)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CEE4; }

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

This text font color is #F5CEE4.


Background Color

.myBgColor { background-color: #F5CEE4; }

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

This div background color is #F5CEE4.


Border color

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

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

This div border color is #F5CEE4.


Opacity

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

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

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

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

This text has shadow with #F5CEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CEE4 on black background.


Color preview on white background

This text has color #F5CEE4 on white background.



Black color preview on #F5CEE4 background

This text has black color on #F5CEE4 background.


White color preview on #F5CEE4 background

This text has white color on #F5CEE4 background.