COLOR #F2CADF

HEX: #F2CADF
RGB: (242,202,223)

Color info

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

RGB color model

#F2CADF color RGB value is (242,202,223).

  • red value is 242;
  • green value is 202;
  • blue value is 223.
RGB:
(242,202,223)
(95%,79%,87%)

RGB channels and saturation

R 242 of 255 = 95%
G 202 of 255 = 79%
B 223 of 255 = 87%

242
202
223

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

Portions of RGB colors in percentages

R + G + B =
242 + 202 + 223 = 667 (100%)
R 242 of 667 ~ 36.28%
G 202 of 667 ~ 30.28%
B 223 of 667 ~ 33.43%

%36.28
%30.28
%33.43

CMYK color model

#F2CADF color CMYK value is (0,17,8,5).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 7.85%
  • key color value is 5.10%
CMYK:
(0,17,8,5)
C0M17Y8K5 
(0%,17%,8%,5%)
(0.00/0.17/0.08/0.05)	

CMYK percentages

%0
%16.53
%7.85
%5.1

Codes

Color #F2CADF in popluar color models

F2CADF
RGB242202223
HSL329°60.61%87.06%
HSB/HSV329°16.53%94.90%
CMYK0.00%16.53%7.85%
5.10%

Color #F2CADF in popluar number systems.

HEXF2CADF
Decimal242202223
Binary111100101100101011011111
Octal362312337

Shades and tints

Shades of #F2CADF

#F2CADF
(242,202,223)
#DCB8CB
(220,184,203)
#C6A6B7
(198,166,183)
#B094A3
(176,148,163)
#9A828F
(154,130,143)
#84707B
(132,112,123)
#6E5E67
(110,94,103)
#584C53
(88,76,83)
#423A3F
(66,58,63)
#2C282B
(44,40,43)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #F2CADF

#F2CADF
(242,202,223)
#F3CEE1
(243,206,225)
#F4D2E3
(244,210,227)
#F5D6E5
(245,214,229)
#F6DAE7
(246,218,231)
#F7DEE9
(247,222,233)
#F8E2EB
(248,226,235)
#F9E6ED
(249,230,237)
#FAEAEF
(250,234,239)
#FBEEF1
(251,238,241)
#FCF2F3
(252,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CADF color. Also use rgb(242,202,223) instead hex code.

Text Font Color

.myTextColor { color: #F2CADF; }

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

This text font color is #F2CADF.


Background Color

.myBgColor { background-color: #F2CADF; }

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

This div background color is #F2CADF.


Border color

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

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

This div border color is #F2CADF.


Opacity

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

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

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

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

This text has shadow with #F2CADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CADF on black background.


Color preview on white background

This text has color #F2CADF on white background.



Black color preview on #F2CADF background

This text has black color on #F2CADF background.


White color preview on #F2CADF background

This text has white color on #F2CADF background.