COLOR #F4CCED

HEX: #F4CCED RGB: (244,204,237)

Color info

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

RGB color model

#F4CCED color RGB value is (244,204,237).

RGB: (244,204,237) (96%, 80%, 93%)

RGB channels and saturation

R 244 of 255 = 96%
G 204 of 255 = 80%
B 237 of 255 = 93%

244
204
237

R + G + B ~ 90%. #F4CCED is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 204 + 237 = 685 (100%)
R 244 of 685 ~ 35.62%
G 204 of 685 ~ 29.78%
B 237 of 685 ~ 34.6'%

%35.62
%29.78
%34.6

CMYK color model

#F4CCED color CMYK value is (0,16,3,4).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 2.87%
  • key color value is 4.31%
CMYK: (0,16,3,4) C0M16Y3K4 (0%,16%,3%,4%) (0.00/0.16/0.03/0.04) 

CMYK percentages

%0
%16.39
%2.87
%4.31

Codes

Color #F4CCED in popluar color models

F4 CC ED
RGB 244 204 237
HSL 311° 64.52% 87.84%
HSB/HSV 311° 16.39% 95.69%
CMYK 0.00% 16.39% 2.87%
4.31%

Color #F4CCED in popluar number systems.

HEX F4 CC ED
Decimal 244 204 237
Binary 11110100 11001100 11101101
Octal 364 314 355

Shades and tints

Shades of #F4CCED

#F4CCED
(244,204,237)
#DEBAD8
(222,186,216)
#C8A8C3
(200,168,195)
#B296AE
(178,150,174)
#9C8499
(156,132,153)
#867284
(134,114,132)
#70606F
(112,96,111)
#5A4E5A
(90,78,90)
#443C45
(68,60,69)
#2E2A30
(46,42,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #F4CCED

#F4CCED
(244,204,237)
#F5D0EE
(245,208,238)
#F6D4EF
(246,212,239)
#F7D8F0
(247,216,240)
#F8DCF1
(248,220,241)
#F9E0F2
(249,224,242)
#FAE4F3
(250,228,243)
#FBE8F4
(251,232,244)
#FCECF5
(252,236,245)
#FDF0F6
(253,240,246)
#FEF4F7
(254,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CCED color. Also use rgb(244,204,237) instead hex code.

Text Font Color

.myTextColor { color: #F4CCED; }

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

This text font color is #F4CCED.

Background Color

.myBgColor { background-color: #F4CCED; }

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

This div background color is #F4CCED.

Border color

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

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

This div border color is #F4CCED.

Opacity

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

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

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

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

This text has shadow with #F4CCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4CCED.

Preview

Color preview on black background

This text has color #F4CCED on black background.


Color preview on white background

This text has color #F4CCED on white background.


Black color preview on #F4CCED background

This text has black color on #F4CCED background.


White color preview on #F4CCED background

This text has white color on #F4CCED background.


Related colors

Complementary color

Complementary color for #hex is #0B3312.


I love getcolorcode.com

Triadic colors

1 #EDF4CC and #CCEDF4 with #F4CCED are triadic colors.

2 #EDCCF4 and #CCF4ED with #F4CCED are triadic colors.