COLOR #F3CAE4

HEX: #F3CAE4 RGB: (243,202,228)

Color info

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

RGB color model

#F3CAE4 color RGB value is (243,202,228).

RGB: (243,202,228) (95%, 79%, 89%)

RGB channels and saturation

R 243 of 255 = 95%
G 202 of 255 = 79%
B 228 of 255 = 89%

243
202
228

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

Portions of RGB colors in percentages

R + G + B = 243 + 202 + 228 = 673 (100%)
R 243 of 673 ~ 36.11%
G 202 of 673 ~ 30.01%
B 228 of 673 ~ 33.88'%

%36.11
%30.01
%33.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 6.17%
  • key color value is 4.71%

CMYK: (0,17,6,5)
C0M17Y6K5 (0%, 17%, 6%, 5%)
(0.00 / 0.17 / 0.06 / 0.05)

CMYK percentages

%0
%16.87
%6.17
%4.71

Codes

Color #F3CAE4 in popluar color models

F3 CA E4
RGB 243 202 228
HSL 322° 63.08% 87.25%
HSB/HSV 322° 16.87% 95.29%
CMYK 0.00% 16.87% 6.17%
4.71%

Color #F3CAE4 in popluar number systems.

HEX F3 CA E4
Decimal 243 202 228
Binary 11110011 11001010 11100100
Octal 363 312 344

Shades and tints

Shades of #F3CAE4

#F3CAE4
(243,202,228)
#DDB8D0
(221,184,208)
#C7A6BC
(199,166,188)
#B194A8
(177,148,168)
#9B8294
(155,130,148)
#857080
(133,112,128)
#6F5E6C
(111,94,108)
#594C58
(89,76,88)
#433A44
(67,58,68)
#2D2830
(45,40,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #F3CAE4

#F3CAE4
(243,202,228)
#F4CEE6
(244,206,230)
#F5D2E8
(245,210,232)
#F6D6EA
(246,214,234)
#F7DAEC
(247,218,236)
#F8DEEE
(248,222,238)
#F9E2F0
(249,226,240)
#FAE6F2
(250,230,242)
#FBEAF4
(251,234,244)
#FCEEF6
(252,238,246)
#FDF2F8
(253,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CAE4 color. Also use rgb(243,202,228) instead hex code.

Text Font Color

.myTextColor { color: #F3CAE4; }

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

This text font color is #F3CAE4.

Background Color

.myBgColor { background-color: #F3CAE4; }

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

This div background color is #F3CAE4.

Border color

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

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

This div border color is #F3CAE4.

Opacity

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

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

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

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

This text has shadow with #F3CAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CAE4.

Preview

Color preview on black background

This text has color #F3CAE4 on black background.


Color preview on white background

This text has color #F3CAE4 on white background.


Black color preview on #F3CAE4 background

This text has black color on #F3CAE4 background.


White color preview on #F3CAE4 background

This text has white color on #F3CAE4 background.


Related colors

Complementary color

Complementary color for #hex is #0C351B.


I love getcolorcode.com

Triadic colors

1 #E4F3CA and #CAE4F3 with #F3CAE4 are triadic colors.

2 #E4CAF3 and #CAF3E4 with #F3CAE4 are triadic colors.