COLOR #F0CCC5

HEX: #F0CCC5 RGB: (240,204,197)

Color info

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

RGB color model

#F0CCC5 color RGB value is (240,204,197).

RGB: (240,204,197) (94%, 80%, 77%)

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 197 of 255 = 77%

240
204
197

R + G + B ~ 84%. #F0CCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 204 + 197 = 641 (100%)
R 240 of 641 ~ 37.44%
G 204 of 641 ~ 31.83%
B 197 of 641 ~ 30.73'%

%37.44
%31.83
%30.73

CMYK color model

#F0CCC5 color CMYK value is (0,15,18,6).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 17.92%
  • key color value is 5.88%

CMYK: (0,15,18,6)
C0M15Y18K6 (0%, 15%, 18%, 6%)
(0.00 / 0.15 / 0.18 / 0.06)

CMYK percentages

%0
%15
%17.92
%5.88

Codes

Color #F0CCC5 in popluar color models

F0 CC C5
RGB 240 204 197
HSL 10° 58.90% 85.69%
HSB/HSV 10° 17.92% 94.12%
CMYK 0.00% 15.00% 17.92%
5.88%

Color #F0CCC5 in popluar number systems.

HEX F0 CC C5
Decimal 240 204 197
Binary 11110000 11001100 11000101
Octal 360 314 305

Shades and tints

Shades of #F0CCC5

#F0CCC5
(240,204,197)
#DBBAB4
(219,186,180)
#C6A8A3
(198,168,163)
#B19692
(177,150,146)
#9C8481
(156,132,129)
#877270
(135,114,112)
#72605F
(114,96,95)
#5D4E4E
(93,78,78)
#483C3D
(72,60,61)
#332A2C
(51,42,44)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #F0CCC5

#F0CCC5
(240,204,197)
#F1D0CA
(241,208,202)
#F2D4CF
(242,212,207)
#F3D8D4
(243,216,212)
#F4DCD9
(244,220,217)
#F5E0DE
(245,224,222)
#F6E4E3
(246,228,227)
#F7E8E8
(247,232,232)
#F8ECED
(248,236,237)
#F9F0F2
(249,240,242)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCC5; }

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

This text font color is #F0CCC5.

Background Color

.myBgColor { background-color: #F0CCC5; }

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

This div background color is #F0CCC5.

Border color

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

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

This div border color is #F0CCC5.

Opacity

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

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

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

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

This text has shadow with #F0CCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CCC5.

Preview

Color preview on black background

This text has color #F0CCC5 on black background.


Color preview on white background

This text has color #F0CCC5 on white background.


Black color preview on #F0CCC5 background

This text has black color on #F0CCC5 background.


White color preview on #F0CCC5 background

This text has white color on #F0CCC5 background.


Related colors

Complementary color

Complementary color for #hex is #0F333A.


I love getcolorcode.com

Triadic colors

1 #C5F0CC and #CCC5F0 with #F0CCC5 are triadic colors.

2 #C5CCF0 and #CCF0C5 with #F0CCC5 are triadic colors.