COLOR #FFCEEE

HEX: #FFCEEE
RGB: (255,206,238)

Color info

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

RGB color model

#FFCEEE color RGB value is (255,206,238).

  • red value is 255;
  • green value is 206;
  • blue value is 238.
RGB:
(255,206,238)
(100%,81%,93%)

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 238 of 255 = 93%

255
206
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 238 = 699 (100%)
R 255 of 699 ~ 36.48%
G 206 of 699 ~ 29.47%
B 238 of 699 ~ 34.05%

%36.48
%29.47
%34.05

CMYK color model

#FFCEEE color CMYK value is (0,19,7,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,19,7,0)
C0M19Y7K0 
(0%,19%,7%,0%)
(0.00/0.19/0.07/0.00)	

CMYK percentages

%0
%19.22
%6.67
%0

Codes

Color #FFCEEE in popluar color models

FFCEEE
RGB255206238
HSL321°100.00%90.39%
HSB/HSV321°19.22%100.00%
CMYK0.00%19.22%6.67%
0.00%

Color #FFCEEE in popluar number systems.

HEXFFCEEE
Decimal255206238
Binary111111111100111011101110
Octal377316356

Shades and tints

Shades of #FFCEEE

#FFCEEE
(255,206,238)
#E8BCD9
(232,188,217)
#D1AAC4
(209,170,196)
#BA98AF
(186,152,175)
#A3869A
(163,134,154)
#8C7485
(140,116,133)
#756270
(117,98,112)
#5E505B
(94,80,91)
#473E46
(71,62,70)
#302C31
(48,44,49)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #FFCEEE

#FFCEEE
(255,206,238)
#FFD2EF
(255,210,239)
#FFD6F0
(255,214,240)
#FFDAF1
(255,218,241)
#FFDEF2
(255,222,242)
#FFE2F3
(255,226,243)
#FFE6F4
(255,230,244)
#FFEAF5
(255,234,245)
#FFEEF6
(255,238,246)
#FFF2F7
(255,242,247)
#FFF6F8
(255,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCEEE; }

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

This text font color is #FFCEEE.


Background Color

.myBgColor { background-color: #FFCEEE; }

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

This div background color is #FFCEEE.


Border color

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

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

This div border color is #FFCEEE.


Opacity

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

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

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

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

This text has shadow with #FFCEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCEEE on black background.


Color preview on white background

This text has color #FFCEEE on white background.



Black color preview on #FFCEEE background

This text has black color on #FFCEEE background.


White color preview on #FFCEEE background

This text has white color on #FFCEEE background.