COLOR #FFFFE6

HEX: #FFFFE6
RGB: (255,255,230)

Color info

#FFFFE6 contains red, green and blue colors in about the same proportion. Web safe color of #FFFFE6 is #FFFFCC (or #FFC).

RGB color model

#FFFFE6 color RGB value is (255,255,230).

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

RGB channels and saturation

R 255 of 255 = 100%
G 255 of 255 = 100%
B 230 of 255 = 90%

255
255
230

R + G + B ~ 97%. #FFFFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 255 + 230 = 740 (100%)
R 255 of 740 ~ 34.46%
G 255 of 740 ~ 34.46%
B 230 of 740 ~ 31.08%

%34.46
%34.46
%31.08

CMYK color model

#FFFFE6 color CMYK value is (0,0,10,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(0,0,10,0)
C0M0Y10K0 
(0%,0%,10%,0%)
(0.00/0.00/0.10/0.00)	

CMYK percentages

%0
%0
%9.8
%0

Codes

Color #FFFFE6 in popluar color models

FFFFE6
RGB255255230
HSL60°100.00%95.10%
HSB/HSV60°9.80%100.00%
CMYK0.00%0.00%9.80%
0.00%

Color #FFFFE6 in popluar number systems.

HEXFFFFE6
Decimal255255230
Binary111111111111111111100110
Octal377377346

Shades and tints

Shades of #FFFFE6

#FFFFE6
(255,255,230)
#E8E8D2
(232,232,210)
#D1D1BE
(209,209,190)
#BABAAA
(186,186,170)
#A3A396
(163,163,150)
#8C8C82
(140,140,130)
#75756E
(117,117,110)
#5E5E5A
(94,94,90)
#474746
(71,71,70)
#303032
(48,48,50)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #FFFFE6

#FFFFE6
(255,255,230)
#FFFFE8
(255,255,232)
#FFFFEA
(255,255,234)
#FFFFEC
(255,255,236)
#FFFFEE
(255,255,238)
#FFFFF0
(255,255,240)
#FFFFF2
(255,255,242)
#FFFFF4
(255,255,244)
#FFFFF6
(255,255,246)
#FFFFF8
(255,255,248)
#FFFFFA
(255,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFFE6; }

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

This text font color is #FFFFE6.


Background Color

.myBgColor { background-color: #FFFFE6; }

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

This div background color is #FFFFE6.


Border color

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

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

This div border color is #FFFFE6.


Opacity

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

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

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

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

This text has shadow with #FFFFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFFE6 on black background.


Color preview on white background

This text has color #FFFFE6 on white background.



Black color preview on #FFFFE6 background

This text has black color on #FFFFE6 background.


White color preview on #FFFFE6 background

This text has white color on #FFFFE6 background.