COLOR #F0CCBE

HEX: #F0CCBE RGB: (240,204,190)

Color info

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

RGB color model

#F0CCBE color RGB value is (240,204,190).

RGB: (240,204,190) (94%, 80%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 190 of 255 = 75%

240
204
190

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

Portions of RGB colors in percentages

R + G + B = 240 + 204 + 190 = 634 (100%)
R 240 of 634 ~ 37.85%
G 204 of 634 ~ 32.18%
B 190 of 634 ~ 29.97'%

%37.85
%32.18
%29.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 20.83%
  • 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
%20.83
%5.88

Codes

Color #F0CCBE in popluar color models

F0 CC BE
RGB 240 204 190
HSL 17° 62.50% 84.31%
HSB/HSV 17° 20.83% 94.12%
CMYK 0.00% 15.00% 20.83%
5.88%

Color #F0CCBE in popluar number systems.

HEX F0 CC BE
Decimal 240 204 190
Binary 11110000 11001100 10111110
Octal 360 314 276

Shades and tints

Shades of #F0CCBE

#F0CCBE
(240,204,190)
#DBBAAD
(219,186,173)
#C6A89C
(198,168,156)
#B1968B
(177,150,139)
#9C847A
(156,132,122)
#877269
(135,114,105)
#726058
(114,96,88)
#5D4E47
(93,78,71)
#483C36
(72,60,54)
#332A25
(51,42,37)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #F0CCBE

#F0CCBE
(240,204,190)
#F1D0C3
(241,208,195)
#F2D4C8
(242,212,200)
#F3D8CD
(243,216,205)
#F4DCD2
(244,220,210)
#F5E0D7
(245,224,215)
#F6E4DC
(246,228,220)
#F7E8E1
(247,232,225)
#F8ECE6
(248,236,230)
#F9F0EB
(249,240,235)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCBE; }

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

This text font color is #F0CCBE.

Background Color

.myBgColor { background-color: #F0CCBE; }

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

This div background color is #F0CCBE.

Border color

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

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

This div border color is #F0CCBE.

Opacity

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

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

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

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

This text has shadow with #F0CCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CCBE.

Preview

Color preview on black background

This text has color #F0CCBE on black background.


Color preview on white background

This text has color #F0CCBE on white background.


Black color preview on #F0CCBE background

This text has black color on #F0CCBE background.


White color preview on #F0CCBE background

This text has white color on #F0CCBE background.


Related colors

Complementary color

Complementary color for #hex is #0F3341.


I love getcolorcode.com

Triadic colors

1 #BEF0CC and #CCBEF0 with #F0CCBE are triadic colors.

2 #BECCF0 and #CCF0BE with #F0CCBE are triadic colors.