COLOR #F7CEE4

HEX: #F7CEE4 RGB: (247,206,228)

Color info

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

RGB color model

#F7CEE4 color RGB value is (247,206,228).

RGB: (247,206,228) (97%, 81%, 89%)

RGB channels and saturation

R 247 of 255 = 97%
G 206 of 255 = 81%
B 228 of 255 = 89%

247
206
228

R + G + B ~ 89%. #F7CEE4 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 206 + 228 = 681 (100%)
R 247 of 681 ~ 36.27%
G 206 of 681 ~ 30.25%
B 228 of 681 ~ 33.48'%

%36.27
%30.25
%33.48

CMYK color model

#F7CEE4 color CMYK value is (0,17,8,3).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 7.69%
  • key color value is 3.14%

CMYK: (0,17,8,3)
C0M17Y8K3 (0%, 17%, 8%, 3%)
(0.00 / 0.17 / 0.08 / 0.03)

CMYK percentages

%0
%16.6
%7.69
%3.14

Codes

Color #F7CEE4 in popluar color models

F7 CE E4
RGB 247 206 228
HSL 328° 71.93% 88.82%
HSB/HSV 328° 16.60% 96.86%
CMYK 0.00% 16.60% 7.69%
3.14%

Color #F7CEE4 in popluar number systems.

HEX F7 CE E4
Decimal 247 206 228
Binary 11110111 11001110 11100100
Octal 367 316 344

Shades and tints

Shades of #F7CEE4

#F7CEE4
(247,206,228)
#E1BCD0
(225,188,208)
#CBAABC
(203,170,188)
#B598A8
(181,152,168)
#9F8694
(159,134,148)
#897480
(137,116,128)
#73626C
(115,98,108)
#5D5058
(93,80,88)
#473E44
(71,62,68)
#312C30
(49,44,48)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #F7CEE4

#F7CEE4
(247,206,228)
#F7D2E6
(247,210,230)
#F7D6E8
(247,214,232)
#F7DAEA
(247,218,234)
#F7DEEC
(247,222,236)
#F7E2EE
(247,226,238)
#F7E6F0
(247,230,240)
#F7EAF2
(247,234,242)
#F7EEF4
(247,238,244)
#F7F2F6
(247,242,246)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CEE4 color. Also use rgb(247,206,228) instead hex code.

Text Font Color

.myTextColor { color: #F7CEE4; }

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

This text font color is #F7CEE4.

Background Color

.myBgColor { background-color: #F7CEE4; }

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

This div background color is #F7CEE4.

Border color

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

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

This div border color is #F7CEE4.

Opacity

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

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

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

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

This text has shadow with #F7CEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CEE4.

Preview

Color preview on black background

This text has color #F7CEE4 on black background.


Color preview on white background

This text has color #F7CEE4 on white background.


Black color preview on #F7CEE4 background

This text has black color on #F7CEE4 background.


White color preview on #F7CEE4 background

This text has white color on #F7CEE4 background.


Related colors

Complementary color

Complementary color for #hex is #08311B.


I love getcolorcode.com

Triadic colors

1 #E4F7CE and #CEE4F7 with #F7CEE4 are triadic colors.

2 #E4CEF7 and #CEF7E4 with #F7CEE4 are triadic colors.