COLOR #F0CBE0

HEX: #F0CBE0 RGB: (240,203,224)

Color info

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

RGB color model

#F0CBE0 color RGB value is (240,203,224).

RGB: (240,203,224) (94%, 80%, 88%)

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 224 of 255 = 88%

240
203
224

R + G + B ~ 87%. #F0CBE0 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 203 + 224 = 667 (100%)
R 240 of 667 ~ 35.98%
G 203 of 667 ~ 30.43%
B 224 of 667 ~ 33.58'%

%35.98
%30.43
%33.58

CMYK color model

#F0CBE0 color CMYK value is (0,15,7,6).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 6.67%
  • key color value is 5.88%

CMYK: (0,15,7,6)
C0M15Y7K6 (0%, 15%, 7%, 6%)
(0.00 / 0.15 / 0.07 / 0.06)

CMYK percentages

%0
%15.42
%6.67
%5.88

Codes

Color #F0CBE0 in popluar color models

F0 CB E0
RGB 240 203 224
HSL 326° 55.22% 86.86%
HSB/HSV 326° 15.42% 94.12%
CMYK 0.00% 15.42% 6.67%
5.88%

Color #F0CBE0 in popluar number systems.

HEX F0 CB E0
Decimal 240 203 224
Binary 11110000 11001011 11100000
Octal 360 313 340

Shades and tints

Shades of #F0CBE0

#F0CBE0
(240,203,224)
#DBB9CC
(219,185,204)
#C6A7B8
(198,167,184)
#B195A4
(177,149,164)
#9C8390
(156,131,144)
#87717C
(135,113,124)
#725F68
(114,95,104)
#5D4D54
(93,77,84)
#483B40
(72,59,64)
#33292C
(51,41,44)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #F0CBE0

#F0CBE0
(240,203,224)
#F1CFE2
(241,207,226)
#F2D3E4
(242,211,228)
#F3D7E6
(243,215,230)
#F4DBE8
(244,219,232)
#F5DFEA
(245,223,234)
#F6E3EC
(246,227,236)
#F7E7EE
(247,231,238)
#F8EBF0
(248,235,240)
#F9EFF2
(249,239,242)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CBE0 color. Also use rgb(240,203,224) instead hex code.

Text Font Color

.myTextColor { color: #F0CBE0; }

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

This text font color is #F0CBE0.

Background Color

.myBgColor { background-color: #F0CBE0; }

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

This div background color is #F0CBE0.

Border color

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

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

This div border color is #F0CBE0.

Opacity

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

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

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

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

This text has shadow with #F0CBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CBE0.

Preview

Color preview on black background

This text has color #F0CBE0 on black background.


Color preview on white background

This text has color #F0CBE0 on white background.


Black color preview on #F0CBE0 background

This text has black color on #F0CBE0 background.


White color preview on #F0CBE0 background

This text has white color on #F0CBE0 background.


Related colors

Complementary color

Complementary color for #hex is #0F341F.


I love getcolorcode.com

Triadic colors

1 #E0F0CB and #CBE0F0 with #F0CBE0 are triadic colors.

2 #E0CBF0 and #CBF0E0 with #F0CBE0 are triadic colors.