COLOR #F6CEE5

HEX: #F6CEE5 RGB: (246,206,229)

Color info

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

RGB color model

#F6CEE5 color RGB value is (246,206,229).

RGB: (246,206,229) (96%, 81%, 90%)

RGB channels and saturation

R 246 of 255 = 96%
G 206 of 255 = 81%
B 229 of 255 = 90%

246
206
229

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

Portions of RGB colors in percentages

R + G + B = 246 + 206 + 229 = 681 (100%)
R 246 of 681 ~ 36.12%
G 206 of 681 ~ 30.25%
B 229 of 681 ~ 33.63'%

%36.12
%30.25
%33.63

CMYK color model

#F6CEE5 color CMYK value is (0,16,7,4).

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

CMYK: (0,16,7,4)
C0M16Y7K4 (0%, 16%, 7%, 4%)
(0.00 / 0.16 / 0.07 / 0.04)

CMYK percentages

%0
%16.26
%6.91
%3.53

Codes

Color #F6CEE5 in popluar color models

F6 CE E5
RGB 246 206 229
HSL 326° 68.97% 88.63%
HSB/HSV 326° 16.26% 96.47%
CMYK 0.00% 16.26% 6.91%
3.53%

Color #F6CEE5 in popluar number systems.

HEX F6 CE E5
Decimal 246 206 229
Binary 11110110 11001110 11100101
Octal 366 316 345

Shades and tints

Shades of #F6CEE5

#F6CEE5
(246,206,229)
#E0BCD1
(224,188,209)
#CAAABD
(202,170,189)
#B498A9
(180,152,169)
#9E8695
(158,134,149)
#887481
(136,116,129)
#72626D
(114,98,109)
#5C5059
(92,80,89)
#463E45
(70,62,69)
#302C31
(48,44,49)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #F6CEE5

#F6CEE5
(246,206,229)
#F6D2E7
(246,210,231)
#F6D6E9
(246,214,233)
#F6DAEB
(246,218,235)
#F6DEED
(246,222,237)
#F6E2EF
(246,226,239)
#F6E6F1
(246,230,241)
#F6EAF3
(246,234,243)
#F6EEF5
(246,238,245)
#F6F2F7
(246,242,247)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CEE5; }

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

This text font color is #F6CEE5.

Background Color

.myBgColor { background-color: #F6CEE5; }

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

This div background color is #F6CEE5.

Border color

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

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

This div border color is #F6CEE5.

Opacity

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

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

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

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

This text has shadow with #F6CEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CEE5.

Preview

Color preview on black background

This text has color #F6CEE5 on black background.


Color preview on white background

This text has color #F6CEE5 on white background.


Black color preview on #F6CEE5 background

This text has black color on #F6CEE5 background.


White color preview on #F6CEE5 background

This text has white color on #F6CEE5 background.


Related colors

Complementary color

Complementary color for #hex is #09311A.


I love getcolorcode.com

Triadic colors

1 #E5F6CE and #CEE5F6 with #F6CEE5 are triadic colors.

2 #E5CEF6 and #CEF6E5 with #F6CEE5 are triadic colors.