COLOR #F4CEDD

HEX: #F4CEDD
RGB: (244,206,221)

Color info

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

RGB color model

#F4CEDD color RGB value is (244,206,221).

  • red value is 244;
  • green value is 206;
  • blue value is 221.
RGB: (244,206,221) (96%,81%,87%)

RGB channels and saturation

R 244 of 255 = 96%
G 206 of 255 = 81%
B 221 of 255 = 87%

244
206
221

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

Portions of RGB colors in percentages

R + G + B =
244 + 206 + 221 = 671 (100%)
R 244 of 671 ~ 36.36%
G 206 of 671 ~ 30.7%
B 221 of 671 ~ 32.94%

%36.36
%30.7
%32.94

CMYK color model

#F4CEDD color CMYK value is (0,16,9,4).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 9.43%
  • key color value is 4.31%
CMYK: (0,16,9,4) C0M16Y9K4 (0%,16%,9%,4%) (0.00/0.16/0.09/0.04)

CMYK percentages

%0
%15.57
%9.43
%4.31

Codes

Color #F4CEDD in popluar color models

F4CEDD
RGB244206221
HSL336°63.33%88.24%
HSB/HSV336°15.57%95.69%
CMYK0.00%15.57%9.43%
4.31%

Color #F4CEDD in popluar number systems.

HEXF4CEDD
Decimal244206221
Binary111101001100111011011101
Octal364316335

Shades and tints

Shades of #F4CEDD

#F4CEDD
(244,206,221)
#DEBCC9
(222,188,201)
#C8AAB5
(200,170,181)
#B298A1
(178,152,161)
#9C868D
(156,134,141)
#867479
(134,116,121)
#706265
(112,98,101)
#5A5051
(90,80,81)
#443E3D
(68,62,61)
#2E2C29
(46,44,41)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #F4CEDD

#F4CEDD
(244,206,221)
#F5D2E0
(245,210,224)
#F6D6E3
(246,214,227)
#F7DAE6
(247,218,230)
#F8DEE9
(248,222,233)
#F9E2EC
(249,226,236)
#FAE6EF
(250,230,239)
#FBEAF2
(251,234,242)
#FCEEF5
(252,238,245)
#FDF2F8
(253,242,248)
#FEF6FB
(254,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CEDD color. Also use rgb(244,206,221) instead hex code.

Text Font Color

.myTextColor { color: #F4CEDD; }

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

This text font color is #F4CEDD.


Background Color

.myBgColor { background-color: #F4CEDD; }

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

This div background color is #F4CEDD.


Border color

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

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

This div border color is #F4CEDD.


Opacity

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

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

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

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

This text has shadow with #F4CEDD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F4CEDD on black background.


Color preview on white background

This text has color #F4CEDD on white background.



Black color preview on #F4CEDD background

This text has black color on #F4CEDD background.


White color preview on #F4CEDD background

This text has white color on #F4CEDD background.