COLOR #F5CCCC

HEX: #F5CCCC
RGB: (245,204,204)

Color info

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

RGB color model

#F5CCCC color RGB value is (245,204,204).

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

RGB channels and saturation

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

245
204
204

R + G + B ~ 85%. #F5CCCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 204 + 204 = 653 (100%)
R 245 of 653 ~ 37.52%
G 204 of 653 ~ 31.24%
B 204 of 653 ~ 31.24%

%37.52
%31.24
%31.24

CMYK color model

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

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

CMYK percentages

%0
%16.73
%16.73
%3.92

Codes

Color #F5CCCC in popluar color models

F5CCCC
RGB245204204
HSL67.21%88.04%
HSB/HSV16.73%96.08%
CMYK0.00%16.73%16.73%
3.92%

Color #F5CCCC in popluar number systems.

HEXF5CCCC
Decimal245204204
Binary111101011100110011001100
Octal365314314

Shades and tints

Shades of #F5CCCC

#F5CCCC
(245,204,204)
#DFBABA
(223,186,186)
#C9A8A8
(201,168,168)
#B39696
(179,150,150)
#9D8484
(157,132,132)
#877272
(135,114,114)
#716060
(113,96,96)
#5B4E4E
(91,78,78)
#453C3C
(69,60,60)
#2F2A2A
(47,42,42)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #F5CCCC

#F5CCCC
(245,204,204)
#F5D0D0
(245,208,208)
#F5D4D4
(245,212,212)
#F5D8D8
(245,216,216)
#F5DCDC
(245,220,220)
#F5E0E0
(245,224,224)
#F5E4E4
(245,228,228)
#F5E8E8
(245,232,232)
#F5ECEC
(245,236,236)
#F5F0F0
(245,240,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CCCC; }

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

This text font color is #F5CCCC.


Background Color

.myBgColor { background-color: #F5CCCC; }

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

This div background color is #F5CCCC.


Border color

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

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

This div border color is #F5CCCC.


Opacity

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

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

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

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

This text has shadow with #F5CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CCCC on black background.


Color preview on white background

This text has color #F5CCCC on white background.



Black color preview on #F5CCCC background

This text has black color on #F5CCCC background.


White color preview on #F5CCCC background

This text has white color on #F5CCCC background.