COLOR #FFCEEB

HEX: #FFCEEB
RGB: (255,206,235)

Color info

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

RGB color model

#FFCEEB color RGB value is (255,206,235).

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

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 235 of 255 = 92%

255
206
235

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

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 235 = 696 (100%)
R 255 of 696 ~ 36.64%
G 206 of 696 ~ 29.6%
B 235 of 696 ~ 33.76%

%36.64
%29.6
%33.76

CMYK color model

#FFCEEB color CMYK value is (0,19,8,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(0,19,8,0)
C0M19Y8K0 
(0%,19%,8%,0%)
(0.00/0.19/0.08/0.00)	

CMYK percentages

%0
%19.22
%7.84
%0

Codes

Color #FFCEEB in popluar color models

FFCEEB
RGB255206235
HSL324°100.00%90.39%
HSB/HSV324°19.22%100.00%
CMYK0.00%19.22%7.84%
0.00%

Color #FFCEEB in popluar number systems.

HEXFFCEEB
Decimal255206235
Binary111111111100111011101011
Octal377316353

Shades and tints

Shades of #FFCEEB

#FFCEEB
(255,206,235)
#E8BCD6
(232,188,214)
#D1AAC1
(209,170,193)
#BA98AC
(186,152,172)
#A38697
(163,134,151)
#8C7482
(140,116,130)
#75626D
(117,98,109)
#5E5058
(94,80,88)
#473E43
(71,62,67)
#302C2E
(48,44,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFCEEB

#FFCEEB
(255,206,235)
#FFD2EC
(255,210,236)
#FFD6ED
(255,214,237)
#FFDAEE
(255,218,238)
#FFDEEF
(255,222,239)
#FFE2F0
(255,226,240)
#FFE6F1
(255,230,241)
#FFEAF2
(255,234,242)
#FFEEF3
(255,238,243)
#FFF2F4
(255,242,244)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCEEB; }

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

This text font color is #FFCEEB.


Background Color

.myBgColor { background-color: #FFCEEB; }

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

This div background color is #FFCEEB.


Border color

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

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

This div border color is #FFCEEB.


Opacity

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

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

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

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

This text has shadow with #FFCEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCEEB on black background.


Color preview on white background

This text has color #FFCEEB on white background.



Black color preview on #FFCEEB background

This text has black color on #FFCEEB background.


White color preview on #FFCEEB background

This text has white color on #FFCEEB background.