COLOR #F1CAE7

HEX: #F1CAE7 RGB: (241,202,231)

Color info

#F1CAE7 contains red, green and blue colors in about the same proportion. Web safe color of #F1CAE7 is #FFCCFF (or #FCF).

RGB color model

#F1CAE7 color RGB value is (241,202,231).

RGB: (241,202,231) (95%, 79%, 91%)

RGB channels and saturation

R 241 of 255 = 95%
G 202 of 255 = 79%
B 231 of 255 = 91%

241
202
231

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

Portions of RGB colors in percentages

R + G + B = 241 + 202 + 231 = 674 (100%)
R 241 of 674 ~ 35.76%
G 202 of 674 ~ 29.97%
B 231 of 674 ~ 34.27'%

%35.76
%29.97
%34.27

CMYK color model

#F1CAE7 color CMYK value is (0,16,4,5).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 4.15%
  • key color value is 5.49%
CMYK: (0,16,4,5) C0M16Y4K5 (0%,16%,4%,5%) (0.00/0.16/0.04/0.05) 

CMYK percentages

%0
%16.18
%4.15
%5.49

Codes

Color #F1CAE7 in popluar color models

F1 CA E7
RGB 241 202 231
HSL 315° 58.21% 86.86%
HSB/HSV 315° 16.18% 94.51%
CMYK 0.00% 16.18% 4.15%
5.49%

Color #F1CAE7 in popluar number systems.

HEX F1 CA E7
Decimal 241 202 231
Binary 11110001 11001010 11100111
Octal 361 312 347

Shades and tints

Shades of #F1CAE7

#F1CAE7
(241,202,231)
#DCB8D2
(220,184,210)
#C7A6BD
(199,166,189)
#B294A8
(178,148,168)
#9D8293
(157,130,147)
#88707E
(136,112,126)
#735E69
(115,94,105)
#5E4C54
(94,76,84)
#493A3F
(73,58,63)
#34282A
(52,40,42)
#1F1615
(31,22,21)
#000000
(0,0,0)

Tints of #F1CAE7

#F1CAE7
(241,202,231)
#F2CEE9
(242,206,233)
#F3D2EB
(243,210,235)
#F4D6ED
(244,214,237)
#F5DAEF
(245,218,239)
#F6DEF1
(246,222,241)
#F7E2F3
(247,226,243)
#F8E6F5
(248,230,245)
#F9EAF7
(249,234,247)
#FAEEF9
(250,238,249)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CAE7 color. Also use rgb(241,202,231) instead hex code.

Text Font Color

.myTextColor { color: #F1CAE7; }

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

This text font color is #F1CAE7.

Background Color

.myBgColor { background-color: #F1CAE7; }

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

This div background color is #F1CAE7.

Border color

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

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

This div border color is #F1CAE7.

Opacity

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

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

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

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

This text has shadow with #F1CAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CAE7.

Preview

Color preview on black background

This text has color #F1CAE7 on black background.


Color preview on white background

This text has color #F1CAE7 on white background.


Black color preview on #F1CAE7 background

This text has black color on #F1CAE7 background.


White color preview on #F1CAE7 background

This text has white color on #F1CAE7 background.


Related colors

Complementary color

Complementary color for #hex is #0E3518.


I love getcolorcode.com

Triadic colors

1 #E7F1CA and #CAE7F1 with #F1CAE7 are triadic colors.

2 #E7CAF1 and #CAF1E7 with #F1CAE7 are triadic colors.