COLOR #F2CAE5

HEX: #F2CAE5
RGB: (242,202,229)

Color info

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

RGB color model

#F2CAE5 color RGB value is (242,202,229).

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

RGB channels and saturation

R 242 of 255 = 95%
G 202 of 255 = 79%
B 229 of 255 = 90%

242
202
229

R + G + B ~ 88%. #F2CAE5 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 202 + 229 = 673 (100%)
R 242 of 673 ~ 35.96%
G 202 of 673 ~ 30.01%
B 229 of 673 ~ 34.03%

%35.96
%30.01
%34.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 5.37%
  • key color value is 5.10%
CMYK:
(0,17,5,5)
C0M17Y5K5 
(0%,17%,5%,5%)
(0.00/0.17/0.05/0.05)	

CMYK percentages

%0
%16.53
%5.37
%5.1

Codes

Color #F2CAE5 in popluar color models

F2CAE5
RGB242202229
HSL320°60.61%87.06%
HSB/HSV320°16.53%94.90%
CMYK0.00%16.53%5.37%
5.10%

Color #F2CAE5 in popluar number systems.

HEXF2CAE5
Decimal242202229
Binary111100101100101011100101
Octal362312345

Shades and tints

Shades of #F2CAE5

#F2CAE5
(242,202,229)
#DCB8D1
(220,184,209)
#C6A6BD
(198,166,189)
#B094A9
(176,148,169)
#9A8295
(154,130,149)
#847081
(132,112,129)
#6E5E6D
(110,94,109)
#584C59
(88,76,89)
#423A45
(66,58,69)
#2C2831
(44,40,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #F2CAE5

#F2CAE5
(242,202,229)
#F3CEE7
(243,206,231)
#F4D2E9
(244,210,233)
#F5D6EB
(245,214,235)
#F6DAED
(246,218,237)
#F7DEEF
(247,222,239)
#F8E2F1
(248,226,241)
#F9E6F3
(249,230,243)
#FAEAF5
(250,234,245)
#FBEEF7
(251,238,247)
#FCF2F9
(252,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CAE5; }

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

This text font color is #F2CAE5.


Background Color

.myBgColor { background-color: #F2CAE5; }

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

This div background color is #F2CAE5.


Border color

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

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

This div border color is #F2CAE5.


Opacity

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

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

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

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

This text has shadow with #F2CAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CAE5 on black background.


Color preview on white background

This text has color #F2CAE5 on white background.



Black color preview on #F2CAE5 background

This text has black color on #F2CAE5 background.


White color preview on #F2CAE5 background

This text has white color on #F2CAE5 background.