COLOR #F0CCBD

HEX: #F0CCBD RGB: (240,204,189)

Color info

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

RGB color model

#F0CCBD color RGB value is (240,204,189).

RGB: (240,204,189) (94%, 80%, 74%)

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 189 of 255 = 74%

240
204
189

R + G + B ~ 83%. #F0CCBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 204 + 189 = 633 (100%)
R 240 of 633 ~ 37.91%
G 204 of 633 ~ 32.23%
B 189 of 633 ~ 29.86'%

%37.91
%32.23
%29.86

CMYK color model

#F0CCBD color CMYK value is (0,15,21,6).

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

CMYK: (0,15,21,6)
C0M15Y21K6 (0%, 15%, 21%, 6%)
(0.00 / 0.15 / 0.21 / 0.06)

CMYK percentages

%0
%15
%21.25
%5.88

Codes

Color #F0CCBD in popluar color models

F0 CC BD
RGB 240 204 189
HSL 18° 62.96% 84.12%
HSB/HSV 18° 21.25% 94.12%
CMYK 0.00% 15.00% 21.25%
5.88%

Color #F0CCBD in popluar number systems.

HEX F0 CC BD
Decimal 240 204 189
Binary 11110000 11001100 10111101
Octal 360 314 275

Shades and tints

Shades of #F0CCBD

#F0CCBD
(240,204,189)
#DBBAAC
(219,186,172)
#C6A89B
(198,168,155)
#B1968A
(177,150,138)
#9C8479
(156,132,121)
#877268
(135,114,104)
#726057
(114,96,87)
#5D4E46
(93,78,70)
#483C35
(72,60,53)
#332A24
(51,42,36)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #F0CCBD

#F0CCBD
(240,204,189)
#F1D0C3
(241,208,195)
#F2D4C9
(242,212,201)
#F3D8CF
(243,216,207)
#F4DCD5
(244,220,213)
#F5E0DB
(245,224,219)
#F6E4E1
(246,228,225)
#F7E8E7
(247,232,231)
#F8ECED
(248,236,237)
#F9F0F3
(249,240,243)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCBD; }

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

This text font color is #F0CCBD.

Background Color

.myBgColor { background-color: #F0CCBD; }

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

This div background color is #F0CCBD.

Border color

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

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

This div border color is #F0CCBD.

Opacity

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

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

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

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

This text has shadow with #F0CCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CCBD.

Preview

Color preview on black background

This text has color #F0CCBD on black background.


Color preview on white background

This text has color #F0CCBD on white background.


Black color preview on #F0CCBD background

This text has black color on #F0CCBD background.


White color preview on #F0CCBD background

This text has white color on #F0CCBD background.


Related colors

Complementary color

Complementary color for #hex is #0F3342.


I love getcolorcode.com

Triadic colors

1 #BDF0CC and #CCBDF0 with #F0CCBD are triadic colors.

2 #BDCCF0 and #CCF0BD with #F0CCBD are triadic colors.