COLOR #F5CAE3

HEX: #F5CAE3
RGB: (245,202,227)

Color info

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

RGB color model

#F5CAE3 color RGB value is (245,202,227).

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

RGB channels and saturation

R 245 of 255 = 96%
G 202 of 255 = 79%
B 227 of 255 = 89%

245
202
227

R + G + B ~ 88%. #F5CAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 202 + 227 = 674 (100%)
R 245 of 674 ~ 36.35%
G 202 of 674 ~ 29.97%
B 227 of 674 ~ 33.68%

%36.35
%29.97
%33.68

CMYK color model

#F5CAE3 color CMYK value is (0,18,7,4).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 7.35%
  • key color value is 3.92%
CMYK:
(0,18,7,4)
C0M18Y7K4 
(0%,18%,7%,4%)
(0.00/0.18/0.07/0.04)	

CMYK percentages

%0
%17.55
%7.35
%3.92

Codes

Color #F5CAE3 in popluar color models

F5CAE3
RGB245202227
HSL325°68.25%87.65%
HSB/HSV325°17.55%96.08%
CMYK0.00%17.55%7.35%
3.92%

Color #F5CAE3 in popluar number systems.

HEXF5CAE3
Decimal245202227
Binary111101011100101011100011
Octal365312343

Shades and tints

Shades of #F5CAE3

#F5CAE3
(245,202,227)
#DFB8CF
(223,184,207)
#C9A6BB
(201,166,187)
#B394A7
(179,148,167)
#9D8293
(157,130,147)
#87707F
(135,112,127)
#715E6B
(113,94,107)
#5B4C57
(91,76,87)
#453A43
(69,58,67)
#2F282F
(47,40,47)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #F5CAE3

#F5CAE3
(245,202,227)
#F5CEE5
(245,206,229)
#F5D2E7
(245,210,231)
#F5D6E9
(245,214,233)
#F5DAEB
(245,218,235)
#F5DEED
(245,222,237)
#F5E2EF
(245,226,239)
#F5E6F1
(245,230,241)
#F5EAF3
(245,234,243)
#F5EEF5
(245,238,245)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CAE3; }

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

This text font color is #F5CAE3.


Background Color

.myBgColor { background-color: #F5CAE3; }

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

This div background color is #F5CAE3.


Border color

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

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

This div border color is #F5CAE3.


Opacity

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

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

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

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

This text has shadow with #F5CAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CAE3 on black background.


Color preview on white background

This text has color #F5CAE3 on white background.



Black color preview on #F5CAE3 background

This text has black color on #F5CAE3 background.


White color preview on #F5CAE3 background

This text has white color on #F5CAE3 background.