COLOR #F6CEE1

HEX: #F6CEE1 RGB: (246,206,225)

Color info

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

RGB color model

#F6CEE1 color RGB value is (246,206,225).

RGB: (246,206,225) (96%, 81%, 88%)

RGB channels and saturation

R 246 of 255 = 96%
G 206 of 255 = 81%
B 225 of 255 = 88%

246
206
225

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

Portions of RGB colors in percentages

R + G + B = 246 + 206 + 225 = 677 (100%)
R 246 of 677 ~ 36.34%
G 206 of 677 ~ 30.43%
B 225 of 677 ~ 33.23'%

%36.34
%30.43
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 8.54%
  • key color value is 3.53%

CMYK: (0,16,9,4)
C0M16Y9K4 (0%, 16%, 9%, 4%)
(0.00 / 0.16 / 0.09 / 0.04)

CMYK percentages

%0
%16.26
%8.54
%3.53

Codes

Color #F6CEE1 in popluar color models

F6 CE E1
RGB 246 206 225
HSL 332° 68.97% 88.63%
HSB/HSV 332° 16.26% 96.47%
CMYK 0.00% 16.26% 8.54%
3.53%

Color #F6CEE1 in popluar number systems.

HEX F6 CE E1
Decimal 246 206 225
Binary 11110110 11001110 11100001
Octal 366 316 341

Shades and tints

Shades of #F6CEE1

#F6CEE1
(246,206,225)
#E0BCCD
(224,188,205)
#CAAAB9
(202,170,185)
#B498A5
(180,152,165)
#9E8691
(158,134,145)
#88747D
(136,116,125)
#726269
(114,98,105)
#5C5055
(92,80,85)
#463E41
(70,62,65)
#302C2D
(48,44,45)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #F6CEE1

#F6CEE1
(246,206,225)
#F6D2E3
(246,210,227)
#F6D6E5
(246,214,229)
#F6DAE7
(246,218,231)
#F6DEE9
(246,222,233)
#F6E2EB
(246,226,235)
#F6E6ED
(246,230,237)
#F6EAEF
(246,234,239)
#F6EEF1
(246,238,241)
#F6F2F3
(246,242,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CEE1 color. Also use rgb(246,206,225) instead hex code.

Text Font Color

.myTextColor { color: #F6CEE1; }

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

This text font color is #F6CEE1.

Background Color

.myBgColor { background-color: #F6CEE1; }

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

This div background color is #F6CEE1.

Border color

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

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

This div border color is #F6CEE1.

Opacity

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

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

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

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

This text has shadow with #F6CEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CEE1.

Preview

Color preview on black background

This text has color #F6CEE1 on black background.


Color preview on white background

This text has color #F6CEE1 on white background.


Black color preview on #F6CEE1 background

This text has black color on #F6CEE1 background.


White color preview on #F6CEE1 background

This text has white color on #F6CEE1 background.


Related colors

Complementary color

Complementary color for #hex is #09311E.


I love getcolorcode.com

Triadic colors

1 #E1F6CE and #CEE1F6 with #F6CEE1 are triadic colors.

2 #E1CEF6 and #CEF6E1 with #F6CEE1 are triadic colors.