COLOR #F0CEC5

HEX: #F0CEC5 RGB: (240,206,197)

Color info

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

RGB color model

#F0CEC5 color RGB value is (240,206,197).

RGB: (240,206,197) (94%, 81%, 77%)

RGB channels and saturation

R 240 of 255 = 94%
G 206 of 255 = 81%
B 197 of 255 = 77%

240
206
197

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

Portions of RGB colors in percentages

R + G + B = 240 + 206 + 197 = 643 (100%)
R 240 of 643 ~ 37.33%
G 206 of 643 ~ 32.04%
B 197 of 643 ~ 30.64'%

%37.33
%32.04
%30.64

CMYK color model

#F0CEC5 color CMYK value is (0,14,18,6).

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

CMYK: (0,14,18,6)
C0M14Y18K6 (0%, 14%, 18%, 6%)
(0.00 / 0.14 / 0.18 / 0.06)

CMYK percentages

%0
%14.17
%17.92
%5.88

Codes

Color #F0CEC5 in popluar color models

F0 CE C5
RGB 240 206 197
HSL 13° 58.90% 85.69%
HSB/HSV 13° 17.92% 94.12%
CMYK 0.00% 14.17% 17.92%
5.88%

Color #F0CEC5 in popluar number systems.

HEX F0 CE C5
Decimal 240 206 197
Binary 11110000 11001110 11000101
Octal 360 316 305

Shades and tints

Shades of #F0CEC5

#F0CEC5
(240,206,197)
#DBBCB4
(219,188,180)
#C6AAA3
(198,170,163)
#B19892
(177,152,146)
#9C8681
(156,134,129)
#877470
(135,116,112)
#72625F
(114,98,95)
#5D504E
(93,80,78)
#483E3D
(72,62,61)
#332C2C
(51,44,44)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #F0CEC5

#F0CEC5
(240,206,197)
#F1D2CA
(241,210,202)
#F2D6CF
(242,214,207)
#F3DAD4
(243,218,212)
#F4DED9
(244,222,217)
#F5E2DE
(245,226,222)
#F6E6E3
(246,230,227)
#F7EAE8
(247,234,232)
#F8EEED
(248,238,237)
#F9F2F2
(249,242,242)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CEC5; }

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

This text font color is #F0CEC5.

Background Color

.myBgColor { background-color: #F0CEC5; }

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

This div background color is #F0CEC5.

Border color

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

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

This div border color is #F0CEC5.

Opacity

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

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

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

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

This text has shadow with #F0CEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CEC5.

Preview

Color preview on black background

This text has color #F0CEC5 on black background.


Color preview on white background

This text has color #F0CEC5 on white background.


Black color preview on #F0CEC5 background

This text has black color on #F0CEC5 background.


White color preview on #F0CEC5 background

This text has white color on #F0CEC5 background.


Related colors

Complementary color

Complementary color for #hex is #0F313A.


I love getcolorcode.com

Triadic colors

1 #C5F0CE and #CEC5F0 with #F0CEC5 are triadic colors.

2 #C5CEF0 and #CEF0C5 with #F0CEC5 are triadic colors.