COLOR #F3CCDE

HEX: #F3CCDE RGB: (243,204,222)

Color info

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

RGB color model

#F3CCDE color RGB value is (243,204,222).

RGB: (243,204,222) (95%, 80%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 204 of 255 = 80%
B 222 of 255 = 87%

243
204
222

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

Portions of RGB colors in percentages

R + G + B = 243 + 204 + 222 = 669 (100%)
R 243 of 669 ~ 36.32%
G 204 of 669 ~ 30.49%
B 222 of 669 ~ 33.18'%

%36.32
%30.49
%33.18

CMYK color model

#F3CCDE color CMYK value is (0,16,9,5).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 8.64%
  • key color value is 4.71%

CMYK: (0,16,9,5)
C0M16Y9K5 (0%, 16%, 9%, 5%)
(0.00 / 0.16 / 0.09 / 0.05)

CMYK percentages

%0
%16.05
%8.64
%4.71

Codes

Color #F3CCDE in popluar color models

F3 CC DE
RGB 243 204 222
HSL 332° 61.90% 87.65%
HSB/HSV 332° 16.05% 95.29%
CMYK 0.00% 16.05% 8.64%
4.71%

Color #F3CCDE in popluar number systems.

HEX F3 CC DE
Decimal 243 204 222
Binary 11110011 11001100 11011110
Octal 363 314 336

Shades and tints

Shades of #F3CCDE

#F3CCDE
(243,204,222)
#DDBACA
(221,186,202)
#C7A8B6
(199,168,182)
#B196A2
(177,150,162)
#9B848E
(155,132,142)
#85727A
(133,114,122)
#6F6066
(111,96,102)
#594E52
(89,78,82)
#433C3E
(67,60,62)
#2D2A2A
(45,42,42)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #F3CCDE

#F3CCDE
(243,204,222)
#F4D0E1
(244,208,225)
#F5D4E4
(245,212,228)
#F6D8E7
(246,216,231)
#F7DCEA
(247,220,234)
#F8E0ED
(248,224,237)
#F9E4F0
(249,228,240)
#FAE8F3
(250,232,243)
#FBECF6
(251,236,246)
#FCF0F9
(252,240,249)
#FDF4FC
(253,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CCDE color. Also use rgb(243,204,222) instead hex code.

Text Font Color

.myTextColor { color: #F3CCDE; }

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

This text font color is #F3CCDE.

Background Color

.myBgColor { background-color: #F3CCDE; }

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

This div background color is #F3CCDE.

Border color

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

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

This div border color is #F3CCDE.

Opacity

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

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

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

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

This text has shadow with #F3CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CCDE.

Preview

Color preview on black background

This text has color #F3CCDE on black background.


Color preview on white background

This text has color #F3CCDE on white background.


Black color preview on #F3CCDE background

This text has black color on #F3CCDE background.


White color preview on #F3CCDE background

This text has white color on #F3CCDE background.


Related colors

Complementary color

Complementary color for #hex is #0C3321.


I love getcolorcode.com

Triadic colors

1 #DEF3CC and #CCDEF3 with #F3CCDE are triadic colors.

2 #DECCF3 and #CCF3DE with #F3CCDE are triadic colors.