COLOR #F7CEF0

HEX: #F7CEF0 RGB: (247,206,240)

Color info

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

RGB color model

#F7CEF0 color RGB value is (247,206,240).

RGB: (247,206,240) (97%, 81%, 94%)

RGB channels and saturation

R 247 of 255 = 97%
G 206 of 255 = 81%
B 240 of 255 = 94%

247
206
240

R + G + B ~ 91%. #F7CEF0 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 206 + 240 = 693 (100%)
R 247 of 693 ~ 35.64%
G 206 of 693 ~ 29.73%
B 240 of 693 ~ 34.63'%

%35.64
%29.73
%34.63

CMYK color model

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

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

CMYK: (0,17,3,3)
C0M17Y3K3 (0%, 17%, 3%, 3%)
(0.00 / 0.17 / 0.03 / 0.03)

CMYK percentages

%0
%16.6
%2.83
%3.14

Codes

Color #F7CEF0 in popluar color models

F7 CE F0
RGB 247 206 240
HSL 310° 71.93% 88.82%
HSB/HSV 310° 16.60% 96.86%
CMYK 0.00% 16.60% 2.83%
3.14%

Color #F7CEF0 in popluar number systems.

HEX F7 CE F0
Decimal 247 206 240
Binary 11110111 11001110 11110000
Octal 367 316 360

Shades and tints

Shades of #F7CEF0

#F7CEF0
(247,206,240)
#E1BCDB
(225,188,219)
#CBAAC6
(203,170,198)
#B598B1
(181,152,177)
#9F869C
(159,134,156)
#897487
(137,116,135)
#736272
(115,98,114)
#5D505D
(93,80,93)
#473E48
(71,62,72)
#312C33
(49,44,51)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #F7CEF0

#F7CEF0
(247,206,240)
#F7D2F1
(247,210,241)
#F7D6F2
(247,214,242)
#F7DAF3
(247,218,243)
#F7DEF4
(247,222,244)
#F7E2F5
(247,226,245)
#F7E6F6
(247,230,246)
#F7EAF7
(247,234,247)
#F7EEF8
(247,238,248)
#F7F2F9
(247,242,249)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CEF0; }

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

This text font color is #F7CEF0.

Background Color

.myBgColor { background-color: #F7CEF0; }

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

This div background color is #F7CEF0.

Border color

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

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

This div border color is #F7CEF0.

Opacity

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

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

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

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

This text has shadow with #F7CEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CEF0.

Preview

Color preview on black background

This text has color #F7CEF0 on black background.


Color preview on white background

This text has color #F7CEF0 on white background.


Black color preview on #F7CEF0 background

This text has black color on #F7CEF0 background.


White color preview on #F7CEF0 background

This text has white color on #F7CEF0 background.


Related colors

Complementary color

Complementary color for #hex is #08310F.


I love getcolorcode.com

Triadic colors

1 #F0F7CE and #CEF0F7 with #F7CEF0 are triadic colors.

2 #F0CEF7 and #CEF7F0 with #F7CEF0 are triadic colors.