COLOR #F0CCD5

HEX: #F0CCD5 RGB: (240,204,213)

Color info

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

RGB color model

#F0CCD5 color RGB value is (240,204,213).

RGB: (240,204,213) (94%, 80%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 213 of 255 = 84%

240
204
213

R + G + B ~ 86%. #F0CCD5 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 204 + 213 = 657 (100%)
R 240 of 657 ~ 36.53%
G 204 of 657 ~ 31.05%
B 213 of 657 ~ 32.42'%

%36.53
%31.05
%32.42

CMYK color model

#F0CCD5 color CMYK value is (0,15,11,6).

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

CMYK: (0,15,11,6)
C0M15Y11K6 (0%, 15%, 11%, 6%)
(0.00 / 0.15 / 0.11 / 0.06)

CMYK percentages

%0
%15
%11.25
%5.88

Codes

Color #F0CCD5 in popluar color models

F0 CC D5
RGB 240 204 213
HSL 345° 54.55% 87.06%
HSB/HSV 345° 15.00% 94.12%
CMYK 0.00% 15.00% 11.25%
5.88%

Color #F0CCD5 in popluar number systems.

HEX F0 CC D5
Decimal 240 204 213
Binary 11110000 11001100 11010101
Octal 360 314 325

Shades and tints

Shades of #F0CCD5

#F0CCD5
(240,204,213)
#DBBAC2
(219,186,194)
#C6A8AF
(198,168,175)
#B1969C
(177,150,156)
#9C8489
(156,132,137)
#877276
(135,114,118)
#726063
(114,96,99)
#5D4E50
(93,78,80)
#483C3D
(72,60,61)
#332A2A
(51,42,42)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0CCD5

#F0CCD5
(240,204,213)
#F1D0D8
(241,208,216)
#F2D4DB
(242,212,219)
#F3D8DE
(243,216,222)
#F4DCE1
(244,220,225)
#F5E0E4
(245,224,228)
#F6E4E7
(246,228,231)
#F7E8EA
(247,232,234)
#F8ECED
(248,236,237)
#F9F0F0
(249,240,240)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCD5; }

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

This text font color is #F0CCD5.

Background Color

.myBgColor { background-color: #F0CCD5; }

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

This div background color is #F0CCD5.

Border color

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

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

This div border color is #F0CCD5.

Opacity

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

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

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

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

This text has shadow with #F0CCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CCD5.

Preview

Color preview on black background

This text has color #F0CCD5 on black background.


Color preview on white background

This text has color #F0CCD5 on white background.


Black color preview on #F0CCD5 background

This text has black color on #F0CCD5 background.


White color preview on #F0CCD5 background

This text has white color on #F0CCD5 background.


Related colors

Complementary color

Complementary color for #hex is #0F332A.


I love getcolorcode.com

Triadic colors

1 #D5F0CC and #CCD5F0 with #F0CCD5 are triadic colors.

2 #D5CCF0 and #CCF0D5 with #F0CCD5 are triadic colors.