COLOR #F2C4DB

HEX: #F2C4DB RGB: (242,196,219)

Color info

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

RGB color model

#F2C4DB color RGB value is (242,196,219).

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

RGB channels and saturation

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

242
196
219

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

Portions of RGB colors in percentages

R + G + B = 242 + 196 + 219 = 657 (100%)
R 242 of 657 ~ 36.83%
G 196 of 657 ~ 29.83%
B 219 of 657 ~ 33.33'%

%36.83
%29.83
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.01%
  • 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
%19.01
%9.5
%5.1

Codes

Color #F2C4DB in popluar color models

F2 C4 DB
RGB 242 196 219
HSL 330° 63.89% 85.88%
HSB/HSV 330° 19.01% 94.90%
CMYK 0.00% 19.01% 9.50%
5.10%

Color #F2C4DB in popluar number systems.

HEX F2 C4 DB
Decimal 242 196 219
Binary 11110010 11000100 11011011
Octal 362 304 333

Shades and tints

Shades of #F2C4DB

#F2C4DB
(242,196,219)
#DCB3C8
(220,179,200)
#C6A2B5
(198,162,181)
#B091A2
(176,145,162)
#9A808F
(154,128,143)
#846F7C
(132,111,124)
#6E5E69
(110,94,105)
#584D56
(88,77,86)
#423C43
(66,60,67)
#2C2B30
(44,43,48)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #F2C4DB

#F2C4DB
(242,196,219)
#F3C9DE
(243,201,222)
#F4CEE1
(244,206,225)
#F5D3E4
(245,211,228)
#F6D8E7
(246,216,231)
#F7DDEA
(247,221,234)
#F8E2ED
(248,226,237)
#F9E7F0
(249,231,240)
#FAECF3
(250,236,243)
#FBF1F6
(251,241,246)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C4DB; }

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

This text font color is #F2C4DB.

Background Color

.myBgColor { background-color: #F2C4DB; }

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

This div background color is #F2C4DB.

Border color

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

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

This div border color is #F2C4DB.

Opacity

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

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

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

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

This text has shadow with #F2C4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C4DB.

Preview

Color preview on black background

This text has color #F2C4DB on black background.


Color preview on white background

This text has color #F2C4DB on white background.


Black color preview on #F2C4DB background

This text has black color on #F2C4DB background.


White color preview on #F2C4DB background

This text has white color on #F2C4DB background.


Related colors

Complementary color

Complementary color for #hex is #0D3B24.


I love getcolorcode.com

Triadic colors

1 #DBF2C4 and #C4DBF2 with #F2C4DB are triadic colors.

2 #DBC4F2 and #C4F2DB with #F2C4DB are triadic colors.