COLOR #F4CFD5

HEX: #F4CFD5
RGB: (244,207,213)

Color info

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

RGB color model

#F4CFD5 color RGB value is (244,207,213).

  • red value is 244;
  • green value is 207;
  • blue value is 213.
RGB:
(244,207,213)
(96%,81%,84%)

RGB channels and saturation

R 244 of 255 = 96%
G 207 of 255 = 81%
B 213 of 255 = 84%

244
207
213

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

Portions of RGB colors in percentages

R + G + B =
244 + 207 + 213 = 664 (100%)
R 244 of 664 ~ 36.75%
G 207 of 664 ~ 31.17%
B 213 of 664 ~ 32.08%

%36.75
%31.17
%32.08

CMYK color model

#F4CFD5 color CMYK value is (0,15,13,4).

  • cyan value is 0.00%
  • magenta value is 15.16%
  • yellow value is 12.70%
  • key color value is 4.31%
CMYK:
(0,15,13,4)
C0M15Y13K4 
(0%,15%,13%,4%)
(0.00/0.15/0.13/0.04)	

CMYK percentages

%0
%15.16
%12.7
%4.31

Codes

Color #F4CFD5 in popluar color models

F4CFD5
RGB244207213
HSL350°62.71%88.43%
HSB/HSV350°15.16%95.69%
CMYK0.00%15.16%12.70%
4.31%

Color #F4CFD5 in popluar number systems.

HEXF4CFD5
Decimal244207213
Binary111101001100111111010101
Octal364317325

Shades and tints

Shades of #F4CFD5

#F4CFD5
(244,207,213)
#DEBDC2
(222,189,194)
#C8ABAF
(200,171,175)
#B2999C
(178,153,156)
#9C8789
(156,135,137)
#867576
(134,117,118)
#706363
(112,99,99)
#5A5150
(90,81,80)
#443F3D
(68,63,61)
#2E2D2A
(46,45,42)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #F4CFD5

#F4CFD5
(244,207,213)
#F5D3D8
(245,211,216)
#F6D7DB
(246,215,219)
#F7DBDE
(247,219,222)
#F8DFE1
(248,223,225)
#F9E3E4
(249,227,228)
#FAE7E7
(250,231,231)
#FBEBEA
(251,235,234)
#FCEFED
(252,239,237)
#FDF3F0
(253,243,240)
#FEF7F3
(254,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CFD5; }

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

This text font color is #F4CFD5.


Background Color

.myBgColor { background-color: #F4CFD5; }

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

This div background color is #F4CFD5.


Border color

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

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

This div border color is #F4CFD5.


Opacity

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

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

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

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

This text has shadow with #F4CFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CFD5 on black background.


Color preview on white background

This text has color #F4CFD5 on white background.



Black color preview on #F4CFD5 background

This text has black color on #F4CFD5 background.


White color preview on #F4CFD5 background

This text has white color on #F4CFD5 background.