COLOR #F5CAE8

HEX: #F5CAE8
RGB: (245,202,232)

Color info

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

RGB color model

#F5CAE8 color RGB value is (245,202,232).

  • red value is 245;
  • green value is 202;
  • blue value is 232.
RGB:
(245,202,232)
(96%,79%,91%)

RGB channels and saturation

R 245 of 255 = 96%
G 202 of 255 = 79%
B 232 of 255 = 91%

245
202
232

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

Portions of RGB colors in percentages

R + G + B =
245 + 202 + 232 = 679 (100%)
R 245 of 679 ~ 36.08%
G 202 of 679 ~ 29.75%
B 232 of 679 ~ 34.17%

%36.08
%29.75
%34.17

CMYK color model

#F5CAE8 color CMYK value is (0,18,5,4).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 5.31%
  • key color value is 3.92%
CMYK:
(0,18,5,4)
C0M18Y5K4 
(0%,18%,5%,4%)
(0.00/0.18/0.05/0.04)	

CMYK percentages

%0
%17.55
%5.31
%3.92

Codes

Color #F5CAE8 in popluar color models

F5CAE8
RGB245202232
HSL318°68.25%87.65%
HSB/HSV318°17.55%96.08%
CMYK0.00%17.55%5.31%
3.92%

Color #F5CAE8 in popluar number systems.

HEXF5CAE8
Decimal245202232
Binary111101011100101011101000
Octal365312350

Shades and tints

Shades of #F5CAE8

#F5CAE8
(245,202,232)
#DFB8D3
(223,184,211)
#C9A6BE
(201,166,190)
#B394A9
(179,148,169)
#9D8294
(157,130,148)
#87707F
(135,112,127)
#715E6A
(113,94,106)
#5B4C55
(91,76,85)
#453A40
(69,58,64)
#2F282B
(47,40,43)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #F5CAE8

#F5CAE8
(245,202,232)
#F5CEEA
(245,206,234)
#F5D2EC
(245,210,236)
#F5D6EE
(245,214,238)
#F5DAF0
(245,218,240)
#F5DEF2
(245,222,242)
#F5E2F4
(245,226,244)
#F5E6F6
(245,230,246)
#F5EAF8
(245,234,248)
#F5EEFA
(245,238,250)
#F5F2FC
(245,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CAE8 color. Also use rgb(245,202,232) instead hex code.

Text Font Color

.myTextColor { color: #F5CAE8; }

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

This text font color is #F5CAE8.


Background Color

.myBgColor { background-color: #F5CAE8; }

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

This div background color is #F5CAE8.


Border color

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

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

This div border color is #F5CAE8.


Opacity

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

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

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

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

This text has shadow with #F5CAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CAE8 on black background.


Color preview on white background

This text has color #F5CAE8 on white background.



Black color preview on #F5CAE8 background

This text has black color on #F5CAE8 background.


White color preview on #F5CAE8 background

This text has white color on #F5CAE8 background.