COLOR #F3D5D5

HEX: #F3D5D5 RGB: (243,213,213)

Color info

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

RGB color model

#F3D5D5 color RGB value is (243,213,213).

RGB: (243,213,213) (95%, 84%, 84%)

RGB channels and saturation

R 243 of 255 = 95%
G 213 of 255 = 84%
B 213 of 255 = 84%

243
213
213

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

Portions of RGB colors in percentages

R + G + B = 243 + 213 + 213 = 669 (100%)
R 243 of 669 ~ 36.32%
G 213 of 669 ~ 31.84%
B 213 of 669 ~ 31.84'%

%36.32
%31.84
%31.84

CMYK color model

#F3D5D5 color CMYK value is (0,12,12,5).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 12.35%
  • key color value is 4.71%

CMYK: (0,12,12,5)
C0M12Y12K5 (0%, 12%, 12%, 5%)
(0.00 / 0.12 / 0.12 / 0.05)

CMYK percentages

%0
%12.35
%12.35
%4.71

Codes

Color #F3D5D5 in popluar color models

F3 D5 D5
RGB 243 213 213
HSL 55.56% 89.41%
HSB/HSV 12.35% 95.29%
CMYK 0.00% 12.35% 12.35%
4.71%

Color #F3D5D5 in popluar number systems.

HEX F3 D5 D5
Decimal 243 213 213
Binary 11110011 11010101 11010101
Octal 363 325 325

Shades and tints

Shades of #F3D5D5

#F3D5D5
(243,213,213)
#DDC2C2
(221,194,194)
#C7AFAF
(199,175,175)
#B19C9C
(177,156,156)
#9B8989
(155,137,137)
#857676
(133,118,118)
#6F6363
(111,99,99)
#595050
(89,80,80)
#433D3D
(67,61,61)
#2D2A2A
(45,42,42)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #F3D5D5

#F3D5D5
(243,213,213)
#F4D8D8
(244,216,216)
#F5DBDB
(245,219,219)
#F6DEDE
(246,222,222)
#F7E1E1
(247,225,225)
#F8E4E4
(248,228,228)
#F9E7E7
(249,231,231)
#FAEAEA
(250,234,234)
#FBEDED
(251,237,237)
#FCF0F0
(252,240,240)
#FDF3F3
(253,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D5D5; }

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

This text font color is #F3D5D5.

Background Color

.myBgColor { background-color: #F3D5D5; }

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

This div background color is #F3D5D5.

Border color

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

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

This div border color is #F3D5D5.

Opacity

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

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

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

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

This text has shadow with #F3D5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D5D5.

Preview

Color preview on black background

This text has color #F3D5D5 on black background.


Color preview on white background

This text has color #F3D5D5 on white background.


Black color preview on #F3D5D5 background

This text has black color on #F3D5D5 background.


White color preview on #F3D5D5 background

This text has white color on #F3D5D5 background.


Related colors

Complementary color

Complementary color for #hex is #0C2A2A.


I love getcolorcode.com