COLOR #F2C5DB

HEX: #F2C5DB RGB: (242,197,219)

Color info

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

RGB color model

#F2C5DB color RGB value is (242,197,219).

RGB: (242,197,219) (95%, 77%, 86%)

RGB channels and saturation

R 242 of 255 = 95%
G 197 of 255 = 77%
B 219 of 255 = 86%

242
197
219

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

Portions of RGB colors in percentages

R + G + B = 242 + 197 + 219 = 658 (100%)
R 242 of 658 ~ 36.78%
G 197 of 658 ~ 29.94%
B 219 of 658 ~ 33.28'%

%36.78
%29.94
%33.28

CMYK color model

#F2C5DB color CMYK value is (0,19,10,5).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 9.50%
  • key color value is 5.10%
CMYK: (0,19,10,5) C0M19Y10K5 (0%,19%,10%,5%) (0.00/0.19/0.10/0.05) 

CMYK percentages

%0
%18.6
%9.5
%5.1

Codes

Color #F2C5DB in popluar color models

F2 C5 DB
RGB 242 197 219
HSL 331° 63.38% 86.08%
HSB/HSV 331° 18.60% 94.90%
CMYK 0.00% 18.60% 9.50%
5.10%

Color #F2C5DB in popluar number systems.

HEX F2 C5 DB
Decimal 242 197 219
Binary 11110010 11000101 11011011
Octal 362 305 333

Shades and tints

Shades of #F2C5DB

#F2C5DB
(242,197,219)
#DCB4C8
(220,180,200)
#C6A3B5
(198,163,181)
#B092A2
(176,146,162)
#9A818F
(154,129,143)
#84707C
(132,112,124)
#6E5F69
(110,95,105)
#584E56
(88,78,86)
#423D43
(66,61,67)
#2C2C30
(44,44,48)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #F2C5DB

#F2C5DB
(242,197,219)
#F3CADE
(243,202,222)
#F4CFE1
(244,207,225)
#F5D4E4
(245,212,228)
#F6D9E7
(246,217,231)
#F7DEEA
(247,222,234)
#F8E3ED
(248,227,237)
#F9E8F0
(249,232,240)
#FAEDF3
(250,237,243)
#FBF2F6
(251,242,246)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C5DB color. Also use rgb(242,197,219) instead hex code.

Text Font Color

.myTextColor { color: #F2C5DB; }

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

This text font color is #F2C5DB.

Background Color

.myBgColor { background-color: #F2C5DB; }

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

This div background color is #F2C5DB.

Border color

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

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

This div border color is #F2C5DB.

Opacity

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

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

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

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

This text has shadow with #F2C5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C5DB.

Preview

Color preview on black background

This text has color #F2C5DB on black background.


Color preview on white background

This text has color #F2C5DB on white background.


Black color preview on #F2C5DB background

This text has black color on #F2C5DB background.


White color preview on #F2C5DB background

This text has white color on #F2C5DB background.


Related colors

Complementary color

Complementary color for #hex is #0D3A24.


I love getcolorcode.com

Triadic colors

1 #DBF2C5 and #C5DBF2 with #F2C5DB are triadic colors.

2 #DBC5F2 and #C5F2DB with #F2C5DB are triadic colors.