COLOR #F5CFEA

HEX: #F5CFEA
RGB: (245,207,234)

Color info

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

RGB color model

#F5CFEA color RGB value is (245,207,234).

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

RGB channels and saturation

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

245
207
234

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

Portions of RGB colors in percentages

R + G + B =
245 + 207 + 234 = 686 (100%)
R 245 of 686 ~ 35.71%
G 207 of 686 ~ 30.17%
B 234 of 686 ~ 34.11%

%35.71
%30.17
%34.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.51%
  • 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.51
%4.49
%3.92

Codes

Color #F5CFEA in popluar color models

F5CFEA
RGB245207234
HSL317°65.52%88.63%
HSB/HSV317°15.51%96.08%
CMYK0.00%15.51%4.49%
3.92%

Color #F5CFEA in popluar number systems.

HEXF5CFEA
Decimal245207234
Binary111101011100111111101010
Octal365317352

Shades and tints

Shades of #F5CFEA

#F5CFEA
(245,207,234)
#DFBDD5
(223,189,213)
#C9ABC0
(201,171,192)
#B399AB
(179,153,171)
#9D8796
(157,135,150)
#877581
(135,117,129)
#71636C
(113,99,108)
#5B5157
(91,81,87)
#453F42
(69,63,66)
#2F2D2D
(47,45,45)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #F5CFEA

#F5CFEA
(245,207,234)
#F5D3EB
(245,211,235)
#F5D7EC
(245,215,236)
#F5DBED
(245,219,237)
#F5DFEE
(245,223,238)
#F5E3EF
(245,227,239)
#F5E7F0
(245,231,240)
#F5EBF1
(245,235,241)
#F5EFF2
(245,239,242)
#F5F3F3
(245,243,243)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CFEA; }

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

This text font color is #F5CFEA.


Background Color

.myBgColor { background-color: #F5CFEA; }

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

This div background color is #F5CFEA.


Border color

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

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

This div border color is #F5CFEA.


Opacity

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

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

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

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

This text has shadow with #F5CFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CFEA on black background.


Color preview on white background

This text has color #F5CFEA on white background.



Black color preview on #F5CFEA background

This text has black color on #F5CFEA background.


White color preview on #F5CFEA background

This text has white color on #F5CFEA background.