COLOR #FFCEFF

HEX: #FFCEFF
RGB: (255,206,255)

Color info

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

RGB color model

#FFCEFF color RGB value is (255,206,255).

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

RGB channels and saturation

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

255
206
255

R + G + B ~ 94%. #FFCEFF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 255 = 716 (100%)
R 255 of 716 ~ 35.61%
G 206 of 716 ~ 28.77%
B 255 of 716 ~ 35.61%

%35.61
%28.77
%35.61

CMYK color model

#FFCEFF color CMYK value is (0,19,0,0).

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

CMYK percentages

%0
%19.22
%0
%0

Codes

Color #FFCEFF in popluar color models

FFCEFF
RGB255206255
HSL300°100.00%90.39%
HSB/HSV300°19.22%100.00%
CMYK0.00%19.22%0.00%
0.00%

Color #FFCEFF in popluar number systems.

HEXFFCEFF
Decimal255206255
Binary111111111100111011111111
Octal377316377

Shades and tints

Shades of #FFCEFF

#FFCEFF
(255,206,255)
#E8BCE8
(232,188,232)
#D1AAD1
(209,170,209)
#BA98BA
(186,152,186)
#A386A3
(163,134,163)
#8C748C
(140,116,140)
#756275
(117,98,117)
#5E505E
(94,80,94)
#473E47
(71,62,71)
#302C30
(48,44,48)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFCEFF

#FFCEFF
(255,206,255)
#FFD2FF
(255,210,255)
#FFD6FF
(255,214,255)
#FFDAFF
(255,218,255)
#FFDEFF
(255,222,255)
#FFE2FF
(255,226,255)
#FFE6FF
(255,230,255)
#FFEAFF
(255,234,255)
#FFEEFF
(255,238,255)
#FFF2FF
(255,242,255)
#FFF6FF
(255,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCEFF; }

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

This text font color is #FFCEFF.


Background Color

.myBgColor { background-color: #FFCEFF; }

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

This div background color is #FFCEFF.


Border color

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

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

This div border color is #FFCEFF.


Opacity

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

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

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

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

This text has shadow with #FFCEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCEFF on black background.


Color preview on white background

This text has color #FFCEFF on white background.



Black color preview on #FFCEFF background

This text has black color on #FFCEFF background.


White color preview on #FFCEFF background

This text has white color on #FFCEFF background.