COLOR #F5CCF3

HEX: #F5CCF3
RGB: (245,204,243)

Color info

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

RGB color model

#F5CCF3 color RGB value is (245,204,243).

  • red value is 245;
  • green value is 204;
  • blue value is 243.
RGB:
(245,204,243)
(96%,80%,95%)

RGB channels and saturation

R 245 of 255 = 96%
G 204 of 255 = 80%
B 243 of 255 = 95%

245
204
243

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

Portions of RGB colors in percentages

R + G + B =
245 + 204 + 243 = 692 (100%)
R 245 of 692 ~ 35.4%
G 204 of 692 ~ 29.48%
B 243 of 692 ~ 35.12%

%35.4
%29.48
%35.12

CMYK color model

#F5CCF3 color CMYK value is (0,17,1,4).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 0.82%
  • key color value is 3.92%
CMYK:
(0,17,1,4)
C0M17Y1K4 
(0%,17%,1%,4%)
(0.00/0.17/0.01/0.04)	

CMYK percentages

%0
%16.73
%0.82
%3.92

Codes

Color #F5CCF3 in popluar color models

F5CCF3
RGB245204243
HSL303°67.21%88.04%
HSB/HSV303°16.73%96.08%
CMYK0.00%16.73%0.82%
3.92%

Color #F5CCF3 in popluar number systems.

HEXF5CCF3
Decimal245204243
Binary111101011100110011110011
Octal365314363

Shades and tints

Shades of #F5CCF3

#F5CCF3
(245,204,243)
#DFBADD
(223,186,221)
#C9A8C7
(201,168,199)
#B396B1
(179,150,177)
#9D849B
(157,132,155)
#877285
(135,114,133)
#71606F
(113,96,111)
#5B4E59
(91,78,89)
#453C43
(69,60,67)
#2F2A2D
(47,42,45)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #F5CCF3

#F5CCF3
(245,204,243)
#F5D0F4
(245,208,244)
#F5D4F5
(245,212,245)
#F5D8F6
(245,216,246)
#F5DCF7
(245,220,247)
#F5E0F8
(245,224,248)
#F5E4F9
(245,228,249)
#F5E8FA
(245,232,250)
#F5ECFB
(245,236,251)
#F5F0FC
(245,240,252)
#F5F4FD
(245,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CCF3 color. Also use rgb(245,204,243) instead hex code.

Text Font Color

.myTextColor { color: #F5CCF3; }

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

This text font color is #F5CCF3.


Background Color

.myBgColor { background-color: #F5CCF3; }

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

This div background color is #F5CCF3.


Border color

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

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

This div border color is #F5CCF3.


Opacity

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

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

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

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

This text has shadow with #F5CCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CCF3 on black background.


Color preview on white background

This text has color #F5CCF3 on white background.



Black color preview on #F5CCF3 background

This text has black color on #F5CCF3 background.


White color preview on #F5CCF3 background

This text has white color on #F5CCF3 background.