COLOR #F3CEDA

HEX: #F3CEDA RGB: (243,206,218)

Color info

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

RGB color model

#F3CEDA color RGB value is (243,206,218).

RGB: (243,206,218) (95%, 81%, 85%)

RGB channels and saturation

R 243 of 255 = 95%
G 206 of 255 = 81%
B 218 of 255 = 85%

243
206
218

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

Portions of RGB colors in percentages

R + G + B = 243 + 206 + 218 = 667 (100%)
R 243 of 667 ~ 36.43%
G 206 of 667 ~ 30.88%
B 218 of 667 ~ 32.68'%

%36.43
%30.88
%32.68

CMYK color model

#F3CEDA color CMYK value is (0,15,10,5).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 10.29%
  • key color value is 4.71%

CMYK: (0,15,10,5)
C0M15Y10K5 (0%, 15%, 10%, 5%)
(0.00 / 0.15 / 0.10 / 0.05)

CMYK percentages

%0
%15.23
%10.29
%4.71

Codes

Color #F3CEDA in popluar color models

F3 CE DA
RGB 243 206 218
HSL 341° 60.66% 88.04%
HSB/HSV 341° 15.23% 95.29%
CMYK 0.00% 15.23% 10.29%
4.71%

Color #F3CEDA in popluar number systems.

HEX F3 CE DA
Decimal 243 206 218
Binary 11110011 11001110 11011010
Octal 363 316 332

Shades and tints

Shades of #F3CEDA

#F3CEDA
(243,206,218)
#DDBCC7
(221,188,199)
#C7AAB4
(199,170,180)
#B198A1
(177,152,161)
#9B868E
(155,134,142)
#85747B
(133,116,123)
#6F6268
(111,98,104)
#595055
(89,80,85)
#433E42
(67,62,66)
#2D2C2F
(45,44,47)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #F3CEDA

#F3CEDA
(243,206,218)
#F4D2DD
(244,210,221)
#F5D6E0
(245,214,224)
#F6DAE3
(246,218,227)
#F7DEE6
(247,222,230)
#F8E2E9
(248,226,233)
#F9E6EC
(249,230,236)
#FAEAEF
(250,234,239)
#FBEEF2
(251,238,242)
#FCF2F5
(252,242,245)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CEDA color. Also use rgb(243,206,218) instead hex code.

Text Font Color

.myTextColor { color: #F3CEDA; }

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

This text font color is #F3CEDA.

Background Color

.myBgColor { background-color: #F3CEDA; }

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

This div background color is #F3CEDA.

Border color

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

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

This div border color is #F3CEDA.

Opacity

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

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

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

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

This text has shadow with #F3CEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CEDA.

Preview

Color preview on black background

This text has color #F3CEDA on black background.


Color preview on white background

This text has color #F3CEDA on white background.


Black color preview on #F3CEDA background

This text has black color on #F3CEDA background.


White color preview on #F3CEDA background

This text has white color on #F3CEDA background.


Related colors

Complementary color

Complementary color for #hex is #0C3125.


I love getcolorcode.com

Triadic colors

1 #DAF3CE and #CEDAF3 with #F3CEDA are triadic colors.

2 #DACEF3 and #CEF3DA with #F3CEDA are triadic colors.