COLOR #F3CAED

HEX: #F3CAED
RGB: (243,202,237)

Color info

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

RGB color model

#F3CAED color RGB value is (243,202,237).

  • red value is 243;
  • green value is 202;
  • blue value is 237.
RGB:
(243,202,237)
(95%,79%,93%)

RGB channels and saturation

R 243 of 255 = 95%
G 202 of 255 = 79%
B 237 of 255 = 93%

243
202
237

R + G + B ~ 89%. #F3CAED is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 202 + 237 = 682 (100%)
R 243 of 682 ~ 35.63%
G 202 of 682 ~ 29.62%
B 237 of 682 ~ 34.75%

%35.63
%29.62
%34.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(0,17,2,5)
C0M17Y2K5 
(0%,17%,2%,5%)
(0.00/0.17/0.02/0.05)	

CMYK percentages

%0
%16.87
%2.47
%4.71

Codes

Color #F3CAED in popluar color models

F3CAED
RGB243202237
HSL309°63.08%87.25%
HSB/HSV309°16.87%95.29%
CMYK0.00%16.87%2.47%
4.71%

Color #F3CAED in popluar number systems.

HEXF3CAED
Decimal243202237
Binary111100111100101011101101
Octal363312355

Shades and tints

Shades of #F3CAED

#F3CAED
(243,202,237)
#DDB8D8
(221,184,216)
#C7A6C3
(199,166,195)
#B194AE
(177,148,174)
#9B8299
(155,130,153)
#857084
(133,112,132)
#6F5E6F
(111,94,111)
#594C5A
(89,76,90)
#433A45
(67,58,69)
#2D2830
(45,40,48)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #F3CAED

#F3CAED
(243,202,237)
#F4CEEE
(244,206,238)
#F5D2EF
(245,210,239)
#F6D6F0
(246,214,240)
#F7DAF1
(247,218,241)
#F8DEF2
(248,222,242)
#F9E2F3
(249,226,243)
#FAE6F4
(250,230,244)
#FBEAF5
(251,234,245)
#FCEEF6
(252,238,246)
#FDF2F7
(253,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CAED; }

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

This text font color is #F3CAED.


Background Color

.myBgColor { background-color: #F3CAED; }

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

This div background color is #F3CAED.


Border color

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

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

This div border color is #F3CAED.


Opacity

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

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

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

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

This text has shadow with #F3CAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CAED on black background.


Color preview on white background

This text has color #F3CAED on white background.



Black color preview on #F3CAED background

This text has black color on #F3CAED background.


White color preview on #F3CAED background

This text has white color on #F3CAED background.