COLOR #FFCEE2

HEX: #FFCEE2 RGB: (255,206,226)

Color info

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

RGB color model

#FFCEE2 color RGB value is (255,206,226).

RGB: (255,206,226) (100%, 81%, 89%)

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 226 of 255 = 89%

255
206
226

R + G + B ~ 90%. #FFCEE2 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 206 + 226 = 687 (100%)
R 255 of 687 ~ 37.12%
G 206 of 687 ~ 29.99%
B 226 of 687 ~ 32.9'%

%37.12
%29.99
%32.9

CMYK color model

#FFCEE2 color CMYK value is (0,19,11,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK: (0,19,11,0) C0M19Y11K0 (0%,19%,11%,0%) (0.00/0.19/0.11/0.00) 

CMYK percentages

%0
%19.22
%11.37
%0

Codes

Color #FFCEE2 in popluar color models

FF CE E2
RGB 255 206 226
HSL 336° 100.00% 90.39%
HSB/HSV 336° 19.22% 100.00%
CMYK 0.00% 19.22% 11.37%
0.00%

Color #FFCEE2 in popluar number systems.

HEX FF CE E2
Decimal 255 206 226
Binary 11111111 11001110 11100010
Octal 377 316 342

Shades and tints

Shades of #FFCEE2

#FFCEE2
(255,206,226)
#E8BCCE
(232,188,206)
#D1AABA
(209,170,186)
#BA98A6
(186,152,166)
#A38692
(163,134,146)
#8C747E
(140,116,126)
#75626A
(117,98,106)
#5E5056
(94,80,86)
#473E42
(71,62,66)
#302C2E
(48,44,46)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #FFCEE2

#FFCEE2
(255,206,226)
#FFD2E4
(255,210,228)
#FFD6E6
(255,214,230)
#FFDAE8
(255,218,232)
#FFDEEA
(255,222,234)
#FFE2EC
(255,226,236)
#FFE6EE
(255,230,238)
#FFEAF0
(255,234,240)
#FFEEF2
(255,238,242)
#FFF2F4
(255,242,244)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCEE2 color. Also use rgb(255,206,226) instead hex code.

Text Font Color

.myTextColor { color: #FFCEE2; }

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

This text font color is #FFCEE2.

Background Color

.myBgColor { background-color: #FFCEE2; }

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

This div background color is #FFCEE2.

Border color

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

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

This div border color is #FFCEE2.

Opacity

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

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

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

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

This text has shadow with #FFCEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCEE2.

Preview

Color preview on black background

This text has color #FFCEE2 on black background.


Color preview on white background

This text has color #FFCEE2 on white background.


Black color preview on #FFCEE2 background

This text has black color on #FFCEE2 background.


White color preview on #FFCEE2 background

This text has white color on #FFCEE2 background.


Related colors

Complementary color

Complementary color for #hex is #00311D.


I love getcolorcode.com

Triadic colors

1 #E2FFCE and #CEE2FF with #FFCEE2 are triadic colors.

2 #E2CEFF and #CEFFE2 with #FFCEE2 are triadic colors.